mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Fix copyright years in recent commits
This commit is contained in:
parent
916124ed84
commit
4fa34da679
@ -1,3 +1,9 @@
|
||||
2018-07-10 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* libio/readline.c: Fix copyright year.
|
||||
* libio/tst-readline.c Likewise.
|
||||
* nss/tst-nss-files-hosts-getent.c: Likewise.
|
||||
|
||||
2018-07-06 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
[BZ #18991]
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* fgets with ERANGE error reporting and size_t buffer length.
|
||||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Test the __libc_readline_unlocked function.
|
||||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Enumerate /etc/hosts with a long line (bug 18991).
|
||||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2018 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
Loading…
Reference in New Issue
Block a user