From: Jim Meyering Date: Sat, 4 Jan 2003 10:51:31 +0000 (+0000) Subject: Update copyright date. X-Git-Tag: v4.5.5~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de3755878167a08b3c4f975f35cba0876b53d33;p=thirdparty%2Fcoreutils.git Update copyright date. --- diff --git a/lib/version-etc.c b/lib/version-etc.c index 57bf1248cb..663aa8dcf0 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.