(version_etc_copyright): Update to 2001.
authorJim Meyering <jim@meyering.net>
Mon, 19 Mar 2001 11:52:29 +0000 (11:52 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Mar 2001 11:52:29 +0000 (11:52 +0000)
lib/version-etc.c

index a97b8413812e5dfab46831e0272633fc7d10a6fd..c4562fdc51cd36b114e2364eb1aeb44799133219 100644 (file)
@@ -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.