1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Update copyright date.

This commit is contained in:
Jim Meyering
2003-01-04 10:51:31 +00:00
parent 79ea5a059c
commit 7de3755878

View File

@@ -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.