[v2,7/9] batman-adv: Mark remaining files as GPL-2.0
Commit Message
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
@@ -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
new file mode 100644
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: GPL-2.0
+License-Filename: LICENSES/preferred/GPL-2.0