diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-19 11:52:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-19 11:52:29 +0000 |
commit | 3aab98bf96f8a7177aeb3d2b5803cb40d61e014e (patch) | |
tree | 8d94ff71e6d228c3f68c678d733921e3d3ae8457 /lib | |
parent | 0e06c2e22eb0a12eb300400b4c41b58b0bd81b42 (diff) | |
download | coreutils-3aab98bf96f8a7177aeb3d2b5803cb40d61e014e.tar.xz |
(version_etc_copyright): Update to 2001.
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 a97b84138..c4562fdc5 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 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 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) 2000 Free Software Foundation, Inc."); + N_("Copyright (C) 2001 Free Software Foundation, Inc."); /* Display the --version information the standard way. |