[AIRFLOW-1138] Add missing licenses to files in scripts directory

Closes #2253 from criccomini/AIRFLOW-1138

(cherry picked from commit 94f9822ffd867e559fd71046124626fee6acedf7)


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4b5c6efd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4b5c6efd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/4b5c6efd

Branch: refs/heads/v1-8-stable
Commit: 4b5c6efd4a450b4a202f87cb12ea1f9eb4daf8fc
Parents: dc6ebaa
Author: Chris Riccomini <criccom...@apache.org>
Authored: Fri Apr 21 13:16:54 2017 -0700
Committer: Chris Riccomini <criccom...@apache.org>
Committed: Fri Apr 21 13:20:06 2017 -0700

----------------------------------------------------------------------
 scripts/ci/requirements.txt | 13 +++++++++++++
 scripts/systemd/airflow     | 13 +++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/4b5c6efd/scripts/ci/requirements.txt
----------------------------------------------------------------------
diff --git a/scripts/ci/requirements.txt b/scripts/ci/requirements.txt
index 9a2bce2..0e0f980 100644
--- a/scripts/ci/requirements.txt
+++ b/scripts/ci/requirements.txt
@@ -1,3 +1,16 @@
+#
+# Licensed 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.
+
 alembic
 bcrypt
 boto

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/4b5c6efd/scripts/systemd/airflow
----------------------------------------------------------------------
diff --git a/scripts/systemd/airflow b/scripts/systemd/airflow
index 87b79b9..5317548 100644
--- a/scripts/systemd/airflow
+++ b/scripts/systemd/airflow
@@ -1,3 +1,16 @@
+#
+# Licensed 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.
+
 # This file is the environment file for Airflow. Put this file in 
/etc/sysconfig/airflow per default
 # configuration of the systemd unit files.
 #

Reply via email to