From a6bdc58385dc90037f0a43e9af92bbf0672adc5e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 11 Feb 2006 22:16:04 +0000 Subject: Last of the copyright updates. --- dosbuild.bat | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'dosbuild.bat') diff --git a/dosbuild.bat b/dosbuild.bat index 52718b7..f8a06e1 100644 --- a/dosbuild.bat +++ b/dosbuild.bat @@ -1,5 +1,23 @@ -@echo Building Make for MSDOS -@rem Echo ON so they will see what is going on. +@echo off +rem Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free +rem Software Foundation, Inc. +rem This file is part of GNU Make. + +rem GNU Make is free software; you can redistribute it and/or modify it under the +rem terms of the GNU General Public License as published by the Free Software +rem Foundation; either version 2, or (at your option) any later version. + +rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY +rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +rem A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +rem You should have received a copy of the GNU General Public License along with +rem GNU Make; see the file COPYING. If not, write to the Free Software +rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +echo Building Make for MSDOS + +rem Echo ON so they will see what is going on. @echo on gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o @@ -42,19 +60,3 @@ gcc -o make.new @respf.$$$ @if exist make.exe echo Make.exe is now built! @if not exist make.exe echo Make.exe build failed... @if exist make.exe del respf.$$$ - -@rem Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -@rem 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. -@rem This file is part of GNU Make. - -@rem GNU Make is free software; you can redistribute it and/or modify it under the -@rem terms of the GNU General Public License as published by the Free Software -@rem Foundation; either version 2, or (at your option) any later version. - -@rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY -@rem WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -@rem A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -@rem You should have received a copy of the GNU General Public License along with -@rem GNU Make; see the file COPYING. If not, write to the Free Software -@rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -- cgit v1.2.3