]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
time: Allow later version licensing.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 23 Apr 2024 17:30:37 +0000 (13:30 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 1 May 2024 13:03:26 +0000 (09:03 -0400)
The FSF's Licensing and Compliance Lab noted a discrepancy in the
licensing of several files in the glibc package.

When timespect_get.c was impelemented the license did not include
the standard ", or (at your option) any later version." text.

Change the license in timespec_get.c and all copied files to match
the expected license.

This change was previously approved in principle by the FSF in
RT ticket #1316403. And a similar instance was fixed in
commit 46703efa02f6ddebce5ee54c92f7c32598de0de6.

sysdeps/unix/sysv/linux/timespec_get.c
sysdeps/unix/sysv/linux/timespec_getres.c
time/timespec_get.c
time/timespec_getres.c

index c6e5e6628928523b4cd7437644e550f0d40bfddf..778d1e33548d23691eacda2a1c90bc94ffc0b1d4 100644 (file)
@@ -5,7 +5,7 @@
    The GNU C Library 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.
+   version 2.1 of the License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
index 5acebe2a2cb99ccfe714d3f51d99e0a36bf1f4fa..2eef9e512c6f650ec17734741db22314d50796e1 100644 (file)
@@ -5,7 +5,7 @@
    The GNU C Library 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.
+   version 2.1 of the License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
index b031e42ca20c1eea07c7101e0ede55e6ff1357ef..26a044bca6e7f9fe103f4c3ba4b3ba4470042df6 100644 (file)
@@ -4,7 +4,7 @@
    The GNU C Library 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.
+   version 2.1 of the License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
index edb397507cdfc2fae2345567c7b4117ecd7ab534..2e18b8bcacfec498db713ede42372ae09262a73f 100644 (file)
@@ -5,7 +5,7 @@
    The GNU C Library 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.
+   version 2.1 of the License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of