diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-17 07:48:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-17 07:48:56 +0000 |
commit | 64137de321dd556c0a351f80137c3ea778c509ce (patch) | |
tree | ff7544e10176ca0fe919ecc7e54eddc34b07dc5a /debug/xtrace.sh | |
parent | 798d48f6bb42ca24e740ee5f502be13f5ba0b313 (diff) | |
download | glibc-64137de321dd556c0a351f80137c3ea778c509ce.tar.gz glibc-64137de321dd556c0a351f80137c3ea778c509ce.tar.xz glibc-64137de321dd556c0a351f80137c3ea778c509ce.zip |
Update copyright year.
Diffstat (limited to 'debug/xtrace.sh')
-rwxr-xr-x | debug/xtrace.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 1afca1a84e..d103d0859a 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -1,5 +1,5 @@ #! @BASH@ -# Copyright (C) 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@gnu.org>, 1999. @@ -53,7 +53,7 @@ Report bugs using the \`glibcbug' script to <bugs@gnu.org>." do_version() { echo 'xtrace (GNU libc) @VERSION@' - echo $"Copyright (C) 2001 Free Software Foundation, Inc. + echo $"Copyright (C) 2002 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." |