diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-10 16:59:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-10 16:59:17 +0000 |
commit | e6dd5f4da8ee75b42ac833dc8236a82b8f721a81 (patch) | |
tree | 092175d0a23c60818acf478256e8575387d5cc77 /lib | |
parent | 134744b1507f9ccbc4e2d2c32973c403ac9b6927 (diff) | |
download | coreutils-e6dd5f4da8ee75b42ac833dc8236a82b8f721a81.tar.xz |
(version_etc_copyright): 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 e32742b17..7523b087b 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, 2003 Free Software Foundation, Inc. + Copyright (C) 1999-2004 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 @@ -36,7 +36,7 @@ const char* version_etc_copyright = /* Do *not* mark this string for translation. */ - "Copyright (C) 2003 Free Software Foundation, Inc."; + "Copyright (C) 2004 Free Software Foundation, Inc."; /* Like version_etc, below, but with the NULL-terminated author list |