From 372464633ca09955a465c8bb8330f3309afccc66 Mon Sep 17 00:00:00 2001 From: psmith Date: Sat, 11 Feb 2006 22:16:04 +0000 Subject: [PATCH] Last of the copyright updates. --- AUTHORS | 4 ++-- ChangeLog | 4 ++-- ChangeLog.2 | 4 ++-- Makefile.DOS.template | 4 ++-- Makefile.am | 4 ++-- Makefile.ami | 4 ++-- NEWS | 3 ++- NMakefile.template | 4 ++-- README.Amiga | 4 ++-- README.DOS.template | 4 ++-- README.OS2.template | 3 +-- README.W32.template | 4 ++-- README.customs | 4 ++-- README.cvs | 3 +-- README.template | 3 ++- SMakefile.template | 4 ++-- TODO.private | 4 ++-- acinclude.m4 | 4 ++-- amiga.c | 4 ++-- amiga.h | 4 ++-- ar.c | 3 ++- arscan.c | 5 +++-- build.template | 4 ++-- build_w32.bat | 36 ++++++++++++++++++------------------ commands.c | 3 ++- commands.h | 3 ++- config.ami.template | 4 ++-- config.h-vms.template | 4 ++-- config.h.W32.template | 4 ++-- config/ChangeLog | 3 +-- config/Makefile.am | 3 +-- config/dospaths.m4 | 4 ++-- configh.dos.template | 4 ++-- configure.bat | 4 ++-- configure.in | 6 +++--- debug.h | 4 ++-- default.c | 3 ++- dep.h | 3 ++- dir.c | 3 ++- doc/Makefile.am | 4 ++-- dosbuild.bat | 38 ++++++++++++++++++++------------------ expand.c | 3 ++- file.c | 3 ++- filedef.h | 3 ++- function.c | 3 ++- getloadavg.c | 5 +++-- getopt.c | 5 +++-- getopt.h | 3 ++- getopt1.c | 5 +++-- gettext.h | 4 ++-- glob/ChangeLog | 3 ++- glob/Makefile.am | 4 ++-- glob/Makefile.ami | 4 ++-- glob/SMakefile | 4 ++-- glob/configure.bat | 4 ++-- implicit.c | 3 ++- job.c | 3 ++- job.h | 4 ++-- main.c | 3 ++- maintMakefile | 4 ++-- make.h | 3 ++- makefile.com | 4 ++-- makefile.vms | 4 ++-- misc.c | 3 ++- po/ChangeLog | 3 +-- po/Makevars | 3 +-- po/POTFILES.in | 4 ++-- read.c | 3 ++- readme.vms | 4 ++-- remake.c | 3 ++- remote-cstms.c | 3 ++- remote-stub.c | 3 ++- rule.c | 3 ++- rule.h | 3 ++- signame.c | 4 ++-- strcache.c | 3 +-- subproc.bat | 4 ++-- tests/ChangeLog | 4 ++-- tests/NEWS | 4 ++-- tests/README | 4 ++-- tests/mkshadow | 4 ++-- tests/run_make_tests.pl | 4 ++-- tests/test_driver.pl | 6 +++--- variable.c | 3 ++- variable.h | 3 ++- version.c | 3 ++- vmsdir.h | 4 ++-- vmsfunctions.c | 4 ++-- vmsify.c | 4 ++-- vmsjobs.c | 4 ++-- vpath.c | 3 ++- w32/Makefile.am | 4 ++-- w32/compat/dirent.c | 4 ++-- w32/include/dirent.h | 4 ++-- w32/include/pathstuff.h | 4 ++-- w32/include/sub_proc.h | 8 ++++---- w32/include/w32err.h | 4 ++-- w32/pathstuff.c | 4 ++-- w32/subproc/NMakefile | 4 ++-- w32/subproc/build.bat | 25 +++++++++++++------------ w32/subproc/misc.c | 4 ++-- w32/subproc/proc.h | 4 ++-- w32/subproc/sub_proc.c | 4 ++-- w32/subproc/w32err.c | 4 ++-- 104 files changed, 254 insertions(+), 225 deletions(-) diff --git a/AUTHORS b/AUTHORS index 50ece36..e6a5f53 100644 --- a/AUTHORS +++ b/AUTHORS @@ -64,8 +64,8 @@ With suggestions/comments/bug reports from a cast of ... well ... hundreds, anyway :) ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/ChangeLog b/ChangeLog index e6936ea..d71f4e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2539,8 +2539,8 @@ See ChangeLog.2, available in the CVS repository at: for earlier changes. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/ChangeLog.2 b/ChangeLog.2 index ae9a844..654e1bd 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -6637,8 +6637,8 @@ See ChangeLog.1, available in the CVS repository at: for earlier changes. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/Makefile.DOS.template b/Makefile.DOS.template index 8a74db6..68312fa 100644 --- a/Makefile.DOS.template +++ b/Makefile.DOS.template @@ -1,8 +1,8 @@ # -*-Makefile-*- template for DJGPP # Makefile.in generated automatically by automake 1.2 from Makefile.am # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +# 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/Makefile.am b/Makefile.am index c5b96ad..d741360 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # This is a -*-Makefile-*-, or close enough # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/Makefile.ami b/Makefile.ami index b0e76df..131e913 100644 --- a/Makefile.ami +++ b/Makefile.ami @@ -3,8 +3,8 @@ # NOTE: If you have no `make' program at all to process this makefile, run # `build.sh' instead. # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/NEWS b/NEWS index 2e66706..23eebed 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ GNU make NEWS -*-indented-text-*- 11 February 2006 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. See the end of this file for copying conditions. diff --git a/NMakefile.template b/NMakefile.template index bef8b0c..3c0755e 100644 --- a/NMakefile.template +++ b/NMakefile.template @@ -3,8 +3,8 @@ # NOTE: If you have no 'make' program at all to process this makefile, # run 'build_w32.bat' instead. # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.Amiga b/README.Amiga index e455506..3824ae0 100644 --- a/README.Amiga +++ b/README.Amiga @@ -61,8 +61,8 @@ If you plan to use recursive makes, install make resident: ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.DOS.template b/README.DOS.template index 9ea1ca9..0ae0f33 100644 --- a/README.DOS.template +++ b/README.DOS.template @@ -324,8 +324,8 @@ Bug reports: ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.OS2.template b/README.OS2.template index 9153b9c..77b6bf0 100644 --- a/README.OS2.template +++ b/README.OS2.template @@ -160,8 +160,7 @@ is because OS/2 file systems are not case sensitive ("makefile" and ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.W32.template b/README.W32.template index ec58c0b..5d30eac 100644 --- a/README.W32.template +++ b/README.W32.template @@ -271,8 +271,8 @@ Bug reports: is described in the GNU make manual and the base README. ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.customs b/README.customs index 90e3d9d..327886f 100644 --- a/README.customs +++ b/README.customs @@ -96,8 +96,8 @@ SunOS 4.1.x: ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.cvs b/README.cvs index 09ebb6b..7ce2cec 100644 --- a/README.cvs +++ b/README.cvs @@ -1,8 +1,7 @@ -*-text-*- ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/README.template b/README.template index a22e76c..09d07eb 100644 --- a/README.template +++ b/README.template @@ -172,7 +172,8 @@ at the right README! ------------------------------------------------------------------------------- Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/SMakefile.template b/SMakefile.template index f215a99..237bdc3 100644 --- a/SMakefile.template +++ b/SMakefile.template @@ -3,8 +3,8 @@ # NOTE: If you have no 'make' program at all to process this makefile, # run 'build.sh' instead. # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/TODO.private b/TODO.private index 3901d03..5b7e93e 100644 --- a/TODO.private +++ b/TODO.private @@ -128,8 +128,8 @@ The Rest of the List ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free +Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/acinclude.m4 b/acinclude.m4 index d27fe13..c98da21 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,8 +1,8 @@ dnl acinclude.m4 -- Extra macros needed for GNU make. dnl dnl Automake will incorporate this into its generated aclocal.m4. -dnl Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -dnl 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +dnl Free Software Foundation, Inc. dnl This file is part of GNU Make. dnl dnl GNU Make is free software; you can redistribute it and/or modify it diff --git a/amiga.c b/amiga.c index b86acd1..ade8239 100644 --- a/amiga.c +++ b/amiga.c @@ -1,6 +1,6 @@ /* Running commands on Amiga -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/amiga.h b/amiga.h index 1207da7..4b035a8 100644 --- a/amiga.h +++ b/amiga.h @@ -1,6 +1,6 @@ /* Definitions for amiga specific things -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/ar.c b/ar.c index 744e1aa..4d9f1bb 100644 --- a/ar.c +++ b/ar.c @@ -1,6 +1,7 @@ /* Interface to `ar' archives for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/arscan.c b/arscan.c index fe4313a..dbc4afd 100644 --- a/arscan.c +++ b/arscan.c @@ -1,6 +1,7 @@ /* Library function for scanning an archive file. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/build.template b/build.template index 47aeef9..f9ac1fa 100644 --- a/build.template +++ b/build.template @@ -2,8 +2,8 @@ # Shell script to build GNU Make in the absence of any `make' program. # @configure_input@ -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/build_w32.bat b/build_w32.bat index 57c7e30..a6508af 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -1,10 +1,26 @@ +@echo off +rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +rem 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. if not exist config.h copy config.h.W32 config.h cd w32\subproc -@echo "Creating the subproc library" +echo "Creating the subproc library" %ComSpec% /c build.bat %1 cd ..\.. -@echo off + if exist link.dbg del link.dbg if exist link.rel del link.rel echo "Creating GNU Make for Windows 9X/NT/2K/XP" @@ -179,19 +195,3 @@ gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32 :BuildEnd echo on - -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. diff --git a/commands.c b/commands.c index 41de5f7..691eb35 100644 --- a/commands.c +++ b/commands.c @@ -1,6 +1,7 @@ /* Command processing for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/commands.h b/commands.h index e2913e7..96a1a4d 100644 --- a/commands.h +++ b/commands.h @@ -1,6 +1,7 @@ /* Definition of data structures describing shell commands for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/config.ami.template b/config.ami.template index a420281..e63d712 100644 --- a/config.ami.template +++ b/config.ami.template @@ -1,6 +1,6 @@ /* config.h -- hand-massaged for Amiga -*-C-*- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/config.h-vms.template b/config.h-vms.template index 812b4f0..2d3d04d 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -1,7 +1,7 @@ /* config.h-vms. Generated by hand by Klaus Kämpf -*-C-*- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/config.h.W32.template b/config.h.W32.template index 2eaf136..1007540 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -1,7 +1,7 @@ /* config.h.W32 -- hand-massaged config.h file for Windows builds -*-C-*- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/config/ChangeLog b/config/ChangeLog index c10bccf..1cf3b32 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -23,8 +23,7 @@ * Makefile.am: New file. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/config/Makefile.am b/config/Makefile.am index 4061b33..27f18bd 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,6 +1,5 @@ # -*-Makefile-*-, or close enough -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/config/dospaths.m4 b/config/dospaths.m4 index 5ec2b0b..014fa05 100644 --- a/config/dospaths.m4 +++ b/config/dospaths.m4 @@ -1,8 +1,8 @@ # Test if the system uses DOS-style pathnames (drive specs and backslashes) # By Paul Smith . Based on dos.m4 by Jim Meyering. -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/configh.dos.template b/configh.dos.template index b67c0a5..47dc9d4 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -1,7 +1,7 @@ /* configh.dos -- hand-massaged config.h file for MS-DOS builds -*-C-*- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/configure.bat b/configure.bat index b5d54eb..eee44aa 100644 --- a/configure.bat +++ b/configure.bat @@ -1,6 +1,6 @@ @echo off -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 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +rem 2004, 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 diff --git a/configure.in b/configure.in index 7c2c589..1737aa3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the @@ -19,7 +19,7 @@ AC_INIT([GNU make],[3.81rc1],[bug-make@gnu.org]) AC_PREREQ(2.59) -AC_REVISION([[$Id: configure.in,v 1.139 2006/02/11 19:02:22 psmith Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.140 2006/02/11 22:16:04 psmith Exp $]]) # Autoconf setup AC_CONFIG_AUX_DIR(config) diff --git a/debug.h b/debug.h index f0e1c55..9b6ac07 100644 --- a/debug.h +++ b/debug.h @@ -1,6 +1,6 @@ /* Debugging macros and interface. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/default.c b/default.c index cbf89ff..86f719a 100644 --- a/default.c +++ b/default.c @@ -1,6 +1,7 @@ /* Data base of default implicit rules for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/dep.h b/dep.h index 2192663..aafadb2 100644 --- a/dep.h +++ b/dep.h @@ -1,6 +1,7 @@ /* Definitions of dependency data structures for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/dir.c b/dir.c index b7d3e69..f72ce42 100644 --- a/dir.c +++ b/dir.c @@ -1,6 +1,7 @@ /* Directory hashing for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/doc/Makefile.am b/doc/Makefile.am index db8056f..9ed67e1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the 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. diff --git a/expand.c b/expand.c index 900530b..82e12f7 100644 --- a/expand.c +++ b/expand.c @@ -1,6 +1,7 @@ /* Variable expansion functions for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/file.c b/file.c index 7c13d10..0d5e9da 100644 --- a/file.c +++ b/file.c @@ -1,6 +1,7 @@ /* Target file management for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/filedef.h b/filedef.h index fb846ce..e4fe7c9 100644 --- a/filedef.h +++ b/filedef.h @@ -1,6 +1,7 @@ /* Definition of target file data structures for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/function.c b/function.c index 1c2af64..51c7e0c 100644 --- a/function.c +++ b/function.c @@ -1,6 +1,7 @@ /* Builtin function expansion for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/getloadavg.c b/getloadavg.c index 3f96baf..9367e47 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -1,6 +1,7 @@ /* Get the system load averages. -Copyright (C) 1985, 86, 87, 88, 89, 91, 92, 93, 1994, 1995, 1997 -Free Software Foundation, Inc. +Copyright (C) 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free +Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/getopt.c b/getopt.c index 188440b..f0fac4f 100644 --- a/getopt.c +++ b/getopt.c @@ -3,8 +3,9 @@ NOTE: getopt is now part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! -Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98 - Free Software Foundation, Inc. +Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, +1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. diff --git a/getopt.h b/getopt.h index cb73cdc..80efe96 100644 --- a/getopt.h +++ b/getopt.h @@ -1,5 +1,6 @@ /* Declarations for getopt. -Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc. +Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. diff --git a/getopt1.c b/getopt1.c index 8b846ff..9ad5127 100644 --- a/getopt1.c +++ b/getopt1.c @@ -1,6 +1,7 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. -Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98 - Free Software Foundation, Inc. +Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. diff --git a/gettext.h b/gettext.h index 993eb5d..17e9991 100644 --- a/gettext.h +++ b/gettext.h @@ -1,6 +1,6 @@ /* Convenience header for conditional use of GNU . -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/glob/ChangeLog b/glob/ChangeLog index 6f3d93c..570c19c 100644 --- a/glob/ChangeLog +++ b/glob/ChangeLog @@ -152,7 +152,8 @@ Fri Jun 21 00:27:51 1996 Roland McGrath Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/glob/Makefile.am b/glob/Makefile.am index 5af762d..d5e3924 100644 --- a/glob/Makefile.am +++ b/glob/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/glob/Makefile.ami b/glob/Makefile.ami index 223b97c..97b3953 100644 --- a/glob/Makefile.ami +++ b/glob/Makefile.ami @@ -1,6 +1,6 @@ # Makefile for standalone libglob.a (fnmatch, glob). -*-Makefile-*- -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/glob/SMakefile b/glob/SMakefile index aeae43f..22b00ef 100644 --- a/glob/SMakefile +++ b/glob/SMakefile @@ -1,6 +1,6 @@ # Makefile for standalone distribution of libglob.a (fnmatch, glob). -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/glob/configure.bat b/glob/configure.bat index b843bb9..e5007aa 100644 --- a/glob/configure.bat +++ b/glob/configure.bat @@ -1,6 +1,6 @@ @echo off -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 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, +rem 2004, 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 diff --git a/implicit.c b/implicit.c index a32948d..03172f2 100644 --- a/implicit.c +++ b/implicit.c @@ -1,6 +1,7 @@ /* Implicit rule searching for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/job.c b/job.c index 43b2fce..34f359d 100644 --- a/job.c +++ b/job.c @@ -1,6 +1,7 @@ /* Job execution and handling for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/job.h b/job.h index ada89b8..436b979 100644 --- a/job.h +++ b/job.h @@ -1,6 +1,6 @@ /* Definitions for managing subprocesses in GNU Make. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/main.c b/main.c index 4a1e75d..82fe46f 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,7 @@ /* Argument parsing and main program of GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/maintMakefile b/maintMakefile index 26a6f4d..60d1367 100644 --- a/maintMakefile +++ b/maintMakefile @@ -256,8 +256,8 @@ $(UPLOADS): $(DIST_ARCHIVES) $(DIST_ARCHIVES_SIG) $(DIST_ARCHIVES_DIRECTIVE) $(FTPPUT) $(gnu-url)/$(@:upload-%=%) $^ -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/make.h b/make.h index 8bc6946..d9f498f 100644 --- a/make.h +++ b/make.h @@ -1,6 +1,7 @@ /* Miscellaneous global declarations and portability cruft for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/makefile.com b/makefile.com index 9a9257b..eaa564e 100644 --- a/makefile.com +++ b/makefile.com @@ -138,8 +138,8 @@ $ exit $ endsubroutine : compileit $! $!----------------------------------------------------------------------------- -$!Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -$!1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +$!Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +$!2006 Free Software Foundation, Inc. $!This file is part of GNU Make. $! $!GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/makefile.vms b/makefile.vms index a580064..2fd2b89 100644 --- a/makefile.vms +++ b/makefile.vms @@ -1,7 +1,7 @@ # -*-Makefile-*- to build GNU make on VMS # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/misc.c b/misc.c index 6df9556..43df799 100644 --- a/misc.c +++ b/misc.c @@ -1,6 +1,7 @@ /* Miscellaneous generic support functions for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/po/ChangeLog b/po/ChangeLog index 49b4bbc..4d53cce 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -52,8 +52,7 @@ * POTFILES.in, LINGUAS, Makevars: Created. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/po/Makevars b/po/Makevars index 6fcae09..8ad316d 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,6 +1,5 @@ # This is a -*-Makefile-*- -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/po/POTFILES.in b/po/POTFILES.in index ac6acd9..9ac244b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/read.c b/read.c index 531e497..82bc253 100644 --- a/read.c +++ b/read.c @@ -1,6 +1,7 @@ /* Reading and parsing of makefiles for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/readme.vms b/readme.vms index c769ffe..4b4f105 100644 --- a/readme.vms +++ b/readme.vms @@ -296,8 +296,8 @@ Long command lines are now converted to command files. Comma (',') as a separator is now allowed. See makefile.vms for an example. ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/remake.c b/remake.c index aaed489..8a943d6 100644 --- a/remake.c +++ b/remake.c @@ -1,6 +1,7 @@ /* Basic dependency engine for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/remote-cstms.c b/remote-cstms.c index 48da763..e90635a 100644 --- a/remote-cstms.c +++ b/remote-cstms.c @@ -4,7 +4,8 @@ the Make maintainers. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/remote-stub.c b/remote-stub.c index 2d58c98..0417c2b 100644 --- a/remote-stub.c +++ b/remote-stub.c @@ -1,6 +1,7 @@ /* Template for the remote job exportation interface to GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/rule.c b/rule.c index c41deca..527b5b0 100644 --- a/rule.c +++ b/rule.c @@ -1,6 +1,7 @@ /* Pattern and suffix rule internals for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/rule.h b/rule.h index c91370f..99fb76e 100644 --- a/rule.h +++ b/rule.h @@ -1,6 +1,7 @@ /* Definitions for using pattern rules in GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/signame.c b/signame.c index 06ce561..fe7a45f 100644 --- a/signame.c +++ b/signame.c @@ -1,6 +1,6 @@ /* Convert between signal names and numbers. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/strcache.c b/strcache.c index e11785e..6cfae42 100644 --- a/strcache.c +++ b/strcache.c @@ -1,6 +1,5 @@ /* Constant string caching for GNU Make. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/subproc.bat b/subproc.bat index dc19c0d..009d9a5 100644 --- a/subproc.bat +++ b/subproc.bat @@ -1,6 +1,6 @@ @echo off -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 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +rem 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 diff --git a/tests/ChangeLog b/tests/ChangeLog index 9fc053a..31dcbb2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -768,8 +768,8 @@ ChangeLog file for the test suite created. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/tests/NEWS b/tests/NEWS index 9addecf..bf5b93e 100644 --- a/tests/NEWS +++ b/tests/NEWS @@ -162,8 +162,8 @@ Changes from 0.1 to 0.2 (5-4-92): ------------------------------------------------------------------------------- -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/tests/README b/tests/README index d07f35a..48c223f 100644 --- a/tests/README +++ b/tests/README @@ -7,8 +7,8 @@ This entire test suite, including all test files, are copyright and distributed under the following terms: ----------------------------------------------------------------------------- - Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/tests/mkshadow b/tests/mkshadow index 58280ea..1b7a2d7 100755 --- a/tests/mkshadow +++ b/tests/mkshadow @@ -3,8 +3,8 @@ # Simple script to make a "shadow" test directory, using symbolic links. # Typically you'd put the shadow in /tmp or another local disk # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl index d7bf7c2..ae7536f 100755 --- a/tests/run_make_tests.pl +++ b/tests/run_make_tests.pl @@ -11,8 +11,8 @@ # [-make ] # (and others) -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/tests/test_driver.pl b/tests/test_driver.pl index c77d48b..f33471d 100644 --- a/tests/test_driver.pl +++ b/tests/test_driver.pl @@ -5,8 +5,8 @@ # Written 91-12-02 through 92-01-01 by Stephen McGee. # Modified 92-02-11 through 92-02-22 by Chris Arthur to further generalize. # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +# 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the @@ -28,7 +28,7 @@ # this routine controls the whole mess; each test suite sets up a few # variables and then calls &toplevel, which does all the real work. -# $Id: test_driver.pl,v 1.17 2006/02/11 20:00:39 psmith Exp $ +# $Id: test_driver.pl,v 1.18 2006/02/11 22:16:05 psmith Exp $ # The number of test categories we've run diff --git a/variable.c b/variable.c index 978bfe1..54ac046 100644 --- a/variable.c +++ b/variable.c @@ -1,6 +1,7 @@ /* Internals of variables for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/variable.h b/variable.h index 4c820d8..6b20152 100644 --- a/variable.h +++ b/variable.h @@ -1,6 +1,7 @@ /* Definitions for using variables in GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/version.c b/version.c index c05a5a8..7e718f8 100644 --- a/version.c +++ b/version.c @@ -1,6 +1,7 @@ /* Record version and build host architecture for GNU make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/vmsdir.h b/vmsdir.h index 8e719b6..aed53c7 100644 --- a/vmsdir.h +++ b/vmsdir.h @@ -1,6 +1,6 @@ /* dirent.h for vms -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/vmsfunctions.c b/vmsfunctions.c index cee67ea..8cb0ddd 100644 --- a/vmsfunctions.c +++ b/vmsfunctions.c @@ -1,6 +1,6 @@ /* VMS functions -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/vmsify.c b/vmsify.c index 68a2b86..ac82942 100644 --- a/vmsify.c +++ b/vmsify.c @@ -1,6 +1,6 @@ /* vmsify.c -- Module for vms <-> unix file name conversion -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/vmsjobs.c b/vmsjobs.c index 16a589c..e887970 100644 --- a/vmsjobs.c +++ b/vmsjobs.c @@ -1,8 +1,8 @@ /* --------------- Moved here from job.c --------------- This file must be #included in job.c, as it accesses static functions. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/vpath.c b/vpath.c index cae0616..0945240 100644 --- a/vpath.c +++ b/vpath.c @@ -1,6 +1,7 @@ /* Implementation of pattern-matching file search paths for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/Makefile.am b/w32/Makefile.am index f32b4fe..8c14b8f 100644 --- a/w32/Makefile.am +++ b/w32/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am to create libw32.a for mingw32 host. -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/compat/dirent.c b/w32/compat/dirent.c index d418b8f..491ff3f 100644 --- a/w32/compat/dirent.c +++ b/w32/compat/dirent.c @@ -1,6 +1,6 @@ /* Directory entry code for Window platforms. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/include/dirent.h b/w32/include/dirent.h index 8acce49..2d6247e 100644 --- a/w32/include/dirent.h +++ b/w32/include/dirent.h @@ -1,6 +1,6 @@ /* Windows version of dirent.h -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/include/pathstuff.h b/w32/include/pathstuff.h index 7ea9e1d..55af520 100644 --- a/w32/include/pathstuff.h +++ b/w32/include/pathstuff.h @@ -1,6 +1,6 @@ /* Definitions for Windows path manipulation. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/include/sub_proc.h b/w32/include/sub_proc.h index efd44fa..2e99425 100644 --- a/w32/include/sub_proc.h +++ b/w32/include/sub_proc.h @@ -1,6 +1,6 @@ /* Definitions for Windows process invocation. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the @@ -21,11 +21,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ /* * Component Name: * - * $Date: 2006/02/11 19:02:22 $ + * $Date: 2006/02/11 22:16:05 $ * * $Source: /sources/make/make/w32/include/sub_proc.h,v $ * - * $Id: sub_proc.h,v 1.7 2006/02/11 19:02:22 psmith Exp $ + * $Id: sub_proc.h,v 1.8 2006/02/11 22:16:05 psmith Exp $ */ #define EXTERN_DECL(entry, args) extern entry args diff --git a/w32/include/w32err.h b/w32/include/w32err.h index 9f33e08..d2693b4 100644 --- a/w32/include/w32err.h +++ b/w32/include/w32err.h @@ -1,6 +1,6 @@ /* Definitions for Windows error handling. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/pathstuff.c b/w32/pathstuff.c index c85e837..d425657 100644 --- a/w32/pathstuff.c +++ b/w32/pathstuff.c @@ -1,6 +1,6 @@ /* Path conversion for Windows pathnames. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/subproc/NMakefile b/w32/subproc/NMakefile index ce1da6f..90be58d 100644 --- a/w32/subproc/NMakefile +++ b/w32/subproc/NMakefile @@ -1,8 +1,8 @@ # NOTE: If you have no `make' program at all to process this makefile, run # `build.bat' instead. # -# Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -# 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/subproc/build.bat b/w32/subproc/build.bat index a0e35f2..8cb15ab 100644 --- a/w32/subproc/build.bat +++ b/w32/subproc/build.bat @@ -16,18 +16,19 @@ gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS3 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c w32err.c -o ../../w32err.o :BuildEnd -@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. +@echo off +rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +rem 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 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 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. +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. diff --git a/w32/subproc/misc.c b/w32/subproc/misc.c index b9f327f..74af09b 100644 --- a/w32/subproc/misc.c +++ b/w32/subproc/misc.c @@ -1,6 +1,6 @@ /* Process handling for Windows -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/subproc/proc.h b/w32/subproc/proc.h index f610351..48b4186 100644 --- a/w32/subproc/proc.h +++ b/w32/subproc/proc.h @@ -1,6 +1,6 @@ /* Definitions for Windows -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/subproc/sub_proc.c b/w32/subproc/sub_proc.c index c9fc5c7..9c2c5c5 100644 --- a/w32/subproc/sub_proc.c +++ b/w32/subproc/sub_proc.c @@ -1,6 +1,6 @@ /* Process handling for Windows. -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/subproc/w32err.c b/w32/subproc/w32err.c index 31cf5cd..47716d5 100644 --- a/w32/subproc/w32err.c +++ b/w32/subproc/w32err.c @@ -1,6 +1,6 @@ /* Error handling for Windows -Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the -- 2.11.4.GIT