From: Florian Weimer Date: Wed, 12 Dec 2018 16:13:17 +0000 (+0100) Subject: timespec_get (posix): Fix copyright header X-Git-Tag: glibc-2.29~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46703efa02f6ddebce5ee54c92f7c32598de0de6;p=thirdparty%2Fglibc.git 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 --- diff --git a/ChangeLog b/ChangeLog index 07dfe69dc35..f85b3f5fd99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-12-12 Florian Weimer + + * sysdeps/posix/timespec_get.c: Add missing “any later version” + clause to copyright header. + 2018-12-12 Tulio Magno Quites Machado Filho [BZ #23614] diff --git a/sysdeps/posix/timespec_get.c b/sysdeps/posix/timespec_get.c index 6a40b64b8c2..18fd0f1b9fa 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