1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-21 00:07:59 +02:00

(version_etc_copyright): Update copyright year.

This commit is contained in:
Jim Meyering
2002-01-05 21:13:29 +00:00
parent cec759ed61
commit fc9f72abca
+2 -2
View File
@@ -1,5 +1,5 @@
/* Utility to help print --version output in a consistent format.
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002 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 @@
char* version_etc_copyright =
/* Do *not* mark this string for translation. */
"Copyright (C) 2001 Free Software Foundation, Inc.";
"Copyright (C) 2002 Free Software Foundation, Inc.";
/* Display the --version information the standard way.