From 46703efa02f6ddebce5ee54c92f7c32598de0de6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 12 Dec 2018 17:13:17 +0100 Subject: timespec_get (posix): Fix copyright header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- sysdeps/posix/timespec_get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/posix') 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 -- cgit 1.4.1