From 1dddd844dee36fb03e02b4c2ad86267946a74e62 Mon Sep 17 00:00:00 2001 From: psmith Date: Tue, 13 Jul 2010 01:20:10 +0000 Subject: [PATCH] Update copyrights for 2010. --- AUTHORS | 2 +- ChangeLog | 2 ++ Makefile.DOS.template | 2 +- Makefile.am | 2 +- Makefile.ami | 2 +- NEWS | 4 ++-- NMakefile.template | 2 +- README.Amiga | 2 +- README.DOS.template | 2 +- README.OS2.template | 2 +- README.W32.template | 2 +- README.customs | 2 +- README.cvs | 9 ++++++--- README.template | 4 ++-- SMakefile.template | 2 +- TODO.private | 9 +++------ acinclude.m4 | 2 +- amiga.c | 2 +- amiga.h | 2 +- ar.c | 5 +++-- arscan.c | 4 ++-- build.template | 2 +- build_w32.bat | 2 +- commands.c | 4 ++-- commands.h | 4 ++-- config.ami.template | 2 +- config.h-vms.template | 2 +- config.h.W32.template | 2 +- config/Makefile.am | 4 ++-- config/dospaths.m4 | 2 +- configh.dos.template | 2 +- configure.bat | 2 +- configure.in | 4 ++-- debug.h | 2 +- default.c | 4 ++-- dep.h | 4 ++-- dir.c | 4 ++-- doc/Makefile.am | 4 ++-- dosbuild.bat | 2 +- expand.c | 4 ++-- file.c | 4 ++-- filedef.h | 4 ++-- function.c | 4 ++-- getloadavg.c | 2 +- getopt.c | 4 ++-- getopt.h | 4 ++-- getopt1.c | 4 ++-- gettext.h | 2 +- hash.c | 2 +- hash.h | 2 +- implicit.c | 4 ++-- job.c | 4 ++-- job.h | 3 ++- main.c | 4 ++-- maintMakefile | 2 +- make.h | 4 ++-- makefile.com | 2 +- makefile.vms | 2 +- misc.c | 4 ++-- po/Makevars | 4 ++-- po/POTFILES.in | 4 ++-- read.c | 4 ++-- readme.vms | 2 +- remake.c | 4 ++-- remote-cstms.c | 4 ++-- remote-stub.c | 4 ++-- rule.c | 4 ++-- rule.h | 4 ++-- signame.c | 2 +- strcache.c | 2 +- subproc.bat | 2 +- tests/mkshadow | 3 ++- tests/run_make_tests.pl | 3 ++- tests/test_driver.pl | 4 ++-- variable.c | 4 ++-- variable.h | 4 ++-- version.c | 4 ++-- vmsdir.h | 2 +- vmsfunctions.c | 2 +- vmsify.c | 2 +- vmsjobs.c | 2 +- vpath.c | 4 ++-- w32/Makefile.am | 2 +- w32/compat/dirent.c | 2 +- w32/include/dirent.h | 2 +- w32/include/pathstuff.h | 2 +- w32/include/sub_proc.h | 6 +++--- w32/include/w32err.h | 2 +- w32/pathstuff.c | 2 +- w32/subproc/NMakefile | 2 +- w32/subproc/build.bat | 2 +- w32/subproc/misc.c | 2 +- w32/subproc/proc.h | 2 +- w32/subproc/sub_proc.c | 2 +- w32/subproc/w32err.c | 2 +- 95 files changed, 146 insertions(+), 140 deletions(-) diff --git a/AUTHORS b/AUTHORS index cda3193..8de80e6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -67,7 +67,7 @@ hundreds, anyway :) ------------------------------------------------------------------------------- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 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 bdaf8c5..12ef1c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-07-12 Paul Smith + Update copyrights to add 2010. + * build_w32.bat: Support for MSVC Windows x86_64 builds. * job.c: Don't define execve() on MSVC/64bit. Patch by Viktor Szakats. Fixes Savannah bug #27590. diff --git a/Makefile.DOS.template b/Makefile.DOS.template index f2f5675..a42e588 100644 --- a/Makefile.DOS.template +++ b/Makefile.DOS.template @@ -2,7 +2,7 @@ # Makefile.in generated automatically by automake 1.2 from Makefile.am # # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/Makefile.am b/Makefile.am index c9b668c..92acdc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # This is a -*-Makefile-*-, or close enough # # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010 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 diff --git a/Makefile.ami b/Makefile.ami index d07d1eb..8cc67df 100644 --- a/Makefile.ami +++ b/Makefile.ami @@ -4,7 +4,7 @@ # `build.sh' instead. # # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/NEWS b/NEWS index 41b0daa..f3e25a3 100644 --- a/NEWS +++ b/NEWS @@ -1083,8 +1083,8 @@ Version 3.05 ------------------------------------------------------------------------------- Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. This file is part of GNU Make. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 terms of the GNU General Public License as published by the Free Software diff --git a/NMakefile.template b/NMakefile.template index 84f0639..5303778 100644 --- a/NMakefile.template +++ b/NMakefile.template @@ -4,7 +4,7 @@ # run 'build_w32.bat' instead. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 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 diff --git a/README.Amiga b/README.Amiga index 924534d..091b8b4 100644 --- a/README.Amiga +++ b/README.Amiga @@ -62,7 +62,7 @@ If you plan to use recursive makes, install make resident: ------------------------------------------------------------------------------- Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 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 d0556a5..794214b 100644 --- a/README.DOS.template +++ b/README.DOS.template @@ -325,7 +325,7 @@ Bug reports: ------------------------------------------------------------------------------- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 a9860cb..0da6385 100644 --- a/README.OS2.template +++ b/README.OS2.template @@ -160,7 +160,7 @@ from the make source tree. ------------------------------------------------------------------------------- -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Make. diff --git a/README.W32.template b/README.W32.template index 3cc33b6..c73bcf4 100644 --- a/README.W32.template +++ b/README.W32.template @@ -273,7 +273,7 @@ Bug reports: ------------------------------------------------------------------------------- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 4c595ed..0ad1837 100644 --- a/README.customs +++ b/README.customs @@ -97,7 +97,7 @@ SunOS 4.1.x: ------------------------------------------------------------------------------- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009 Free Software Foundation, Inc. +2009, 2010 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 c165d32..75d54de 100644 --- a/README.cvs +++ b/README.cvs @@ -1,9 +1,8 @@ -*-text-*- ------------------------------------------------------------------------------- -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software -Foundation, Inc. -This file is part of GNU Make. +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 terms of the GNU General Public License as published by the Free Software @@ -211,6 +210,10 @@ make update make make check +Or, for a debugging version: + +autoreconf -i && ./configure CFLAGS=-g && make update && make && make check + Or, all-in-one: autoreconf -i && ./configure && make update && make && make check diff --git a/README.template b/README.template index f854261..c746488 100644 --- a/README.template +++ b/README.template @@ -172,8 +172,8 @@ at the right README! ------------------------------------------------------------------------------- Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 4e15307..7e9229e 100644 --- a/SMakefile.template +++ b/SMakefile.template @@ -4,7 +4,7 @@ # run 'build.sh' instead. # # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/TODO.private b/TODO.private index a31614a..5b43d11 100644 --- a/TODO.private +++ b/TODO.private @@ -65,10 +65,7 @@ The Rest of the List what does that mean? 3) Multi-token pattern rule matching (allow %1/%2.c : %1/obj/%2.o, - etc., or something like that). I have an implementation of this - already, it just needs some refinement... maybe. Additionally I - think it only works for static pattern rules; it might need to be - fixed up to work with normal pattern rules, too. + etc., or something like that). Maybe using regex? 4) Provide a .TARGETS variable, containing the names of the targets defined in the makefile. @@ -128,8 +125,8 @@ The Rest of the List ------------------------------------------------------------------------------- -Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +2007, 2008, 2009, 2010 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 b02e4b4..0e56441 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2,7 +2,7 @@ dnl acinclude.m4 -- Extra macros needed for GNU make. dnl dnl Automake will incorporate this into its generated aclocal.m4. dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -dnl 2008, 2009 Free Software Foundation, Inc. +dnl 2008, 2009, 2010 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 under diff --git a/amiga.c b/amiga.c index 2b766f4..6e70f65 100644 --- a/amiga.c +++ b/amiga.c @@ -1,6 +1,6 @@ /* Running commands on Amiga Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 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 b74796b..ee2aa32 100644 --- a/amiga.h +++ b/amiga.h @@ -1,6 +1,6 @@ /* Definitions for amiga specific things Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 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 66afd90..8bfca1c 100644 --- a/ar.c +++ b/ar.c @@ -1,7 +1,8 @@ /* 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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 7bdc15d..4ef8375 100644 --- a/arscan.c +++ b/arscan.c @@ -1,7 +1,7 @@ /* Library function for scanning an archive file. Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 a9a6765..46a7246 100644 --- a/build.template +++ b/build.template @@ -3,7 +3,7 @@ # @configure_input@ # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/build_w32.bat b/build_w32.bat index f7b7d5d..de758b0 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -1,6 +1,6 @@ @echo off rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -rem 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +rem 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Make. rem rem GNU Make is free software; you can redistribute it and/or modify it under diff --git a/commands.c b/commands.c index 873b1bc..f360bd4 100644 --- a/commands.c +++ b/commands.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 cedcb81..24426fa 100644 --- a/commands.h +++ b/commands.h @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 053e3e4..3a5a29e 100644 --- a/config.ami.template +++ b/config.ami.template @@ -1,6 +1,6 @@ /* config.h -- hand-massaged for Amiga -*-C-*- Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2005, 2006, 2007, 2008, 2009, 2010 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 68af4ec..337e234 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) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 2b50e4c..1fd98f4 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) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 577779f..203a5ee 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/config/dospaths.m4 b/config/dospaths.m4 index cf2bd3b..da544f8 100644 --- a/config/dospaths.m4 +++ b/config/dospaths.m4 @@ -2,7 +2,7 @@ # By Paul Smith . Based on dos.m4 by Jim Meyering. # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/configh.dos.template b/configh.dos.template index 312fb17..99500fd 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) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2004, 2005, 2006, 2007, 2008, 2009, 2010 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 fc6cb9d..c7b4591 100644 --- a/configure.bat +++ b/configure.bat @@ -1,6 +1,6 @@ @echo off rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -rem 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +rem 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Make. rem rem GNU Make is free software; you can redistribute it and/or modify it under diff --git a/configure.in b/configure.in index ace98ac..060b221 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. # # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 @@ -20,7 +20,7 @@ AC_INIT([GNU make],[3.81.91],[bug-make@gnu.org]) AC_PREREQ(2.59) -AC_REVISION([[$Id: configure.in,v 1.153 2010/07/12 05:23:20 psmith Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.154 2010/07/13 01:20:38 psmith Exp $]]) # Autoconf setup AC_CONFIG_AUX_DIR(config) diff --git a/debug.h b/debug.h index e85a4d3..3d20c87 100644 --- a/debug.h +++ b/debug.h @@ -1,6 +1,6 @@ /* Debugging macros and interface. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009 Free Software Foundation, Inc. +2009, 2010 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 965ca08..4d6d984 100644 --- a/default.c +++ b/default.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 6d7ec35..c27423b 100644 --- a/dep.h +++ b/dep.h @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 7277fe6..5529019 100644 --- a/dir.c +++ b/dir.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 9c8c6c4..67eec3a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # -*-Makefile-*-, or close enough -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +# 2010 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 diff --git a/dosbuild.bat b/dosbuild.bat index f131eeb..c911e18 100644 --- a/dosbuild.bat +++ b/dosbuild.bat @@ -1,6 +1,6 @@ @echo off rem Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -rem 2008, 2009 Free Software Foundation, Inc. +rem 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Make. rem rem GNU Make is free software; you can redistribute it and/or modify it under diff --git a/expand.c b/expand.c index c59f565..2315b06 100644 --- a/expand.c +++ b/expand.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 c3f7678..0a4edb2 100644 --- a/file.c +++ b/file.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 69f1994..0a621b9 100644 --- a/filedef.h +++ b/filedef.h @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 870e4a0..e2f6c8c 100644 --- a/function.c +++ b/function.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 4fd7b9f..f9d7964 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -1,7 +1,7 @@ /* Get the system load averages. Copyright (C) 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009 Free Software Foundation, Inc. +2008, 2009, 2010 Free Software Foundation, Inc. GNU Make is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/getopt.c b/getopt.c index 9ff1f71..e992da5 100644 --- a/getopt.c +++ b/getopt.c @@ -4,8 +4,8 @@ NOTE: getopt is now part of the C library, so if you don't know what before changing it! Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, -1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 07bbd55..dff9998 100644 --- a/getopt.h +++ b/getopt.h @@ -1,7 +1,7 @@ /* Declarations for getopt. Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software -Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 4cf8f81..429ad4a 100644 --- a/getopt1.c +++ b/getopt1.c @@ -1,7 +1,7 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 476185c..e8b8b3a 100644 --- a/gettext.h +++ b/gettext.h @@ -1,6 +1,6 @@ /* Convenience header for conditional use of GNU . Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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/hash.c b/hash.c index a4df1f6..b91447c 100644 --- a/hash.c +++ b/hash.c @@ -1,5 +1,5 @@ /* hash.c -- hash table maintenance -Copyright (C) 1995, 1999, 2002 Free Software Foundation, Inc. +Copyright (C) 1995, 1999, 2002, 2010 Free Software Foundation, Inc. Written by Greg McGary GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/hash.h b/hash.h index aaf69ad..2c78e63 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* hash.h -- decls for hash table -Copyright (C) 1995, 1999, 2002 Free Software Foundation, Inc. +Copyright (C) 1995, 1999, 2002, 2010 Free Software Foundation, Inc. Written by Greg McGary GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/implicit.c b/implicit.c index 081ccb6..5f98108 100644 --- a/implicit.c +++ b/implicit.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 741114d..8b4d716 100644 --- a/job.c +++ b/job.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 d4626f2..d346b5e 100644 --- a/job.h +++ b/job.h @@ -1,6 +1,7 @@ /* Definitions for managing subprocesses in GNU Make. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 61e30d0..a1a3e8f 100644 --- a/main.c +++ b/main.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 5b47822..188ff24 100644 --- a/maintMakefile +++ b/maintMakefile @@ -267,7 +267,7 @@ $(UPLOADS): $(DIST_ARCHIVES) $(DIST_ARCHIVES_SIG) $(DIST_ARCHIVES_DIRECTIVE) # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010 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 diff --git a/make.h b/make.h index 0b486a0..af35eaf 100644 --- a/make.h +++ b/make.h @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 8671af6..d2d05d1 100644 --- a/makefile.com +++ b/makefile.com @@ -139,7 +139,7 @@ $ endsubroutine : compileit $! $!----------------------------------------------------------------------------- $!Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -$!2006, 2007, 2008, 2009 Free Software Foundation, Inc. +$!2006, 2007, 2008, 2009, 2010 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 diff --git a/makefile.vms b/makefile.vms index 5c281c8..1e6a88e 100644 --- a/makefile.vms +++ b/makefile.vms @@ -1,7 +1,7 @@ # -*-Makefile-*- to build GNU make on VMS # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 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 diff --git a/misc.c b/misc.c index 535a5dc..f4806ac 100644 --- a/misc.c +++ b/misc.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 94ef5b6..2103ce8 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,6 +1,6 @@ # This is a -*-Makefile-*- -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software -# Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/po/POTFILES.in b/po/POTFILES.in index d0c0157..05208bb 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files containing translatable strings. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +# 2010 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 diff --git a/read.c b/read.c index f4484c4..a3ad88e 100644 --- a/read.c +++ b/read.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 5a84374..ec3d624 100644 --- a/readme.vms +++ b/readme.vms @@ -376,7 +376,7 @@ Comma (',') as a separator is now allowed. See makefile.vms for an example. ------------------------------------------------------------------------------- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 8bfd23b..27d2550 100644 --- a/remake.c +++ b/remake.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 bb48d20..a0c5cb7 100644 --- a/remote-cstms.c +++ b/remote-cstms.c @@ -4,8 +4,8 @@ the Make maintainers. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 de9ba2b..e58b72c 100644 --- a/remote-stub.c +++ b/remote-stub.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 a7af7e5..0e6ddb7 100644 --- a/rule.c +++ b/rule.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 686abd2..b119d21 100644 --- a/rule.h +++ b/rule.h @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 bdae74b..6f3383d 100644 --- a/signame.c +++ b/signame.c @@ -1,6 +1,6 @@ /* Convert between signal names and numbers. Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Make. diff --git a/strcache.c b/strcache.c index 6954b9f..830ec7d 100644 --- a/strcache.c +++ b/strcache.c @@ -1,5 +1,5 @@ /* Constant string caching for GNU Make. -Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 2006, 2007, 2008, 2009, 2010 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 f88078e..e5a0528 100644 --- a/subproc.bat +++ b/subproc.bat @@ -1,6 +1,6 @@ @echo off rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -rem 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +rem 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Make. rem rem GNU Make is free software; you can redistribute it and/or modify it under diff --git a/tests/mkshadow b/tests/mkshadow index f7ac7cf..d41b40e 100755 --- a/tests/mkshadow +++ b/tests/mkshadow @@ -4,7 +4,8 @@ # Typically you'd put the shadow in /tmp or another local disk # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl index b5ee023..2c8c08b 100755 --- a/tests/run_make_tests.pl +++ b/tests/run_make_tests.pl @@ -12,7 +12,8 @@ # (and others) # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 diff --git a/tests/test_driver.pl b/tests/test_driver.pl index 9a75c24..7a7a785 100644 --- a/tests/test_driver.pl +++ b/tests/test_driver.pl @@ -6,7 +6,7 @@ # Modified 92-02-11 through 92-02-22 by Chris Arthur to further generalize. # # Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software +# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # This file is part of GNU Make. # @@ -30,7 +30,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.28 2010/07/12 05:23:20 psmith Exp $ +# $Id: test_driver.pl,v 1.29 2010/07/13 01:20:43 psmith Exp $ # The number of test categories we've run diff --git a/variable.c b/variable.c index cba33a6..915be20 100644 --- a/variable.c +++ b/variable.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 7268a41..c215867 100644 --- a/variable.h +++ b/variable.h @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 e93c35e..a770e22 100644 --- a/version.c +++ b/version.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 0b6bd55..cb17818 100644 --- a/vmsdir.h +++ b/vmsdir.h @@ -1,6 +1,6 @@ /* dirent.h for vms Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 e100826..5b867d9 100644 --- a/vmsfunctions.c +++ b/vmsfunctions.c @@ -1,6 +1,6 @@ /* VMS functions Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 178fc51..f58fee7 100644 --- a/vmsify.c +++ b/vmsify.c @@ -1,6 +1,6 @@ /* vmsify.c -- Module for vms <-> unix file name conversion Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 3cba00b..05c8dba 100644 --- a/vmsjobs.c +++ b/vmsjobs.c @@ -2,7 +2,7 @@ This file must be #included in job.c, as it accesses static functions. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 4b5ff2c..2d3a833 100644 --- a/vpath.c +++ b/vpath.c @@ -1,7 +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, 2004, 2005, 2006, 2007, 2008, 2009 Free -Software Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010 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 cbbde31..b8e2071 100644 --- a/w32/Makefile.am +++ b/w32/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am to create libw32.a for mingw32 host. # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010 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 diff --git a/w32/compat/dirent.c b/w32/compat/dirent.c index 172223d..ea1259c 100644 --- a/w32/compat/dirent.c +++ b/w32/compat/dirent.c @@ -1,6 +1,6 @@ /* Directory entry code for Window platforms. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 ce94e30..6e77c8b 100644 --- a/w32/include/dirent.h +++ b/w32/include/dirent.h @@ -1,6 +1,6 @@ /* Windows version of dirent.h Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 3e6b51f..e56e822 100644 --- a/w32/include/pathstuff.h +++ b/w32/include/pathstuff.h @@ -1,6 +1,6 @@ /* Definitions for Windows path manipulation. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 baf0ec1..8166dce 100644 --- a/w32/include/sub_proc.h +++ b/w32/include/sub_proc.h @@ -1,6 +1,6 @@ /* Definitions for Windows process invocation. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 @@ this program. If not, see . */ /* * Component Name: * - * $Date: 2009/10/25 18:56:46 $ + * $Date: 2010/07/13 01:20:43 $ * * $Source: /sources/make/make/w32/include/sub_proc.h,v $ * - * $Id: sub_proc.h,v 1.11 2009/10/25 18:56:46 psmith Exp $ + * $Id: sub_proc.h,v 1.12 2010/07/13 01:20:43 psmith Exp $ */ #define EXTERN_DECL(entry, args) extern entry args diff --git a/w32/include/w32err.h b/w32/include/w32err.h index b9b4f6f..65369ba 100644 --- a/w32/include/w32err.h +++ b/w32/include/w32err.h @@ -1,6 +1,6 @@ /* Definitions for Windows error handling. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 e1a1a9b..91ae1fb 100644 --- a/w32/pathstuff.c +++ b/w32/pathstuff.c @@ -1,6 +1,6 @@ /* Path conversion for Windows pathnames. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008, 2009 Free Software Foundation, Inc. +2007, 2008, 2009, 2010 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 28a8a01..46c838c 100644 --- a/w32/subproc/NMakefile +++ b/w32/subproc/NMakefile @@ -2,7 +2,7 @@ # `build.bat' instead. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 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 diff --git a/w32/subproc/build.bat b/w32/subproc/build.bat index 1d84f16..dee4072 100644 --- a/w32/subproc/build.bat +++ b/w32/subproc/build.bat @@ -18,7 +18,7 @@ gcc -mthreads -Wall -gdwarf-2 -g3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 @echo off rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -rem 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +rem 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. rem This file is part of GNU Make. rem rem GNU Make is free software; you can redistribute it and/or modify it under diff --git a/w32/subproc/misc.c b/w32/subproc/misc.c index 171b69a..298db48 100644 --- a/w32/subproc/misc.c +++ b/w32/subproc/misc.c @@ -1,6 +1,6 @@ /* Process handling for Windows Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 1e8c836..00b4bac 100644 --- a/w32/subproc/proc.h +++ b/w32/subproc/proc.h @@ -1,6 +1,6 @@ /* Definitions for Windows Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 2b1b364..f0597b0 100644 --- a/w32/subproc/sub_proc.c +++ b/w32/subproc/sub_proc.c @@ -1,6 +1,6 @@ /* Process handling for Windows. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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 5ad3760..80d796e 100644 --- a/w32/subproc/w32err.c +++ b/w32/subproc/w32err.c @@ -1,6 +1,6 @@ /* Error handling for Windows Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +2006, 2007, 2008, 2009, 2010 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