diff options
author | Roland McGrath <roland@redhat.com> | 1994-01-06 23:12:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-01-06 23:12:09 +0000 |
commit | 7c1f91ced273e16dd866449dc81fe66716c8a899 (patch) | |
tree | 823599665dcf184bb6e7e07e1bc084153a5c2e65 /main.c | |
parent | b4ccaac8dab7c2f7582923625ef90eb8384683e3 (diff) | |
download | gunmake-7c1f91ced273e16dd866449dc81fe66716c8a899.tar.gz |
Formerly main.c.~104~
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* Copyright (C) 1988, 1989, 1990, 1991 Free Software Foundation, Inc. +/* Copyright (C) 1988, 89, 90, 91, 94 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -1705,7 +1705,7 @@ print_version () printf ("-%s", remote_description); printf (", by Richard Stallman and Roland McGrath.\n\ -%sCopyright (C) 1988, 89, 90, 91, 92, 93 Free Software Foundation, Inc.\n\ +%sCopyright (C) 1988, 89, 90, 91, 92, 93, 94 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); |