mirror of
https://github.com/apache/airflow.git
synced 2026-03-27 19:31:27 +00:00
While we have some discussion on-going whether we should use some
shorter, machine-readable friendly versions of licence specification
in our source code headers here [1], the notion is that:
a) PMC can make judgment calls when to include different versions of
the licence
b) This expectation only applies to the code we actually release
in our official releases.
This change makes some judgment call on using much shorter, SPDX
driven licence headers in some specific files:
* markdown files that are intended to be consumed by agents
(AGENTS.md, SKILLS.md, CLAUDE.md and so on)
* all the markdown .github/* files that are clearly meta-data for
GitHub and which we exclude from released sources
We also make sure all those files are excluded from the official
source releases and distribution packages we prepare.
[1] https://lists.apache.org/thread/j1tn63r2lf13v3d1tnnqff8fkcl4nx53
(cherry picked from commit eb968372fc)
Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
38 lines
907 B
Plaintext
38 lines
907 B
Plaintext
chart/charts/** export-ignore
|
|
clients export-ignore
|
|
contributing-docs/ export-ignore
|
|
dev export-ignore
|
|
devel-common export-ignore
|
|
docker-context-files export-ignore
|
|
docker-tests export-ignore
|
|
empty export-ignore
|
|
helm-tests export-ignore
|
|
kubernetes-tests export-ignore
|
|
manifests export-ignore
|
|
newsfragments export-ignore
|
|
scripts export-ignore
|
|
|
|
.github export-ignore
|
|
|
|
CONTRIBUTING.rst export-ignore
|
|
ISSUE_TRIAGE_PROCESS.rst export-ignore
|
|
|
|
AGENTS.md export-ignore
|
|
SKILLS.md export-ignore
|
|
CLAUDE.md export-ignore
|
|
|
|
.asf.yaml export-ignore
|
|
.bash_completion export-ignore
|
|
.codespellignorelines export-ignore
|
|
.devcontainer export-ignore
|
|
.editorconfig export-ignore
|
|
.github export-ignore
|
|
.gitmodules export-ignore
|
|
.gitpod.yml export-ignore
|
|
.hadolint.yaml export-ignore
|
|
.inputrc export-ignore
|
|
.mailmap export-ignore
|
|
.markdownlint.yml export-ignore
|
|
.pre-commit-config.yaml export-ignore
|
|
.readthedocs.yml export-ignore
|