X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fversion-etc.c;h=4d4facf0c2b68e1fee8127cae61cebfd1d4ec66d;hb=443b16b2043248e0a3e527c6674a8202df1a7eca;hp=b20a32f57d6d81fe9673ffb867ef8837577960cb;hpb=b9b009fa4193fe1aa7f48489b3b7407304205774;p=gnulib.git diff --git a/lib/version-etc.c b/lib/version-etc.c index b20a32f57..4d4facf0c 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, 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 @@ -22,6 +22,7 @@ #endif #include +#include "unlocked-io.h" #include "version-etc.h" #if ENABLE_NLS @@ -35,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.