about summary refs log tree commit diff
path: root/nscd
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-01-01 00:21:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-01-01 00:21:22 +0000
commit5f72f9800b250410cad3abfeeb09469ef12b2438 (patch)
treed8bdee0a70ac3cbb05c07a5da9439be38990578d /nscd
parentd614a7539657941a9201c236b2f15afac18e1213 (diff)
downloadglibc-5f72f9800b250410cad3abfeeb09469ef12b2438.tar.gz
glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.tar.xz
glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.zip
Update copyright dates not handled by scripts/update-copyrights.
I've updated copyright dates in glibc for 2020.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.  As well as the usual annual
updates, mainly dates in --version output (minus libc.texinfo which
previously had to be handled manually but is now successfully updated
by update-copyrights), there is a fix to
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h where a typo in
the copyright notice meant it failed to be updated automatically.

Please remember to include 2020 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).
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c
index fa3bf07e34..310111ae6d 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -510,7 +510,7 @@ print_version (FILE *stream, struct argp_state *state)
 Copyright (C) %s Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2019");
+"), "2020");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }