diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-01-02 11:47:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-01-02 12:17:34 -0800 |
commit | 9fcdec73862b887dbd7991ffe5f161528fc79395 (patch) | |
tree | 6ed54024ffed5824558da217d2fb20ac000f50d0 /elf | |
parent | 2b778ceb4010c28d70de9b8eab20e8d88eed586b (diff) | |
download | glibc-9fcdec73862b887dbd7991ffe5f161528fc79395.tar.gz glibc-9fcdec73862b887dbd7991ffe5f161528fc79395.tar.xz glibc-9fcdec73862b887dbd7991ffe5f161528fc79395.zip |
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).
Diffstat (limited to 'elf')
-rw-r--r-- | elf/ldconfig.c | 2 | ||||
-rw-r--r-- | elf/ldd.bash.in | 2 | ||||
-rw-r--r-- | elf/pldd.c | 2 | ||||
-rwxr-xr-x | elf/sotruss.sh | 2 | ||||
-rw-r--r-- | elf/sprof.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c index 724b78d100..bbcf8f5c5c 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -328,7 +328,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"), "Andreas Jaeger"); } diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index efb5ff2851..57442bc3f2 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. -" "2020" +" "2021" printf $"Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" exit 0 diff --git a/elf/pldd.c b/elf/pldd.c index 61aca764eb..3d06813fee 100644 --- a/elf/pldd.c +++ b/elf/pldd.c @@ -264,7 +264,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"), "Ulrich Drepper"); } diff --git a/elf/sotruss.sh b/elf/sotruss.sh index f8003490e1..fd4da80244 100755 --- a/elf/sotruss.sh +++ b/elf/sotruss.sh @@ -75,7 +75,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. -" "2020" +" "2021" printf $"Written by %s.\n" "Ulrich Drepper" exit 0 ;; diff --git a/elf/sprof.c b/elf/sprof.c index c8f10a49c9..bc049c8f79 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -391,7 +391,7 @@ 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"), "Ulrich Drepper"); } |