You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by sa...@apache.org on 2016/05/19 07:18:37 UTC

incubator-airflow git commit: Increasing License Coverage

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 7d32c174f -> 8ae86814b


Increasing License Coverage


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

Branch: refs/heads/master
Commit: 8ae86814b3cf5cd65e3c6b04c6c700139d8cc20b
Parents: 7d32c17
Author: Siddharth Anand <sa...@agari.com>
Authored: Thu May 19 06:58:58 2016 +0000
Committer: Siddharth Anand <sa...@agari.com>
Committed: Thu May 19 06:58:58 2016 +0000

----------------------------------------------------------------------
 airflow/configuration.py   | 14 ++++++++++++++
 airflow/default_login.py   | 14 ++++++++++++++
 airflow/exceptions.py      | 15 ++++++++++++++-
 airflow/plugins_manager.py | 14 ++++++++++++++
 airflow/www/__init__.py    | 14 ++++++++++++++
 5 files changed, 70 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8ae86814/airflow/configuration.py
----------------------------------------------------------------------
diff --git a/airflow/configuration.py b/airflow/configuration.py
index 173eddb..13bb344 100644
--- a/airflow/configuration.py
+++ b/airflow/configuration.py
@@ -1,3 +1,17 @@
+# -*- coding: utf-8 -*-
+#
+# 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.
+#
 from __future__ import absolute_import
 from __future__ import division
 from __future__ import print_function

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8ae86814/airflow/default_login.py
----------------------------------------------------------------------
diff --git a/airflow/default_login.py b/airflow/default_login.py
index cc561ff..4327b26 100644
--- a/airflow/default_login.py
+++ b/airflow/default_login.py
@@ -1,3 +1,17 @@
+# -*- coding: utf-8 -*-
+#
+# 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.
+#
 '''
 Override this file to handle your authenticating / login.
 

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8ae86814/airflow/exceptions.py
----------------------------------------------------------------------
diff --git a/airflow/exceptions.py b/airflow/exceptions.py
index 6559abb..8edd1d8 100644
--- a/airflow/exceptions.py
+++ b/airflow/exceptions.py
@@ -1,4 +1,17 @@
-
+# -*- coding: utf-8 -*-
+#
+# 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.
+#
 #
 # Any AirflowException raised is expected to cause the TaskInstance to be marked in an ERROR state
 #

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8ae86814/airflow/plugins_manager.py
----------------------------------------------------------------------
diff --git a/airflow/plugins_manager.py b/airflow/plugins_manager.py
index 8d2a98f..25c65cd 100644
--- a/airflow/plugins_manager.py
+++ b/airflow/plugins_manager.py
@@ -1,3 +1,17 @@
+# -*- coding: utf-8 -*-
+#
+# 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.
+#
 from __future__ import absolute_import
 from __future__ import division
 from __future__ import print_function

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8ae86814/airflow/www/__init__.py
----------------------------------------------------------------------
diff --git a/airflow/www/__init__.py b/airflow/www/__init__.py
index e69de29..a84b6da 100644
--- a/airflow/www/__init__.py
+++ b/airflow/www/__init__.py
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+#
+# 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.
+#
\ No newline at end of file