From 88726d48af1392f9e014efa15eda6b2ee6c5c361 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 1 Jan 2014 21:45:02 +1000 Subject: Update remaining copyright dates Update copyright years that are not handled by scripts/update-copyright. --- elf/ldconfig.c | 2 +- elf/ldd.bash.in | 2 +- elf/pldd.c | 2 +- elf/sotruss.ksh | 2 +- elf/sprof.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'elf') diff --git a/elf/ldconfig.c b/elf/ldconfig.c index f042d9e060..46d295064f 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -324,7 +324,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\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Andreas Jaeger"); } diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index baf951e623..4ff140d302 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. -" "2013" +" "2014" printf $"Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" exit 0 diff --git a/elf/pldd.c b/elf/pldd.c index f4f24f5857..684aff4dba 100644 --- a/elf/pldd.c +++ b/elf/pldd.c @@ -236,7 +236,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\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/elf/sotruss.ksh b/elf/sotruss.ksh index cd878d12ad..371a70b3e1 100755 --- a/elf/sotruss.ksh +++ b/elf/sotruss.ksh @@ -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. -" "2013" +" "2014" printf $"Written by %s.\n" "Ulrich Drepper" exit 0 ;; diff --git a/elf/sprof.c b/elf/sprof.c index 5cc6882adc..7b47fd765c 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\ "), - "2013"); + "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } -- cgit v1.2.3