mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
fts: Relicense some of its source code 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>. Bruno Haible's permission is at <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00111.html>. Pádraig Brady's permission is at <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00113.html>. Kamil Dudka's permission is at <https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00199.html>. * lib/fts.in.h: Change license notice to LGPLv2+. * lib/fts.c: Likewise. * lib/fts-cycle.c: Likewise.
This commit is contained in:
17
ChangeLog
17
ChangeLog
@@ -1,3 +1,20 @@
|
||||
2026-02-23 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
fts: Relicense some of its source code 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>.
|
||||
Bruno Haible's permission is at
|
||||
<https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00111.html>.
|
||||
Pádraig Brady's permission is at
|
||||
<https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00113.html>.
|
||||
Kamil Dudka's permission is at
|
||||
<https://lists.gnu.org/archive/html/bug-gnulib/2026-02/msg00199.html>.
|
||||
* lib/fts.in.h: Change license notice to LGPLv2+.
|
||||
* lib/fts.c: Likewise.
|
||||
* lib/fts-cycle.c: Likewise.
|
||||
|
||||
2026-02-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
crypto: don’t add 72 to malloc size
|
||||
|
||||
@@ -4,17 +4,17 @@
|
||||
|
||||
Written by Jim Meyering.
|
||||
|
||||
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/>. */
|
||||
|
||||
#include "cycle-check.h"
|
||||
|
||||
14
lib/fts.c
14
lib/fts.c
@@ -2,17 +2,17 @@
|
||||
|
||||
Copyright (C) 2004-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/>. */
|
||||
|
||||
/*-
|
||||
|
||||
14
lib/fts.in.h
14
lib/fts.in.h
@@ -2,17 +2,17 @@
|
||||
|
||||
Copyright (C) 2004-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/>. */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user