]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
cycle-check: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Thu, 19 Feb 2026 14:00:04 +0000 (15:00 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 19 Feb 2026 14:00:04 +0000 (15:00 +0100)
Jim Meyering's permission is at
<https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00109.html>.
Paul Eggert's permission is at
<https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00106.html>.

* modules/cycle-check (License): Change to LGPLv2+.
* lib/cycle-check.h: Update license notice.
* lib/cycle-check.c: Likewise.

ChangeLog
lib/cycle-check.c
lib/cycle-check.h
modules/cycle-check

index 5a59d96f43ec096046ff44f560911114ddcf726e..b4707bb7c6a0f819ef68bcf1d464ee37632331ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2026-02-19  Bruno Haible  <bruno@clisp.org>
 
+       cycle-check: Relicense under LGPLv2+.
+       Jim Meyering's permission is at
+       <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00109.html>.
+       Paul Eggert's permission is at
+       <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00106.html>.
+       * modules/cycle-check (License): Change to LGPLv2+.
+       * lib/cycle-check.h: Update license notice.
+       * lib/cycle-check.c: Likewise.
+
        dev-ino: Relicense under LGPLv2+.
        Jim Meyering's permission is at
        <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00109.html>.
index 13baa242bdc0a4a61d676a408c40ef9b132d019d..d7e3b76cf1bcbadb7d922cdec8c6314283bd11db 100644 (file)
@@ -2,17 +2,17 @@
 
    Copyright (C) 2003-2006, 2009-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 */
index 972ec44b9b24a58932e63bac1c774aee9bf6da79..5d2e7b794116660aad13ac3082be4255a6ac5e93 100644 (file)
@@ -2,17 +2,17 @@
 
    Copyright (C) 2003-2004, 2006, 2009-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 */
index 91489d8727dcec23e586f3bd7dbe4959284141c3..c7105a5276ab3d61b2fb3c9881b8f0304e986445 100644 (file)
@@ -23,7 +23,7 @@ Include:
 "cycle-check.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering