summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2001-11-18 18:38:02 +0000
committerPaul Smith <psmith@gnu.org>2001-11-18 18:38:02 +0000
commitc0312423d9966e6d5eac31b90e0ea917cbe973e3 (patch)
treebf5790e255387f16077f9c95c4f4e19a6c6dcf5d /main.c
parent9302338304b5221160aaf8e060a85ac05eb428b7 (diff)
downloadgunmake-c0312423d9966e6d5eac31b90e0ea917cbe973e3.tar.gz
Update copyright info.
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.c b/main.c
index 6a7e09d..dfde0a8 100644
--- a/main.c
+++ b/main.c
@@ -2711,14 +2711,13 @@ print_version ()
printf (_(", by Richard Stallman and Roland McGrath.\n\
%sBuilt for %s\n\
-%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000\n\
-%s\tFree Software Foundation, Inc.\n\
+%sCopyright (C) 2001 Free Software Foundation, Inc.\n\
%sThis is free software; see the source for copying conditions.\n\
%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
%sPARTICULAR PURPOSE.\n\n\
%sReport bugs to <bug-make@gnu.org>.\n\n"),
precede, make_host,
- precede, precede, precede, precede, precede, precede);
+ precede, precede, precede, precede, precede);
printed_version = 1;