diff options
author | Roland McGrath <roland@redhat.com> | 1995-02-11 01:39:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-02-11 01:39:58 +0000 |
commit | 4c7f18cd092305b773d0950c697e32ede2c6b62e (patch) | |
tree | bd8c5dfc573948cabaaad0b17a30417f3be09d20 | |
parent | c5af4810ff3c4d2f7a080ba642918c128f33a349 (diff) | |
download | gunmake-4c7f18cd092305b773d0950c697e32ede2c6b62e.tar.gz |
(print_version): Add 95 to copyright years.
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1856,7 +1856,7 @@ print_version () printf ("-%s", remote_description); printf (", by Richard Stallman and Roland McGrath.\n\ -%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.\n\ +%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94, 95 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", precede, precede, precede, precede); |