From patchwork Sun Nov 19 14:05:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17111 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 5FB1382AC1; Sun, 19 Nov 2017 15:06: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="LjYANqrF"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 19DB680905 for ; Sun, 19 Nov 2017 15:05:47 +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 A86AB1100F6; Sun, 19 Nov 2017 15:05:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1511100346; bh=WweBQ4Atc1IopkQxvNubqiOXpPV5NH8B+p7tjLhFvaw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LjYANqrFRpH4KwMFBoq/wdRoHYdRhdZh+vWBb7E1SCJncWZ+JmNrVMvlzexSP0OXS pPEul0s9+1/OY3b0QS11G17GvAwB/dU/b3MR0KUXZkEA4PDcZsVv1vNTDx884yNKNl G+g9ikUazzX6m6GXtM7d+1JUY67nn0sEwJL+R1ok= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 19 Nov 2017 15:05:12 +0100 Message-Id: <20171119140517.24329-5-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> Subject: [B.A.T.M.A.N.] [PATCH 4/9] batman-adv: Add SPDX license identifier to batman-adv.rst 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" The "Linux licensing rules" require that also the restructuredText files are marked with the appropriate SPDX license identifier. Signed-off-by: Sven Eckelmann --- Documentation/networking/batman-adv.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/networking/batman-adv.rst b/Documentation/networking/batman-adv.rst index a342b2cc..245fb6c0 100644 --- a/Documentation/networking/batman-adv.rst +++ b/Documentation/networking/batman-adv.rst @@ -1,3 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + ========== batman-adv ==========