From patchwork Fri Dec 1 13:39:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17168 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 2D3A180CBB; Fri, 1 Dec 2017 14:39:31 +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="nFsPVMtH"; 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 0107880694 for ; Fri, 1 Dec 2017 14:39:27 +0100 (CET) Received: from sven-desktop.home.narfation.org (p2003007C6F651FFE000000000000070D.dip0.t-ipconnect.de [IPv6:2003:7c:6f65:1ffe::70d]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id F3FA61100D4; Fri, 1 Dec 2017 14:39:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1512135565; bh=8bETNvDog1XhnfOLumsS1f1lt5XBJhwkwy18h7BZI+E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nFsPVMtH9nikLjzc2XRzj1Bn8oWrK65gsNRNOxjerMimARjz3zGp8mq3XEm22AUEX gLS9MtDzD4NdlMyoXCZ5nBqbHLmwgEfwAxnlLIlq5vMaV5zUy5lx3dJ4bf5GPReIWi BHskjNbtI6ff7qzIjTnBNyGzp5mTpCZ6mCs+E9ck= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 1 Dec 2017 14:39:21 +0100 Message-Id: <20171201133921.8414-1-sven@narfation.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171119140517.24329-8-sven@narfation.org> References: <20171119140517.24329-8-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH v2 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 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 --- v2: - removed CHANGELOG.license README.external.license --- .gitattributes | 3 +++ MAINTAINERS.license | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 MAINTAINERS.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/MAINTAINERS.license b/MAINTAINERS.license new file mode 100644 index 0000000..a55d70e --- /dev/null +++ b/MAINTAINERS.license @@ -0,0 +1,2 @@ +SPDX-License-Identifier: GPL-2.0 +License-Filename: LICENSES/preferred/GPL-2.0