]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
nan: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Sat, 20 Apr 2024 23:58:39 +0000 (01:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 20 Apr 2024 23:58:39 +0000 (01:58 +0200)
Eric Blake's approval is in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00290.html>.
Paul Eggert's approval is in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00324.html>.
Daniel Richard G.'s approval was given in private email.

* modules/nan (License): Change to LGPLv2+.
* lib/nan.h: Update license notice.

ChangeLog
lib/nan.h
modules/nan

index acc7a3ea42fd2a819669f5e6c872191d22abe552..6efc00370cb272ef8fff8c7b95e96a5c885c769e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2024-04-20  Bruno Haible  <bruno@clisp.org>
+
+       nan: Relicense under LGPLv2+.
+       Eric Blake's approval is in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00290.html>.
+       Paul Eggert's approval is in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00324.html>.
+       Daniel Richard G.'s approval was given in private email.
+       * modules/nan (License): Change to LGPLv2+.
+       * lib/nan.h: Update license notice.
+
 2024-04-20  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool: In sh+py mode, don't fail because of dangling symlinks.
index 70fe813757ac9bd2cd8fe018d8f9d3deb49dfa28..0a7622c578859ff8b40210511d9bfb4013844b6d 100644 (file)
--- a/lib/nan.h
+++ b/lib/nan.h
@@ -1,17 +1,17 @@
 /* Macros for quiet not-a-number.
    Copyright (C) 2007-2024 Free Software Foundation, Inc.
 
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
+   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 2.1 of the
+   License, or (at your option) any later version.
 
-   This program is distributed in the hope that it will be useful,
+   This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+   GNU Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _GL_NAN_H
index 18165c0a286022efabb4934966a8ccf412a18d81..5dacc03ed8191208aa4babbac6aad1b111fb7b8a 100644 (file)
@@ -17,7 +17,7 @@ Include:
 Link:
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 all