diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-04 10:51:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-04 10:51:31 +0000 |
commit | 7de3755878167a08b3c4f975f35cba0876b53d33 (patch) | |
tree | 9c04f392ce252accc29517d390be48adba38162c /lib | |
parent | 79ea5a059cd7a3c87343b284c6518bac471f2982 (diff) | |
download | coreutils-7de3755878167a08b3c4f975f35cba0876b53d33.tar.xz |
Update copyright date.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/version-etc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version-etc.c b/lib/version-etc.c index 57bf1248c..663aa8dcf 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -1,5 +1,5 @@ /* Utility to help print --version output in a consistent format. - Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ char* version_etc_copyright = /* Do *not* mark this string for translation. */ - "Copyright (C) 2002 Free Software Foundation, Inc."; + "Copyright (C) 2003 Free Software Foundation, Inc."; /* Display the --version information the standard way. |