diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-01-01 00:15:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-01-01 00:15:13 +0000 |
commit | c9123888d8c5f38b182747ca04a5fefea9b3653e (patch) | |
tree | f958d37355956c5a95f42d3898428a1f59b96cf4 /elf/ldd.bash.in | |
parent | 04277e02d7f54d3582bebcf8386b317018cd5e1d (diff) | |
download | glibc-c9123888d8c5f38b182747ca04a5fefea9b3653e.tar.gz glibc-c9123888d8c5f38b182747ca04a5fefea9b3653e.tar.xz glibc-c9123888d8c5f38b182747ca04a5fefea9b3653e.zip |
Update copyright dates not handled by scripts/update-copyrights.
I've updated copyright dates in glibc for 2019. This is the patch for the changes not generated by scripts/update-copyrights and subsequent build / regeneration of generated files. Please remember to include 2019 in the dates for any new files added in future (which means updating any existing uncommitted patches you have that add new files to use the new copyright dates in them). * NEWS: Update copyright dates. * catgets/gencat.c (print_version): Likewise. * csu/version.c (banner): Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c (print_version): Likewise. * debug/xtrace.sh (do_version): Likewise. * elf/ldconfig.c (print_version): Likewise. * elf/ldd.bash.in: Likewise. * elf/pldd.c (print_version): Likewise. * elf/sotruss.sh: Likewise. * elf/sprof.c (print_version): Likewise. * iconv/iconv_prog.c (print_version): Likewise. * iconv/iconvconfig.c (print_version): Likewise. * locale/programs/locale.c (print_version): Likewise. * locale/programs/localedef.c (print_version): Likewise. * login/programs/pt_chown.c (print_version): Likewise. * malloc/memusage.sh (do_version): Likewise. * malloc/memusagestat.c (print_version): Likewise. * malloc/mtrace.pl: Likewise. * manual/libc.texinfo: Likewise. * nptl/version.c (banner): Likewise. * nscd/nscd.c (print_version): Likewise. * nss/getent.c (print_version): Likewise. * nss/makedb.c (print_version): Likewise. * posix/getconf.c (main): Likewise. * scripts/test-installation.pl: Likewise. * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
Diffstat (limited to 'elf/ldd.bash.in')
-rw-r--r-- | elf/ldd.bash.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index b947db520b..32ec62eda6 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -38,7 +38,7 @@ while test $# -gt 0; do printf $"Copyright (C) %s Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -" "2018" +" "2019" printf $"Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" exit 0 |