diff options
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 329661289a..206cd51df6 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -325,7 +325,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\ -"), "2018"); +"), "2019"); fprintf (stream, gettext ("Written by %s.\n"), "Andreas Jaeger"); } 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 diff --git a/elf/pldd.c b/elf/pldd.c index fdcc91aa40..f3fac4e487 100644 --- a/elf/pldd.c +++ b/elf/pldd.c @@ -269,7 +269,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\ -"), "2018"); +"), "2019"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/elf/sotruss.sh b/elf/sotruss.sh index b5f16b4e13..6e06eae00c 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. -" "2018" +" "2019" printf $"Written by %s.\n" "Ulrich Drepper" exit 0 ;; diff --git a/elf/sprof.c b/elf/sprof.c index 718f288bb4..07829c27de 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\ "), - "2018"); + "2019"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } |