From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sven Eckelmann Date: Fri, 1 Dec 2017 14:41:25 +0100 Message-Id: <20171201134125.8594-1-sven@narfation.org> In-Reply-To: <20171119140602.24504-1-sven@narfation.org> References: <20171119140602.24504-1-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH v2 5/6] alfred: Mark remaining files as GPL-2.0 List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org 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 --- v2: - removed CHANGELOG.license and README.license --- .gitattributes | 3 +++ gpsd/man/alfred-gpsd.8 | 2 ++ man/alfred.8 | 2 ++ vis/man/batadv-vis.8 | 2 ++ 4 files changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index eeef3e0..3a9a74f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 +# License-Filename: LICENSES/preferred/GPL-2.0 + /.gitignore export-ignore /.gitattributes export-ignore diff --git a/gpsd/man/alfred-gpsd.8 b/gpsd/man/alfred-gpsd.8 index 3799293..87879ee 100644 --- a/gpsd/man/alfred-gpsd.8 +++ b/gpsd/man/alfred-gpsd.8 @@ -1,3 +1,5 @@ +.\" SPDX-License-Identifier: GPL-2.0 +.\" License-Filename: LICENSES/preferred/GPL-2.0 .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection diff --git a/man/alfred.8 b/man/alfred.8 index a2c3d4c..7e31e12 100644 --- a/man/alfred.8 +++ b/man/alfred.8 @@ -1,3 +1,5 @@ +.\" SPDX-License-Identifier: GPL-2.0 +.\" License-Filename: LICENSES/preferred/GPL-2.0 .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection diff --git a/vis/man/batadv-vis.8 b/vis/man/batadv-vis.8 index 20dead7..94be0e9 100644 --- a/vis/man/batadv-vis.8 +++ b/vis/man/batadv-vis.8 @@ -1,3 +1,5 @@ +.\" SPDX-License-Identifier: GPL-2.0 +.\" License-Filename: LICENSES/preferred/GPL-2.0 .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -- 2.11.0