diff options
author | Carlos O'Donell <carlos@redhat.com> | 2024-04-23 13:30:37 -0400 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-05-03 10:15:11 +0200 |
commit | 273a835fe7c685cc54266bb8b502787bad5e9bae (patch) | |
tree | e4327fc30bb2f980f58d4f983384bbebfa6aa86b /sysdeps | |
parent | acc56074b0a5127631a64640aef1b7c5c103ebd8 (diff) | |
download | glibc-273a835fe7c685cc54266bb8b502787bad5e9bae.zip glibc-273a835fe7c685cc54266bb8b502787bad5e9bae.tar.gz glibc-273a835fe7c685cc54266bb8b502787bad5e9bae.tar.bz2 |
time: Allow later version licensing.
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.
(cherry picked from commit 91695ee4598b39d181ab8df579b888a8863c4cab)
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/timespec_get.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/timespec_getres.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/timespec_get.c b/sysdeps/unix/sysv/linux/timespec_get.c index c6e5e66..778d1e3 100644 --- a/sysdeps/unix/sysv/linux/timespec_get.c +++ b/sysdeps/unix/sysv/linux/timespec_get.c @@ -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 diff --git a/sysdeps/unix/sysv/linux/timespec_getres.c b/sysdeps/unix/sysv/linux/timespec_getres.c index 5acebe2..2eef9e5 100644 --- a/sysdeps/unix/sysv/linux/timespec_getres.c +++ b/sysdeps/unix/sysv/linux/timespec_getres.c @@ -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 |