Add license to migration file
Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ddbcd88b Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ddbcd88b Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/ddbcd88b Branch: refs/heads/master Commit: ddbcd88bb086d1978c9196833d126ded18db97f8 Parents: f49e238 Author: jlowin <jlo...@users.noreply.github.com> Authored: Thu Jun 30 18:35:06 2016 -0400 Committer: jlowin <jlo...@users.noreply.github.com> Committed: Thu Jun 30 18:35:06 2016 -0400 ---------------------------------------------------------------------- .../versions/211e584da130_add_ti_state_index.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ddbcd88b/airflow/migrations/versions/211e584da130_add_ti_state_index.py ---------------------------------------------------------------------- diff --git a/airflow/migrations/versions/211e584da130_add_ti_state_index.py b/airflow/migrations/versions/211e584da130_add_ti_state_index.py index 5991683..05aa321 100644 --- a/airflow/migrations/versions/211e584da130_add_ti_state_index.py +++ b/airflow/migrations/versions/211e584da130_add_ti_state_index.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. + """add TI state index Revision ID: 211e584da130