From: Bruno Haible Date: Thu, 19 Feb 2026 14:00:04 +0000 (+0100) Subject: cycle-check: Relicense under LGPLv2+. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18fc47ccad5cb8e652495e95d615d90db23686b;p=thirdparty%2Fgnulib.git cycle-check: Relicense under LGPLv2+. Jim Meyering's permission is at . Paul Eggert's permission is at . * modules/cycle-check (License): Change to LGPLv2+. * lib/cycle-check.h: Update license notice. * lib/cycle-check.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 5a59d96f43..b4707bb7c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2026-02-19 Bruno Haible + cycle-check: Relicense under LGPLv2+. + Jim Meyering's permission is at + . + Paul Eggert's permission is at + . + * 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 . diff --git a/lib/cycle-check.c b/lib/cycle-check.c index 13baa242bd..d7e3b76cf1 100644 --- a/lib/cycle-check.c +++ b/lib/cycle-check.c @@ -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 . */ /* Written by Jim Meyering */ diff --git a/lib/cycle-check.h b/lib/cycle-check.h index 972ec44b9b..5d2e7b7941 100644 --- a/lib/cycle-check.h +++ b/lib/cycle-check.h @@ -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 . */ /* Written by Jim Meyering */ diff --git a/modules/cycle-check b/modules/cycle-check index 91489d8727..c7105a5276 100644 --- a/modules/cycle-check +++ b/modules/cycle-check @@ -23,7 +23,7 @@ Include: "cycle-check.h" License: -GPL +LGPLv2+ Maintainer: Jim Meyering