diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-05-15 22:46:24 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-05-15 22:46:24 +0000 |
commit | 4a59246031483629d4bbbb326c510f30e82ba86b (patch) | |
tree | 3b2f0092fa216d9f61059ba94b7f10b5bacf9496 /contrib/cvs/lib/getopt1.c | |
parent | 18576028af9c8455e19c9f51d94b87e08d1e6bd7 (diff) |
Import of cvs-1.9.9-970515 onto vendor branch.
Obtained from: cyclic.com
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=25839
Diffstat (limited to 'contrib/cvs/lib/getopt1.c')
-rw-r--r-- | contrib/cvs/lib/getopt1.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/cvs/lib/getopt1.c b/contrib/cvs/lib/getopt1.c index f784b5757c59..a4f19762e380 100644 --- a/contrib/cvs/lib/getopt1.c +++ b/contrib/cvs/lib/getopt1.c @@ -10,11 +10,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + GNU General Public License for more details. */ #ifdef HAVE_CONFIG_H #if defined (emacs) || defined (CONFIG_BROKETS) |