From patchwork Sun Nov 19 14:05:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17123 X-Patchwork-Delegate: sven@narfation.org Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 57EA482B57; Sun, 19 Nov 2017 15:08:15 +0100 (CET) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="e4lnVMSb"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:4d88:2000:7::2; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [IPv6:2001:4d88:2000:7::2]) by open-mesh.org (Postfix) with ESMTPS id 0197A82A86 for ; Sun, 19 Nov 2017 15:05:59 +0100 (CET) Received: from sven-desktop.home.narfation.org (p200300C593EBC3FD792CD3ECD963554B.dip0.t-ipconnect.de [IPv6:2003:c5:93eb:c3fd:792c:d3ec:d963:554b]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 6E08D110113; Sun, 19 Nov 2017 15:05:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1511100358; bh=MhlbDuVSlcAix3i7U07xYOhWhhnsDXAp9zlL1une2wo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=e4lnVMSbJG1Fv6hKsljjU6Kjs7TgVskTuZShz1nEV3v4EUr5XGF0KKWg8HsNAOj/O tKGSFmhR8Z4nTf5p4+Ou6EnVz3GHjgNwS9nAGi4kOgMXipOzLbphJUxz9RXW/DueCS RfUHGrKwyC1Mcs2Ebmx25XUPWJIuSGr3lUOPqsRc= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 19 Nov 2017 15:05:52 +0100 Message-Id: <20171119140553.24435-6-sven@narfation.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171119140553.24435-1-sven@narfation.org> References: <20171119140553.24435-1-sven@narfation.org> MIME-Version: 1.0 Subject: [B.A.T.M.A.N.] [PATCH 5/6] batctl: Mark remaining files as GPL-2.0 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Cc: Antonio Quartulli , =?utf-8?q?Martin_Hundeb=C3=B8ll?= , Marek Lindner Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" 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 --- Cc: Simon Wunderlich Cc: Martin Hundebøll Cc: Marek Lindner Cc: Linus Lüssing Cc: Andrew Lunn Cc: Antonio Quartulli Feel free to request a different license for these files. --- .gitattributes | 3 +++ CHANGELOG.license | 2 ++ README.license | 2 ++ bat-hosts.sample | 3 +++ man/batctl.8 | 2 ++ 5 files changed, 12 insertions(+) create mode 100644 CHANGELOG.license create mode 100644 README.license 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/CHANGELOG.license b/CHANGELOG.license new file mode 100644 index 0000000..a55d70e --- /dev/null +++ b/CHANGELOG.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: GPL-2.0 +License-Filename: LICENSES/preferred/GPL-2.0 diff --git a/README.license b/README.license new file mode 100644 index 0000000..a55d70e --- /dev/null +++ b/README.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: GPL-2.0 +License-Filename: LICENSES/preferred/GPL-2.0 diff --git a/bat-hosts.sample b/bat-hosts.sample index 6042b35..ba0d776 100644 --- a/bat-hosts.sample +++ b/bat-hosts.sample @@ -1 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 +# License-Filename: LICENSES/preferred/GPL-2.0 + 0:d2:58:ca:91:e8 example diff --git a/man/batctl.8 b/man/batctl.8 index 9ee0e31..7cf66ca 100644 --- a/man/batctl.8 +++ b/man/batctl.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