aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-12-12 17:13:17 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-12-12 17:13:17 +0100
commit46703efa02f6ddebce5ee54c92f7c32598de0de6 (patch)
treece521bf87bddd76fd9a412c7005ed7e48bc6ddb7
parent1d880d4a9bf7608c2cd33bbe954ce6995f79121a (diff)
downloadglibc-46703efa02f6ddebce5ee54c92f7c32598de0de6.tar
glibc-46703efa02f6ddebce5ee54c92f7c32598de0de6.tar.gz
glibc-46703efa02f6ddebce5ee54c92f7c32598de0de6.tar.bz2
glibc-46703efa02f6ddebce5ee54c92f7c32598de0de6.zip
timespec_get (posix): Fix copyright header
The “any later version” clause was missing. This change was approved in principle by the FSF in RT ticket #1316403. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/posix/timespec_get.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07dfe69dc3..f85b3f5fd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-12 Florian Weimer <fweimer@redhat.com>
+
+ * sysdeps/posix/timespec_get.c: Add missing “any later version”
+ clause to copyright header.
+
2018-12-12 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
[BZ #23614]
diff --git a/sysdeps/posix/timespec_get.c b/sysdeps/posix/timespec_get.c
index 6a40b64b8c..18fd0f1b9f 100644
--- a/sysdeps/posix/timespec_get.c
+++ b/sysdeps/posix/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