Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 20f1cafc89904484434f8ef4507cd75319d151ec Author: Sven Eckelmann sven@narfation.org Date: Fri Dec 1 14:39:21 2017 +0100
batman-adv: Mark remaining files as 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
20f1cafc89904484434f8ef4507cd75319d151ec .gitattributes | 3 +++ MAINTAINERS.license | 2 ++ 2 files changed, 5 insertions(+)
diff --git a/.gitattributes b/.gitattributes index 1d2a7e9e..402ecae4 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 00000000..a55d70ee --- /dev/null +++ b/MAINTAINERS.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: GPL-2.0 +License-Filename: LICENSES/preferred/GPL-2.0