Repository: incubator-airflow Updated Branches: refs/heads/master 695ed93e8 -> 201bd92dc
Add Apache 2 License Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/201bd92d Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/201bd92d Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/201bd92d Branch: refs/heads/master Commit: 201bd92dc4da5496375812a34b08565c5b737f43 Parents: 695ed93 Author: Bolke de Bruin <[email protected]> Authored: Fri Mar 10 22:49:33 2017 -0800 Committer: Bolke de Bruin <[email protected]> Committed: Fri Mar 10 22:49:33 2017 -0800 ---------------------------------------------------------------------- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/201bd92d/.editorconfig ---------------------------------------------------------------------- diff --git a/.editorconfig b/.editorconfig index a80bd65..b4d5f07 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,16 @@ +# -*- 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. root = true [*]
