Repository: incubator-airflow Updated Branches: refs/heads/master 2ef4dbbe0 -> 94f9822ff
[AIRFLOW-1138] Add missing licenses to files in scripts directory Closes #2253 from criccomini/AIRFLOW-1138 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/94f9822f Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/94f9822f Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/94f9822f Branch: refs/heads/master Commit: 94f9822ffd867e559fd71046124626fee6acedf7 Parents: 2ef4dbb Author: Chris Riccomini <[email protected]> Authored: Fri Apr 21 13:16:54 2017 -0700 Committer: Chris Riccomini <[email protected]> Committed: Fri Apr 21 13:16:54 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/94f9822f/scripts/ci/requirements.txt ---------------------------------------------------------------------- diff --git a/scripts/ci/requirements.txt b/scripts/ci/requirements.txt index 751c13f..9769dfb 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 azure-storage>=0.34.0 bcrypt http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/94f9822f/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. #
