mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ Include:
|
||||
Link:
|
||||
|
||||
License:
|
||||
GPL
|
||||
LGPLv2+
|
||||
|
||||
Maintainer:
|
||||
all
|
||||
|
||||
Reference in New Issue
Block a user