From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 26 Apr 2025 11:55:20 +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 1u8cFk-005WhU-2C for lore@lore.pengutronix.de; Sat, 26 Apr 2025 11:55:20 +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 1u8cFk-0007bZ-Eq; Sat, 26 Apr 2025 11:55:20 +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 1u8cFb-0007aV-Sl; Sat, 26 Apr 2025 11:55:11 +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 1u8cFb-002BZj-1d; Sat, 26 Apr 2025 11:55:11 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u8cFb-007yYU-1U; Sat, 26 Apr 2025 11:55:11 +0200 Date: Sat, 26 Apr 2025 11:55:11 +0200 From: Michael Olbrich To: Bruno Thomsen Message-ID: References: <20250414200705.38489-1-bruno.thomsen@gmail.com> <20250414200705.38489-3-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250414200705.38489-3-bruno.thomsen@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 3/4] wavemon: 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: ptxdist@pengutronix.de 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 On Mon, Apr 14, 2025 at 10:07:03PM +0200, Bruno Thomsen wrote: > Use GPL-3.0-only spdx license identifier. > > Signed-off-by: Bruno Thomsen > --- > rules/wavemon.make | 18 ++++++++++-------- > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/rules/wavemon.make b/rules/wavemon.make > index e56506767..ab6c77482 100644 > --- a/rules/wavemon.make > +++ b/rules/wavemon.make > @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_WAVEMON) += wavemon > # > # Paths and names > # > -WAVEMON_VERSION := 0.7.5 > -WAVEMON_MD5 := 77d4a0f099ca98cf98a915adc70694ba > -WAVEMON := wavemon-$(WAVEMON_VERSION) > -WAVEMON_SUFFIX := tar.bz2 > -WAVEMON_URL := https://github.com/uoaerg/wavemon/releases/download/v$(WAVEMON_VERSION)/$(WAVEMON).$(WAVEMON_SUFFIX) > -WAVEMON_SOURCE := $(SRCDIR)/$(WAVEMON).$(WAVEMON_SUFFIX) > -WAVEMON_DIR := $(BUILDDIR)/$(WAVEMON) > -WAVEMON_LICENSE := GPL > +WAVEMON_VERSION := 0.7.5 > +WAVEMON_MD5 := 77d4a0f099ca98cf98a915adc70694ba > +WAVEMON := wavemon-$(WAVEMON_VERSION) > +WAVEMON_SUFFIX := tar.bz2 > +WAVEMON_URL := https://github.com/uoaerg/wavemon/releases/download/v$(WAVEMON_VERSION)/$(WAVEMON).$(WAVEMON_SUFFIX) > +WAVEMON_SOURCE := $(SRCDIR)/$(WAVEMON).$(WAVEMON_SUFFIX) > +WAVEMON_DIR := $(BUILDDIR)/$(WAVEMON) > +WAVEMON_LICENSE := GPL-3.0-only This is a bit of a mess: - So the code header for this version says "... either version 2, or (at your option) any later version". - COPYING contains GPLv3. - The help text says GPLv3. - Upstream changed the code headers to GPLv3 or later. So I think GPL-3.0-or-later makes the most sense here. Michael > +WAVEMON_LICENSE_FILES := \ > + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.49.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |