mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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>
This commit is contained in:
parent
1d880d4a9b
commit
46703efa02
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user