Hi!
On Mon, 2023-03-06 at 21:32:05 -0800, Nicolas François wrote:
GPL-2+ is fine for any of my modifications.
Perfect, thanks!
On Tue, 2023-03-07 at 18:53:27 -0400, Joey Hess wrote:
I'm not sure if there is enough of my code left here, or enough expressiveness, for me to hold a legitimate copyright on it. But I
am fine with relicensing it GPL-2+.
This also briefly crossed my mind, but given that the current code was
derived from yours, just for that alone but also out of courtesy this
is what seemed like the correct thing to do. :) Regardless, thanks too!
Attached is what I've queued for my next push.
Thanks,
Guillem
From 72d7307ff2951c75ee9680307004c08c397f7ac9 Mon Sep 17 00:00:00 2001
From: Guillem Jover <
[email protected]>
Date: Tue, 7 Mar 2023 23:49:26 +0100
Subject: [PATCH] Dpkg::Gettext: Relicense from BSD-2 to GPL-2+
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This file was originally copied from the Debconf::Gettext module from
debconf with a BSD-2 license, originally by Joey Hess, which got
modified by Nicolas Fran=C3=A7ois on import, and subsequently reworked by
me, and with a trivial change by Rapha=C3=ABl Hertzog.
With agreement from authors with original or non-trivial code:
Joey Hess
<
https://lists.debian.org/debian-dpkg/2023/03/msg00005.html>
Nicolas Fran=C3=A7ois
<
https://lists.debian.org/debian-dpkg/2023/03/msg00002.html>
and myself with this commit, relicense this file from BSD-2 to GPL-2+
to simplify the licensing for the Dpkg perl modules.
Signed-off-by: Guillem Jover <
[email protected]>
---
debian/copyright | 33 ++-------------------------------
scripts/Dpkg/Gettext.pm | 33 +++++++++++++--------------------
2 files changed, 15 insertions(+), 51 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 8135e5cc1..082328813 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,13 +26,13 @@ Copyright:
Copyright =C2=A9 1999 Richard Kettlewell <
[email protected]>
Copyright =C2=A9 1999-2001 Marcus Brinkmann <
[email protected]>
Copyright =C2=A9 1999-2002 Wichert Akkerman <
[email protected]>
- Copyright =C2=A9 2001, 2007, 2010 Joey Hess <
[email protected]>
+ Copyright =C2=A9 2000-2001, 2007, 2010 Joey Hess <
[email protected]>
Copyright =C2=A9 2004-2005, 2007-2008, 2010 Canonical Ltd.
Copyright =C2=A9 2004-2005 Scott James Remnant <
[email protected]>
Copyright =C2=A9 2006-2008 Frank Lichtenheld <
[email protected]>
Copyright =C2=A9 2006-2023 Guillem Jover <
[email protected]>
+ Copyright =C2=A9 2006-2007 Nicolas Fran=C3=A7ois <nicola