Message ID | 20171201133921.8414-1-sven@narfation.org |
---|---|
State | Accepted, archived |
Delegated to: | Sven Eckelmann |
Headers | show |
Series | batman-adv: License cleanup | expand |
diff --git a/.gitattributes b/.gitattributes index 1d2a7e9..402ecae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# License-Filename: LICENSES/preferred/GPL-2.0 + /.gitignore export-ignore /.gitattributes export-ignore *.c diff=cpp diff --git a/MAINTAINERS.license b/MAINTAINERS.license new file mode 100644 index 0000000..a55d70e --- /dev/null +++ b/MAINTAINERS.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: GPL-2.0 +License-Filename: LICENSES/preferred/GPL-2.0
Some files were not explicitly marked with any license. It is therefore assumed that these are licensed under the GPL-2.0. Make this unambiguous by adding this information direct to the file using the SPDX license identifier. The FSFE REUSE *.license annotation file is used for files which don't allow comments. Signed-off-by: Sven Eckelmann <sven@narfation.org> --- v2: - removed CHANGELOG.license README.external.license --- .gitattributes | 3 +++ MAINTAINERS.license | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 MAINTAINERS.license