From patchwork Fri Dec 1 13:40:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17169 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 15F6980D93; Fri, 1 Dec 2017 14:40: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="BZHhu71/"; 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 218AB802C6 for ; Fri, 1 Dec 2017 14:40:49 +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 B87291100D4; Fri, 1 Dec 2017 14:40:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1512135648; bh=burrWSmVl1R0+MblEnhnNuLyphyxfddwf6KIMdfqxTQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BZHhu71/fa8U5WGrHmHDATuWflEMzrfqxhJ0wyNH+cfiIti+v4KdWuvEatX++Be8+ xJJrNAGf0H8oaNpbbzTC8ALHmGI9J+3FtieWiR4gVXDivB1ziNa9yIT+f3mP0s+HMG aoB53lg3bBSxg7zlLDsg4msyyHA5iwQJh7/sujr8= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 1 Dec 2017 14:40:42 +0100 Message-Id: <20171201134042.8531-1-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> Subject: [B.A.T.M.A.N.] [PATCH v2 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 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.license --- .gitattributes | 3 +++ bat-hosts.sample | 3 +++ man/batctl.8 | 2 ++ 3 files changed, 8 insertions(+) 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/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