]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
dev-ino: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Thu, 19 Feb 2026 13:53:22 +0000 (14:53 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 19 Feb 2026 13:53:22 +0000 (14:53 +0100)
Jim Meyering's permission is at
<https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00109.html>.

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

ChangeLog
lib/dev-ino.h
modules/dev-ino

index bff469e961f1490cf539504266e0b77725fff89e..5a59d96f43ec096046ff44f560911114ddcf726e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2026-02-19  Bruno Haible  <bruno@clisp.org>
+
+       dev-ino: Relicense under LGPLv2+.
+       Jim Meyering's permission is at
+       <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00109.html>.
+       * modules/dev-ino (License): Change to LGPLv2+.
+       * lib/dev-ino.h: Update license notice.
+
 2026-02-18  Collin Funk  <collin.funk1@gmail.com>
 
        cpu-supports: Fix typos.
index 1259284a91edde89d7701d3cf705e895d2a26909..122a900fd93a195a60222bf5aeb09e37c6f5a940 100644 (file)
@@ -1,17 +1,17 @@
 /* A simple (device, inode) struct.
    Copyright (C) 2003-2026 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/>.  */
 
 /* Written by Jim Meyering, 2003.  */
index 517a5a47fc002e69f9301015ad2cca35140601c7..bf6af21a80f8b0ee80dbc6bfe4f5d8894034c048 100644 (file)
@@ -14,7 +14,7 @@ Include:
 "dev-ino.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering