From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:07:55 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5HX-005PKI-2q for lore@lore.pengutronix.de; Wed, 14 May 2025 08:07:55 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uF5HX-0005Fu-5A; Wed, 14 May 2025 08:07:55 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uF5HC-0004X6-Ot; Wed, 14 May 2025 08:07:34 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5HB-002f9W-2P; Wed, 14 May 2025 08:07:34 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5HC-0025ko-0T; Wed, 14 May 2025 08:07:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:07:34 +0200 Message-Id: <20250514060734.498767-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250414200705.38489-4-bruno.thomsen@gmail.com> References: <20250414200705.38489-4-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] tomoyo-tools: add license files and correct spdx license identifier X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 301ebff1fe562aa94002d866caad5f111324936d. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:07:34 +0200, Bruno Thomsen wrote: > Use GPL-2.0-only spdx license identifier. > > Signed-off-by: Bruno Thomsen > Message-Id: <20250414200705.38489-4-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/tomoyo-tools.make b/rules/tomoyo-tools.make > index 32a5cae99f13..09a2758657a1 100644 > --- a/rules/tomoyo-tools.make > +++ b/rules/tomoyo-tools.make > @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_TOMOYO_TOOLS) += tomoyo-tools > # > # Paths and names > # > -TOMOYO_TOOLS_VERSION := 2.5.0-20130406 > -TOMOYO_TOOLS_MD5 := 8888f83fcb87823d714ff551e8680d0d > -TOMOYO_TOOLS := tomoyo-tools-$(TOMOYO_TOOLS_VERSION) > -TOMOYO_TOOLS_SUFFIX := tar.gz > -TOMOYO_TOOLS_URL := http://jaist.dl.sourceforge.jp/tomoyo/53357/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) > -TOMOYO_TOOLS_SOURCE := $(SRCDIR)/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) > -TOMOYO_TOOLS_DIR := $(BUILDDIR)/tomoyo-tools > -TOMOYO_TOOLS_LICENSE := GPL > +TOMOYO_TOOLS_VERSION := 2.5.0-20130406 > +TOMOYO_TOOLS_MD5 := 8888f83fcb87823d714ff551e8680d0d > +TOMOYO_TOOLS := tomoyo-tools-$(TOMOYO_TOOLS_VERSION) > +TOMOYO_TOOLS_SUFFIX := tar.gz > +TOMOYO_TOOLS_URL := http://jaist.dl.sourceforge.jp/tomoyo/53357/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) > +TOMOYO_TOOLS_SOURCE := $(SRCDIR)/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) > +TOMOYO_TOOLS_DIR := $(BUILDDIR)/tomoyo-tools > +TOMOYO_TOOLS_LICENSE := GPL-2.0-only > +TOMOYO_TOOLS_LICENSE_FILES := \ > + file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe > > # ---------------------------------------------------------------------------- > # Prepare