changeset 3692:c335f86d6baf

(version_etc_copyright): Update copyright year.
author Jim Meyering <jim@meyering.net>
date Sat, 05 Jan 2002 21:13:29 +0000
parents 258f34c3ab08
children ceb1f3aa0178
files lib/version-etc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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, 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.