[AIRFLOW-248] Add Apache license header to all files
- Added Apache license header for files with extension (.service, .in, .mako, .properties, .ini, .sh, .ldif, .coveragerc, .cfg, .yml, .conf, .sql, .css, .js, .html, .xml.
- Added/Replaced shebang on all .sh files with portable version - #!/usr/bin/env bash.
- Skipped third party css and js files. Skipped all minified js files as well.
Closes #1598 from ajayyadava/248
2016-06-21 18:15:42 +03:00
|
|
|
#
|
2018-04-14 10:13:23 +03:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
|
# distributed with this work for additional information
|
|
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
|
|
# to you 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
|
2018-07-22 10:23:57 +03:00
|
|
|
#
|
2018-04-14 10:13:23 +03:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2018-07-22 10:23:57 +03:00
|
|
|
#
|
2018-04-14 10:13:23 +03:00
|
|
|
# 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.
|
[AIRFLOW-248] Add Apache license header to all files
- Added Apache license header for files with extension (.service, .in, .mako, .properties, .ini, .sh, .ldif, .coveragerc, .cfg, .yml, .conf, .sql, .css, .js, .html, .xml.
- Added/Replaced shebang on all .sh files with portable version - #!/usr/bin/env bash.
- Skipped third party css and js files. Skipped all minified js files as well.
Closes #1598 from ajayyadava/248
2016-06-21 18:15:42 +03:00
|
|
|
|
2017-02-24 01:48:03 +03:00
|
|
|
include NOTICE
|
|
|
|
include LICENSE
|
|
|
|
include CHANGELOG.txt
|
|
|
|
include README.md
|
2020-02-24 12:29:38 +03:00
|
|
|
graft licenses
|
2019-01-14 17:33:45 +03:00
|
|
|
graft airflow/www
|
2016-06-20 21:19:59 +03:00
|
|
|
graft airflow/www/static
|
2019-01-14 17:33:45 +03:00
|
|
|
graft airflow/www/templates
|
2015-08-19 06:39:46 +03:00
|
|
|
include airflow/alembic.ini
|
2020-02-22 12:40:11 +03:00
|
|
|
include airflow/git_version
|
2020-02-23 18:03:20 +03:00
|
|
|
include airflow/serialization/schema.json
|
2017-02-24 01:48:03 +03:00
|
|
|
graft scripts/systemd
|
|
|
|
graft scripts/upstart
|
2017-03-21 06:48:08 +03:00
|
|
|
graft airflow/config_templates
|
2019-01-14 17:33:45 +03:00
|
|
|
recursive-exclude airflow/www/node_modules *
|
2019-01-15 22:37:08 +03:00
|
|
|
global-exclude __pycache__ *.pyc
|
2020-03-10 15:56:24 +03:00
|
|
|
include airflow/providers/cncf/kubernetes/example_dags/example_spark_kubernetes_operator_spark_pi.yaml
|
2020-06-02 19:45:37 +03:00
|
|
|
include airflow/api_connexion/openapi/v1.yaml
|
2020-10-20 15:01:05 +03:00
|
|
|
include airflow/utils/python_virtualenv_script.jinja2
|