This is an automated email from the ASF dual-hosted git repository.
pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new d197a3ea2a [HOTFIX] Add missing License header to dev/requirements
d197a3ea2a is described below
commit d197a3ea2a0060464acb800bedc2713c917e4b96
Author: Philipp Dallig <[email protected]>
AuthorDate: Tue Aug 26 10:51:12 2025 +0200
[HOTFIX] Add missing License header to dev/requirements
### What is this PR for?
Hotfix for missing license header. Regression in
https://github.com/apache/zeppelin/commit/eb923af44fe4ce4f9ce8867c00df
### What type of PR is it?
Hot Fix
### How should this be tested?
* CI rat check
### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Closes #5047 from Reamer/hotfix_rat.
Signed-off-by: Philipp Dallig <[email protected]>
---
dev/requirements.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/dev/requirements.txt b/dev/requirements.txt
index 872a695c6d..c1aa4ef539 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
certifi==2025.8.3
charset-normalizer==3.4.3
defusedxml==0.7.1