Alan Modra wrote:
> > Would you please relicense your changes under LGPLv2+? That is, give us
> > the ability to relicense the 'obstack' module under LGPLv2+ and then be
> > able to flow back the changes into glibc?
> 
> OK by me.

Thank you! I'm implementing the license change:


2025-05-05  Bruno Haible  <br...@clisp.org>

        obstack: Relicense under LGPLv2+.
        Alan Modra's permission is at
        <https://lists.gnu.org/archive/html/bug-gnulib/2025-05/msg00042.html>.
        Paul Eggert's permission is at
        <https://lists.gnu.org/archive/html/bug-gnulib/2025-05/msg00041.html>.
        * modules/obstack (License): Change to LGPLv2+.
        * lib/obstack.in.h: Update license notice.
        * lib/obstack.c: Likewise.

diff --git a/lib/obstack.c b/lib/obstack.c
index 451901114a..0f6c5f98d7 100644
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -4,7 +4,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/lib/obstack.in.h b/lib/obstack.in.h
index 39eb3a030f..5296cf5820 100644
--- a/lib/obstack.in.h
+++ b/lib/obstack.in.h
@@ -4,7 +4,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/obstack b/modules/obstack
index 5065a693cc..322073a077 100644
--- a/modules/obstack
+++ b/modules/obstack
@@ -50,7 +50,7 @@ Include:
 "obstack.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc




Reply via email to