summaryrefslogtreecommitdiff
path: root/lib/version-etc.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-15 07:11:16 +0000
committerJim Meyering <jim@meyering.net>2000-05-15 07:11:16 +0000
commitcbd2839f1d7ce810602ed9ea97b03263a5d7ac70 (patch)
tree3c8549e524bd3fb794a69d80f2b992f8c2ca978b /lib/version-etc.c
parenta3ac01b48de742c9f8a53edf11a36374f5c3b3e1 (diff)
downloadcoreutils-cbd2839f1d7ce810602ed9ea97b03263a5d7ac70.tar.xz
(version_etc_copyright): Update the copyright string
that goes into all --version output.
Diffstat (limited to 'lib/version-etc.c')
-rw-r--r--lib/version-etc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version-etc.c b/lib/version-etc.c
index d41fec51b..a97b84138 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 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.