You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/11 18:23:38 UTC

[airflow-client-python] branch master updated: Add missing licences and ignores (#8)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 411afcd  Add missing licences and ignores (#8)
411afcd is described below

commit 411afcddaec38506ee138bc3ed1a8d8b47baf9f2
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Apr 11 20:23:33 2021 +0200

    Add missing licences and ignores (#8)
---
 .rat-excludes                            |  3 +++
 CHANGELOG.md                             |  2 +-
 airflow_client/.openapi-generator-ignore | 16 ++++++++++++++++
 requirements.txt                         | 16 ++++++++++++++++
 test-requirements.txt                    | 16 ++++++++++++++++
 5 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 0000000..8834cfc
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,3 @@
+.rat-excludes
+.gitignore
+airflow_client/.gitignore
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 118fad6..7cd9d82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,4 +21,4 @@
 
 Apache Airflow API version: 2.0.x
 
-Initial version of the Python client.
\ No newline at end of file
+Initial version of the Python client.
diff --git a/airflow_client/.openapi-generator-ignore b/airflow_client/.openapi-generator-ignore
index 36151b8..8ece76f 100644
--- a/airflow_client/.openapi-generator-ignore
+++ b/airflow_client/.openapi-generator-ignore
@@ -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.
 .travis.yml
 git_push.sh
 .gitlab-ci.yml
diff --git a/requirements.txt b/requirements.txt
index 96947f6..ce3b2f4 100644
--- a/requirements.txt
+++ b/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.
 python_dateutil >= 2.5.3
 setuptools >= 21.0.0
 urllib3 >= 1.25.3
diff --git a/test-requirements.txt b/test-requirements.txt
index b53b202..8f2be00 100644
--- a/test-requirements.txt
+++ b/test-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.
 pytest-cov>=2.8.1
 python_dateutil >= 2.5.3
 urllib3 >= 1.25.3