1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(version_etc_copyright): Update the copyright string

that goes into all --version output.
This commit is contained in:
Jim Meyering
2000-05-15 07:11:16 +00:00
parent a3ac01b48d
commit cbd2839f1d

View File

@@ -1,5 +1,5 @@
/* Utility to help print --version output in a consistent format.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999, 2000 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
@@ -35,7 +35,7 @@
/* Default copyright goes to the FSF. */
char* version_etc_copyright =
N_("Copyright (C) 1999 Free Software Foundation, Inc.");
N_("Copyright (C) 2000 Free Software Foundation, Inc.");
/* Display the --version information the standard way.