From patchwork Sun Nov 19 14:05:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17115 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 9C8B182B0D; Sun, 19 Nov 2017 15:06:51 +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="DsP9Zd0k"; 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 4CB8A818CE for ; Sun, 19 Nov 2017 15:05:49 +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 E4E3C1100E8; Sun, 19 Nov 2017 15:05:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1511100349; bh=UTjwL5h10TR3RV43LFoblqncyFG009TBy68MO+PxBpg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DsP9Zd0kHxIFnfiYyjTZ6Gbz6Jd1Dr1kP60e814Sl3fX+5C3SeTnOQsrnJxn2lfOF Dsx0nodwlvH8lMZpLfsFd1LUhqrmys6fw7+/Sxx6JwklJZpKftluSdI66kU+y81j17 fCLjgsIxOwxvJE0WleqMrZwPsP/uJknGTcE4y/PI= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 19 Nov 2017 15:05:15 +0100 Message-Id: <20171119140517.24329-8-sven@narfation.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171119140517.24329-1-sven@narfation.org> References: <20171119140517.24329-1-sven@narfation.org> MIME-Version: 1.0 Subject: [B.A.T.M.A.N.] [PATCH 7/9] batman-adv: 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: Antonio Quartulli Feel free to request a different license for these files. --- .gitattributes | 3 +++ CHANGELOG.license | 2 ++ MAINTAINERS.license | 2 ++ README.external.license | 2 ++ 4 files changed, 9 insertions(+) create mode 100644 CHANGELOG.license create mode 100644 MAINTAINERS.license create mode 100644 README.external.license 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/CHANGELOG.license b/CHANGELOG.license new file mode 100644 index 00000000..a55d70ee --- /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/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 diff --git a/README.external.license b/README.external.license new file mode 100644 index 00000000..a55d70ee --- /dev/null +++ b/README.external.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: GPL-2.0 +License-Filename: LICENSES/preferred/GPL-2.0