From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iID2w-0002sc-4q for ptxdist@pengutronix.de; Wed, 09 Oct 2019 16:34:35 +0200 Received: by mail-wr1-x443.google.com with SMTP id v8so3328883wrt.2 for ; Wed, 09 Oct 2019 07:34:34 -0700 (PDT) From: Hubert Feurstein Date: Wed, 9 Oct 2019 16:34:28 +0200 Message-Id: <20191009143429.16809-2-h.feurstein@gmail.com> In-Reply-To: <20191009143429.16809-1-h.feurstein@gmail.com> References: <20191009143429.16809-1-h.feurstein@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 2/3] openvpn: add license identifier List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Hubert Feurstein --- rules/openvpn.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/openvpn.make b/rules/openvpn.make index ad496d1a7..4035f453f 100644 --- a/rules/openvpn.make +++ b/rules/openvpn.make @@ -21,6 +21,10 @@ OPENVPN_SUFFIX := tar.xz OPENVPN_URL := http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX) OPENVPN_SOURCE := $(SRCDIR)/$(OPENVPN).$(OPENVPN_SUFFIX) OPENVPN_DIR := $(BUILDDIR)/$(OPENVPN) +OPENVPN_LICENSE := GPL-2.0-only +OPENVPN_LICENSE_FILES := \ + file://COPYING;md5=7aee596ed2deefe3e8a861e24292abba \ + file://src/openvpn/openvpn.c;startline=1;endline=22;md5=1bb6a64be5c851a32fa98b8f9d6e33f9 # ---------------------------------------------------------------------------- # Prepare -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de