From 9fcdec73862b887dbd7991ffe5f161528fc79395 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 2 Jan 2021 11:47:54 -0800 Subject: Update copyright dates not handled by scripts/update-copyrights. I've updated copyright dates in glibc for 2021. 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 csu/version.c which previously had to be handled manually but is now successfully updated by update-copyrights), there is a small change to the copyright notice in NEWS which should let NEWS get updated automatically next year. Please remember to include 2021 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). --- nscd/nscd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/nscd.c b/nscd/nscd.c index ad8484bbcb..3ca7c522c2 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -523,7 +523,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\ -"), "2020"); +"), "2021"); fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk and Ulrich Drepper"); } -- cgit v1.2.1