From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 593D75A026F for ; Sun, 10 Sep 2023 03:32:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=201602; t=1694309518; bh=ZgrLsFfcs+pVupOafBEdTeHSVOUyHENBWVhnfbtXsHg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J90E1Fe2O+rVcmkuZJHlvku5b1UOWoH0kiUDpmJwb8ImJqgVgrq4pnfrKWxC2NBIM s/ZVVLINXcPjJz9KN2UI/Kaqt5qAZ/EV4vcVkdhd5S898jDH4M/amc+/sFy+z6q3t8 fVbpR1LBjpF6hyitBVpYnvFqGpUIyafE2MVSLceg= Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4RjslL2jfgz4xF0; Sun, 10 Sep 2023 11:31:58 +1000 (AEST) Date: Sun, 10 Sep 2023 10:46:48 +1000 From: David Gibson To: Stefano Brivio Subject: Re: [PATCH] util: Fix licensing information display in --version Message-ID: References: <20230908153646.128186-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rW0lSKiXdHTuehb7" Content-Disposition: inline In-Reply-To: <20230908153646.128186-1-sbrivio@redhat.com> Message-ID-Hash: IXFIPSWWNU4U75QVKJ4LS3JWPK52UQWD X-Message-ID-Hash: IXFIPSWWNU4U75QVKJ4LS3JWPK52UQWD X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --rW0lSKiXdHTuehb7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 08, 2023 at 05:36:46PM +0200, Stefano Brivio wrote: > The regular expression I used when relicensing to GPLv2+ missed this. >=20 > Fixes: ca2749e1bd52 ("passt: Relicense to GPL 2.0, or any later version") > Signed-off-by: Stefano Brivio Oh, yes, I noticed that the other day then forgot about it again. Reviewed-by: David Gibson > --- > util.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/util.h b/util.h > index e4db33a..195023f 100644 > --- a/util.h > +++ b/util.h > @@ -15,8 +15,8 @@ > #define VERSION_BLOB \ > VERSION "\n" \ > "Copyright Red Hat\n" \ > - "GNU Affero GPL version 3 or later " \ > - "\n" \ > + "GNU General Public License, version 2 or later\n" \ > + " \n" \ > "This is free software: you are free to change and redistribute it.\n" \ > "There is NO WARRANTY, to the extent permitted by law.\n\n" > =20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --rW0lSKiXdHTuehb7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEO+dNsU4E3yXUXRK2zQJF27ox2GcFAmT9EeMACgkQzQJF27ox 2Ge6RA/9FsHZFE8jstBdMl8atOq3tw34zWY98CwWlyADiv6vdbUZE+VY+wlxPnfv FS0eg240QfWHToVzJwK6RSxYO2l5hwvTFkx7TV9wNNoVu20ZE/cjQTUkBnPCmHbK 55gnHS8Q+68ujMKh7lA36rYdW0kFvEN/QTRkpu858fwnfqbokfx+M4nGaC9YFgSE LWDR+ospQ5ppXydPSvhaZ7hDCwSERuiP7wTAdzmior5t/L/udK0s+dmKkoP/K3Kq jtI9r9vvF6+QtJ1LP6dTrKrcWh0OVg6A5ohgyUj5vGDO2ZqcW9Ve4aZItZKKg6DC FwYumUi9wHDta4ndSZ/u6C5TgUDR+edDDaGsaHZvR994WPaLTiBfQBPgxFBmRGhU FGLyo9TEBfmo0QpH4dy5ek97IumkhKjAzp8zCiFH/aV21EQnwQHPYljluzNZQRns gyqfycCjhH8l8mBWyHcSnIbwbLO0rJcIws7CLZ01clRPCjXGGtMmbMm0YWEzgbA9 eXRuHh9XOHxEh8vvHtmAtEZT1R4NBTTJGBczXei336g6ZCUT3O468WY8YKBHGjxP WQ91jB1caMCuMSq4vpdQCCV0zaaDrk6bwi8FyL0mBFq0+ypreGPeOYh/6DKvTFcn Oh95XfN294xyoFhmWdvvX5MIKO9TwZhSpozvGYxoPvNcnN60ihM= =Mq+D -----END PGP SIGNATURE----- --rW0lSKiXdHTuehb7--