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. --- debug/catchsegv.sh | 2 +- debug/pcprofiledump.c | 2 +- debug/xtrace.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debug') diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index b479985a53..a7bb5ea633 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -40,7 +40,7 @@ EOF ;; --v | --ve | --ver | --vers | --versi | --versio | --version) echo 'catchsegv @PKGVERSION@@VERSION@' - echo 'Copyright (C) 2013 Free Software Foundation, Inc. + echo 'Copyright (C) 2014 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. Written by Ulrich Drepper.' diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 87d8cb4b4d..c7c749fa5e 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -226,6 +226,6 @@ 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/debug/xtrace.sh b/debug/xtrace.sh index 608af3088a..1e7635cbe4 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -64,7 +64,7 @@ do_version() { 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. " "Ulrich Drepper" exit 0 -- cgit 1.4.1