For GNU gettext's libintl, I will likely need the newlocale, duplocale, freelocale modules under LGPLv2+.
Therefore, this patch relicenses the 'duplocale' modules from LGPLv3+ to LGPLv2+. I can do so, since I am the only relevant contributor to lib/duplocale.c. 2025-02-13 Bruno Haible <br...@clisp.org> duplocale: Relicense under LGPLv2+. * modules/duplocale (License): Change to LGPLv2+. * lib/duplocale.c: Update license notice. diff --git a/lib/duplocale.c b/lib/duplocale.c index 4fcb098599..933c4bbf38 100644 --- a/lib/duplocale.c +++ b/lib/duplocale.c @@ -3,7 +3,7 @@ This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as - published by the Free Software Foundation, either version 3 of the + published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This file is distributed in the hope that it will be useful, diff --git a/modules/duplocale b/modules/duplocale index 9914007b8f..8ccc964a43 100644 --- a/modules/duplocale +++ b/modules/duplocale @@ -30,7 +30,7 @@ Link: $(DUPLOCALE_LIB) License: -LGPL +LGPLv2+ Maintainer: all