]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Update Copyright statements for 2014.
authorPaul Smith <psmith@gnu.org>
Tue, 30 Sep 2014 12:33:21 +0000 (08:33 -0400)
committerPaul Smith <psmith@gnu.org>
Tue, 30 Sep 2014 13:32:42 +0000 (09:32 -0400)
98 files changed:
AUTHORS
Makefile.DOS.template
Makefile.am
Makefile.ami
NEWS
NMakefile.template
README.Amiga
README.DOS.template
README.OS2.template
README.VMS
README.W32.template
README.customs
README.git
README.template
SMakefile.template
TODO.private
acinclude.m4
amiga.c
amiga.h
build.template
build_w32.bat
commands.c
commands.h
config.ami.template
config.h.W32.template
config/ChangeLog.1
config/Makefile.am
config/dospaths.m4
configh.dos.template
configure.ac
configure.bat
debug.h
dep.h
dir.c
doc/Makefile.am
doc/make.texi
dosbuild.bat
expand.c
file.c
filedef.h
getloadavg.c
getopt.c
getopt.h
getopt1.c
gettext.h
gmk-default.scm
gnumake.h
guile.c
implicit.c
job.h
load.c
loadapi.c
main.c
maintMakefile
make.1
makefile.com
makefile.vms
misc.c
output.c
output.h
po/Makevars
po/POTFILES.in
read.c
remake.c
remote-cstms.c
remote-stub.c
rule.c
rule.h
signame.c
strcache.c
subproc.bat
tests/ChangeLog.1
tests/NEWS
tests/README
tests/mkshadow
tests/run_make_tests.pl
tests/test_driver.pl
variable.c
variable.h
version.c
vmsdir.h
vmsify.c
vpath.c
w32/Makefile.am
w32/compat/dirent.c
w32/compat/posixfcn.c
w32/include/dirent.h
w32/include/dlfcn.h
w32/include/pathstuff.h
w32/include/sub_proc.h
w32/include/w32err.h
w32/pathstuff.c
w32/subproc/NMakefile
w32/subproc/build.bat
w32/subproc/misc.c
w32/subproc/proc.h
w32/subproc/sub_proc.c
w32/subproc/w32err.c

diff --git a/AUTHORS b/AUTHORS
index 14ae479ccb401b69bcffb9d710585d03a9f460c7..653988194c66536823c3217bb0ef7ed120046027 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -72,7 +72,7 @@ With suggestions/comments/bug reports from a cast of ... well ...
 hundreds, anyway :)
 
 -------------------------------------------------------------------------------
-Copyright (C) 1997-2013 Free Software Foundation, Inc.
+Copyright (C) 1997-2014 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
index c8e7043b76917f9901850f34bd8d97761b37f271..a608eeb4f32c7d1498586c7fa62b9629d52b9bcd 100644 (file)
@@ -1,7 +1,7 @@
 # -*-Makefile-*- template for DJGPP
 # Makefile.in generated automatically by automake 1.2 from Makefile.am
 #
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 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
index e2c0fe9bad0358fb7617c81702ebea6eebdde1f2..204ab320cdaf30d2f1f7e267ba684256544eeb5a 100644 (file)
@@ -1,6 +1,6 @@
 # This is a -*-Makefile-*-, or close enough
 #
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
+# Copyright (C) 1997-2014 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
index efbab013c7c2eee226176938b9933e6e2b5205b9..7c561a325408cf591a8d2c9e807b8d95e635430c 100644 (file)
@@ -3,7 +3,7 @@
 # NOTE: If you have no 'make' program at all to process this makefile, run
 # 'build.sh' instead.
 #
-# Copyright (C) 1995-2013 Free Software Foundation, Inc.
+# Copyright (C) 1995-2014 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 e82662315844e119c84a1f3c2f424315cc37130c..4b482df7ceb8cb688bd9bab4eb4468a494971f09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU make NEWS                                               -*-indented-text-*-
   History of user-visible changes.
-  13 Oct 2013
+  30 Sep 2014
 
 See the end of this file for copyrights and conditions.
 
@@ -9,15 +9,15 @@ manual, which is contained in this distribution as the file doc/make.texi.
 See the README file and the GNU make manual for instructions for
 reporting bugs.
 \f
-Version 4.0.90
+Version 4.0.90 (30 Sep 2014)
 
 A complete list of bugs fixed in this version is available here:
 
 http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=105&set=custom
 
-* New variables: $(MAKE_TERMOUT) and $(MAKE_TERMERR) are set if stdout or
-  stderr, respectively, are believed to be writing to a terminal.  These
-  variables are exported by default.
+* New variables: $(MAKE_TERMOUT) and $(MAKE_TERMERR) are set to non-empty
+  values if stdout or stderr, respectively, are believed to be writing to a
+  terminal.  These variables are exported by default.
 
 * Allow a no-text-argument form of the $(file ...) function.  Without a text
   argument nothing is written to the file: it is simply opened in the
@@ -1219,7 +1219,7 @@ Version 3.05
 (Changes from versions 1 through 3.05 were never recorded.  Sorry.)
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index f2e038feaa4ac86bbcb1b4333b9b61c7359ef96b..99bf90657723aa125e3088c10e0aa0ad5e3970bc 100644 (file)
@@ -3,7 +3,7 @@
 # NOTE: If you have no 'make' program at all to process this makefile,
 # run 'build_w32.bat' instead.
 #
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 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
index 1fabe07f8da8543b3d51ff3bde56f72a59760816..f9be348430ff4eafcfa0d5637ae86a386f3d3bc2 100644 (file)
@@ -61,7 +61,7 @@ If you plan to use recursive makes, install make resident:
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 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
index ac087f686f0a7f7f19ee8bd2cfdc71eb9f4a4a79..70bada0cebbb494cded1fd50341a23c0443c4a28 100644 (file)
@@ -324,7 +324,7 @@ Bug reports:
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 792c4bb91176ae1c182decd41a00b8a05d49f0fd..9e2045ef24647ad02189a348a0319b70af7aa5fb 100644 (file)
@@ -160,7 +160,7 @@ from the make source tree.
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 2003-2013 Free Software Foundation, Inc.
+Copyright (C) 2003-2014 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
index f7b064dc73b8bdc1985b2d677592e2514e4dafb2..2ff553cd98675392429bb8c5811c441f65311478 100644 (file)
@@ -268,7 +268,7 @@ Long command lines are now converted to command files.
 Comma (',') as a separator is now allowed. See makefile.vms for an example.
 
 -------------------------------------------------------------------------------
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 12de42c110c1a245e5e7841dcd19e52fb16cac2b..7648e639558386912b22b7dc9cd054cc7b73525b 100644 (file)
@@ -293,7 +293,7 @@ Bug reports:
         is described in the GNU make manual and the base README.
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 8b3fa7428b768f0afb1bf8a00c8494dad79c8189..30d98ac40b732a1db95e0f477f584094f472958b 100644 (file)
@@ -96,7 +96,7 @@ SunOS 4.1.x:
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1998-2013 Free Software Foundation, Inc.
+Copyright (C) 1998-2014 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
index 59d335337c4099bcb5b9ebc509f9f7da5d7c1280..808915366f834cc7c4b1c9f96d7888aeb2ecb28e 100644 (file)
@@ -1,7 +1,7 @@
                                                                      -*-text-*-
 
 -------------------------------------------------------------------------------
-Copyright (C) 2002-2013 Free Software Foundation, Inc.
+Copyright (C) 2002-2014 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
index 8458406b26ee2cba09e5c25af8bfa3b3966ac777..ed8aa6f084197620a6f46274cc7918a02513f2da 100644 (file)
@@ -162,7 +162,7 @@ at the right README!
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 4dfe691f64c6994d33e0ba36d463055972ced7be..4af89ae3e4e156903f254608b3645249996a14fd 100644 (file)
@@ -3,7 +3,7 @@
 # NOTE: If you have no 'make' program at all to process this makefile,
 # run 'build.sh' instead.
 #
-# Copyright (C) 1995-2013 Free Software Foundation, Inc.
+# Copyright (C) 1995-2014 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
index 8faa63ec88870a57b67d73ba6b7856dd28be1d06..214ef1b6c9b817162513cc25043939944c8f3810 100644 (file)
@@ -101,7 +101,7 @@ The Rest of the List
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1997-2013 Free Software Foundation, Inc.
+Copyright (C) 1997-2014 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
index b7d8efd56ddd1db06cffe3b1dd3460ab636f4ebe..53d7ef1357c9ecd782d3a416baf867816d867ea1 100644 (file)
@@ -1,7 +1,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-2013 Free Software Foundation, Inc.
+dnl Copyright (C) 1998-2014 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 80254839fa39b53b8d978659744faff062259029..1ef949ce7b2a86230436b0da7918f007f3e42227 100644 (file)
--- a/amiga.c
+++ b/amiga.c
@@ -1,5 +1,5 @@
 /* Running commands on Amiga
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 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 a11a128d56bd33f5e0d8e374ab86dc58e7ba3e1b..00bca4f3cd9bb4d79d37f8be114ecddcc20010d6 100644 (file)
--- a/amiga.h
+++ b/amiga.h
@@ -1,5 +1,5 @@
 /* Definitions for amiga specific things
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 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
index 1565b7256d46b832f0f4274dffb7dd9b19e9d94f..369ea3299051c0f33696bdd4c3d985857eecbcd4 100644 (file)
@@ -2,7 +2,7 @@
 # Shell script to build GNU Make in the absence of any 'make' program.
 # @configure_input@
 
-# Copyright (C) 1993-2013 Free Software Foundation, Inc.
+# Copyright (C) 1993-2014 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
index b9b82350983c652eb0f8d53fb11069b41eaa304b..00632a7505c730fd17404b29f5db31b187bb898d 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1996-2013 Free Software Foundation, Inc.\r
+rem Copyright (C) 1996-2014 Free Software Foundation, Inc.\r
 rem This file is part of GNU Make.\r
 rem\r
 rem GNU Make is free software; you can redistribute it and/or modify it under\r
index 74bf9f47a6c47e7b4f8222cf3a4f58514e3706fd..7123021f22b628d2fc035420f1b951689a43b58e 100644 (file)
@@ -1,5 +1,5 @@
 /* Command processing for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 7829e4038c76b1b1b38af5f9fc1f96cabbb8ff49..0d58f22d82d62bbb11c8eda566de296b798d3e79 100644 (file)
@@ -1,5 +1,5 @@
 /* Definition of data structures describing shell commands for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 419824ff501b7847c39519fb42997ed83094060f..200e033d43d16742c6ef54441fd03c34c1957353 100644 (file)
@@ -1,5 +1,5 @@
 /* config.h -- hand-massaged for Amiga                                  -*-C-*-
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 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
index 07bb626c6d0f02c3033be3ec80dc49410cc44ace..4cac22a2f963d7191f8af11b530d5931a93281c2 100644 (file)
@@ -1,6 +1,6 @@
 /* config.h.W32 -- hand-massaged config.h file for Windows builds       -*-C-*-
 
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 4e3155bcedcfb28cdf7ac701b9d779da253f14c0..78033167afb4c68969a049c43c621cb5a015e63a 100644 (file)
@@ -33,7 +33,7 @@
        * Makefile.am: New file.
 \f
 
-Copyright (C) 2002-2013 Free Software Foundation, Inc.
+Copyright (C) 2002-2014 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
index f770e64fa442688c46c9a7cadc5838d590601312..396c234b8861ec9adea57f680e5e46afd0fee03c 100644 (file)
@@ -1,5 +1,5 @@
 # -*-Makefile-*-, or close enough
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 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
index 36863773d5e5891859d6df25dc541654f544d475..92fb5402068de91c60c1c2c6b7946d6981c631fd 100644 (file)
@@ -1,7 +1,7 @@
 # Test if the system uses DOS-style pathnames (drive specs and backslashes)
 # By Paul Smith <psmith@gnu.org>.  Based on dos.m4 by Jim Meyering.
 #
-# Copyright (C) 1993-2013 Free Software Foundation, Inc.
+# Copyright (C) 1993-2014 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
index 797e234deab7b2820cb9abf154f331f820922712..4aecd041d3b3f2d0b5186b41f1c630f54670705c 100644 (file)
@@ -1,6 +1,6 @@
 /* configh.dos -- hand-massaged config.h file for MS-DOS builds         -*-C-*-
 
-Copyright (C) 1994-2013 Free Software Foundation, Inc.
+Copyright (C) 1994-2014 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
index 8afa51d05dfe3591ede722138459c7cdc9aa8cc7..a6ebf3eaa04d43e79b1d1797c7185917290effa3 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 #
-# Copyright (C) 1993-2013 Free Software Foundation, Inc.
+# Copyright (C) 1993-2014 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
index aba3a3bd1d4ef86ab2081745fa35b60cfe55041b..e54ba843ba29f02b90cac340e6246bddb441a9a7 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1994-2013 Free Software Foundation, Inc.\r
+rem Copyright (C) 1994-2014 Free Software Foundation, Inc.\r
 rem This file is part of GNU Make.\r
 rem\r
 rem GNU Make is free software; you can redistribute it and/or modify it under\r
diff --git a/debug.h b/debug.h
index 9f630d69cd9e72ba246ebc14c4c55841338a9373..9d2ec04a12ec2ab45e2303c381327872b72fbeff 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,5 +1,5 @@
 /* Debugging macros and interface.
-Copyright (C) 1999-2013 Free Software Foundation, Inc.
+Copyright (C) 1999-2014 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 13cefdc59dc46b3b19cbe842974fad8b94ae9739..b8c0d29be5cfe0b5a498ec03888ac0e875b13b43 100644 (file)
--- a/dep.h
+++ b/dep.h
@@ -1,5 +1,5 @@
 /* Definitions of dependency data structures for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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 01373b3782f01a5aac7455897e599c25f057947b..7e00b8f73e849f62f8a045b96f0610ea941a124b 100644 (file)
--- a/dir.c
+++ b/dir.c
@@ -1,5 +1,5 @@
 /* Directory hashing for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 22422599dd49c1c50ebd863a407642fddd75e3a8..03977bac31078317d33479c6e9acaaf7eafd1d0b 100644 (file)
@@ -1,5 +1,5 @@
 # -*-Makefile-*-, or close enough
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 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
index 15da9ba3b686b222769f9e0811aa47bce96287a3..b0f5af73f99336aa28441e321184b98758979f92 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename make.info
 
 @include version.texi
-@set EDITION 0.72
+@set EDITION 0.73
 
 @settitle GNU @code{make}
 @setchapternewpage odd
@@ -26,7 +26,7 @@ of @cite{The GNU Make Manual}, for GNU @code{make} version @value{VERSION}.
 
 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007,
-2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
+2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index 4091463a04c1f3a248b8bc75261f033d8f21bcb8..fac2e8812c7cda552d83643fd6936fdef6856c5a 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1998-2013 Free Software Foundation, Inc.\r
+rem Copyright (C) 1998-2014 Free Software Foundation, Inc.\r
 rem This file is part of GNU Make.\r
 rem\r
 rem GNU Make is free software; you can redistribute it and/or modify it under\r
index e4b08f10f3492f70023cd859db734e87aed07ff3..1c87db10a5b9c5e863b1ae36ff1a12f6034358e3 100644 (file)
--- a/expand.c
+++ b/expand.c
@@ -1,5 +1,5 @@
 /* Variable expansion functions for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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 92c405240fcbec4410d6559a16179eddec2f82ce..e1a8e8008f16fe50c4c6ea71af457056c2968d63 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,5 +1,5 @@
 /* Target file management for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index f4dfa87e33dd493f9b2f5759ce7936548c0b0511..b8973db1942351ff8d3121d34fc567b26f9dc59f 100644 (file)
--- a/filedef.h
+++ b/filedef.h
@@ -1,5 +1,5 @@
 /* Definition of target file data structures for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 0f5d40002859bf0c2ce8714d3fb1f01478e7b053..a755b6d80ae837cc075bfa42f18e49199614f215 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the system load averages.
-Copyright (C) 1985-2013 Free Software Foundation, Inc.
+Copyright (C) 1985-2014 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
index 5a40b6cfe824ba18b260e003dc7a7935d2c44c76..a8051fcc496862b8cd7cd84bdcd86c78a5e72d1b 100644 (file)
--- a/getopt.c
+++ b/getopt.c
@@ -3,7 +3,7 @@ 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-2013 Free Software Foundation, Inc.
+Copyright (C) 1987-2014 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.
index cb8865ecdf44b37912ece79b23a7857193c63cef..adef9a5331267d7210ab16352b623ac5cd723287 100644 (file)
--- a/getopt.h
+++ b/getopt.h
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-Copyright (C) 1989-2013 Free Software Foundation, Inc.
+Copyright (C) 1989-2014 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.
index 51bea51469c9dc3010ce4ce8f63c5a4680eb4074..42dea2238493663a0a2f1f8009fbb3c0bec58084 100644 (file)
--- a/getopt1.c
+++ b/getopt1.c
@@ -1,5 +1,5 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
-Copyright (C) 1987-1994, 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1987-1994, 1996-2014 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.
index f1156b9fe0e8e169cb69cf9a8a20b4a6e62f0ac3..c2030ff50a07179b8d3c328395e997a539d72987 100644 (file)
--- a/gettext.h
+++ b/gettext.h
@@ -1,5 +1,5 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 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
index 89db652e17565747fd264b4a1089dd8349cd339f..fa19d3c454c509030efaaaf95246df281641f759 100644 (file)
@@ -1,5 +1,5 @@
 ;; Contents of the (gnu make) Guile module
-;; Copyright (C) 2011-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2014 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
index 94d725e83b5fe38e67cd31c8363be2660eecf93f..fd0b3a49f9adcb723e35e899d7ddd64127547c86 100644 (file)
--- a/gnumake.h
+++ b/gnumake.h
@@ -1,7 +1,7 @@
 /* External interfaces usable by dynamic objects loaded into GNU Make.
    --THIS API IS A "TECHNOLOGY PREVIEW" ONLY.  IT IS NOT A STABLE INTERFACE--
 
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 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/guile.c b/guile.c
index 40d99aa43f5af94816fe092f2cf194b15fb683df..7c9a01579bbc079bdab578261cb9d9e08fd138fe 100644 (file)
--- a/guile.c
+++ b/guile.c
@@ -1,5 +1,5 @@
 /* GNU Guile interface for GNU Make.
-Copyright (C) 2011-2013 Free Software Foundation, Inc.
+Copyright (C) 2011-2014 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
index 5fedec08a0b7da2b0a549c809b4d31c6faf6d8e2..8e1d5416e5f379bd95c0e4534f4f3d083ab08e33 100644 (file)
@@ -1,5 +1,5 @@
 /* Implicit rule searching for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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 207fe8945dece90b2cc03ee165c84a3fd7b2bf4c..3c921baebe3ed58332fe638b6a904706ebe8b7d6 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,5 +1,5 @@
 /* Definitions for managing subprocesses in GNU Make.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 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/load.c b/load.c
index b937c9f05a86ed5b873c122cc8ecf4b0a0dcbb96..79294b33a301ba79a103e59388355d0727bdf749 100644 (file)
--- a/load.c
+++ b/load.c
@@ -1,5 +1,5 @@
 /* Loading dynamic objects for GNU Make.
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
+Copyright (C) 2012-2014 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
index 298ebf8ea525a5793e0312225c357f431022f5b8..fb275dd1bb047d39464ca4ad281a5ddaf6394870 100644 (file)
--- a/loadapi.c
+++ b/loadapi.c
@@ -1,5 +1,5 @@
 /* API for GNU Make dynamic objects.
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 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 09fb1fb1a387c7d40cf760f1d4a5962a6762a1b2..0d43575d8b3139a246b3a482bd0c325e6a260390 100644 (file)
--- a/main.c
+++ b/main.c
@@ -3276,7 +3276,7 @@ print_version (void)
      year, and none of the rest of it should be translated (including the
      word "Copyright"), so it hardly seems worth it.  */
 
-  printf ("%sCopyright (C) 1988-2013 Free Software Foundation, Inc.\n",
+  printf ("%sCopyright (C) 1988-2014 Free Software Foundation, Inc.\n",
           precede);
 
   printf (_("%sLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
index 7f34860de889d2e2f57d365554d3cf2de5e76aaa..463106edc76643b9a82d36f6c169486c99e5f288 100644 (file)
@@ -382,7 +382,7 @@ $(UPLOADS): $(DIST_ARCHIVES) $(DIST_ARCHIVES_SIG) $(DIST_ARCHIVES_DIRECTIVE)
        $(FTPPUT) "$(gnu-upload-host)" "$(gnu-upload-dir)/$(@:upload-%=%)" $^
 
 
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
+# Copyright (C) 1997-2014 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.1 b/make.1
index 94536fe6fe754c941c86d2934983881ed78d703a..ed04db90425f37ef2fd3a5c2efa461a28efc33a6 100644 (file)
--- a/make.1
+++ b/make.1
@@ -363,7 +363,7 @@ This manual page contributed by Dennis Morse of Stanford University.
 Further updates contributed by Mike Frysinger.  It has been reworked by Roland
 McGrath.  Maintained by Paul Smith.
 .SH "COPYRIGHT"
-Copyright \(co 1992-1993, 1996-2013 Free Software Foundation, Inc.
+Copyright \(co 1992-1993, 1996-2014 Free Software Foundation, Inc.
 This file is part of
 .IR "GNU make" .
 .LP
index 8e6b39b904588e6e4b0b20757e03f8b9a210400c..fe37c05d2b290b2f5a5451e9c9737ecb2a147866 100644 (file)
@@ -146,7 +146,7 @@ $ exit
 $ endsubroutine : compileit
 $!
 $!-----------------------------------------------------------------------------
-$!Copyright (C) 1996-2013 Free Software Foundation, Inc.
+$!Copyright (C) 1996-2014 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
index d7e67c38f20f975efb3da09c22e2448572057b7d..ad5ded7fdf236a025324d68582db6f08f336afda 100644 (file)
@@ -1,6 +1,6 @@
 # -*-Makefile-*- to build GNU make on VMS
 #
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 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 8e1ad4dfb789cfc1da84ea976c501280d1afaf45..00a3210a1ef0e41db2519997b66748c1e48a6d65 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -1,5 +1,5 @@
 /* Miscellaneous generic support functions for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index a15d56315653b9b9916a61a20691b17999d23a95..e537f3a628f212302e4d7a4a6d1bf71a66bfb8e0 100644 (file)
--- a/output.c
+++ b/output.c
@@ -1,5 +1,5 @@
 /* Output to stdout / stderr for GNU make
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 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
index e0d5daaa18d06ea0038fa227e951ad0995d7d6c9..7c5332cf6ce4463159e52df22531c576eb6ff3bb 100644 (file)
--- a/output.h
+++ b/output.h
@@ -1,5 +1,5 @@
 /* Output to stdout / stderr for GNU make
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 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
index 900e794b0c3c7a49b46007396da23278347e43bf..b69192ee11415090506c77cd88be042cd3e78b5b 100644 (file)
@@ -1,5 +1,5 @@
 # This is a -*-Makefile-*-
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 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
index ba156ee79fc0565847b136b570c26295ebdd8c9e..4287c5de67f54a8bc6909013295115a3d88e8fa7 100644 (file)
@@ -1,5 +1,5 @@
 # List of source files containing translatable strings.
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 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 915fa531e4d47e78df12ba0d9c6e98517bbb3c94..6ff4bcc36f2ce531b70bf8e789d927521b21470a 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1,5 +1,5 @@
 /* Reading and parsing of makefiles for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index acf7ca52eff0feda6628b8e7c33d72583c7bfb44..299a2aaf53098431875c15bc6f037dd3805ffc94 100644 (file)
--- a/remake.c
+++ b/remake.c
@@ -1,5 +1,5 @@
 /* Basic dependency engine for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index a5ef99b0b6ae5ec15330113e1a1e028c5b94c4f3..867ee8dab46e5ad9731cb771c0660a7ba05427aa 100644 (file)
@@ -3,7 +3,7 @@
    Please do not send bug reports or questions about it to
    the Make maintainers.
 
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 45c3a7c37e01942a320d77706b2de3ad76e0d14a..aeb335c7532654df06d85782e92125ff03459ecc 100644 (file)
@@ -1,5 +1,5 @@
 /* Template for the remote job exportation interface to GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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 2535bd6c641948799557aed1d99a5025cfc8dbc9..9abf5b0146ba84e99868e980023a0af5d78e6f62 100644 (file)
--- a/rule.c
+++ b/rule.c
@@ -1,5 +1,5 @@
 /* Pattern and suffix rule internals for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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 3c9b21f6a2641fb720b3819e9a063b51dc2d9bf4..df9fba2aa5b188f00cdcf3317034180ff75d8cea 100644 (file)
--- a/rule.h
+++ b/rule.h
@@ -1,5 +1,5 @@
 /* Definitions for using pattern rules in GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 59dc9498e8f10afc295ff570b45109ffe2e2c572..7db24391313a202f4347d4c8d8211e31bf959859 100644 (file)
--- a/signame.c
+++ b/signame.c
@@ -1,5 +1,5 @@
 /* Convert between signal names and numbers.
-Copyright (C) 1990-2013 Free Software Foundation, Inc.
+Copyright (C) 1990-2014 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
index ff6a2d1fd4be414509ebad399d2390b089db41fc..1ade5e7d914046430afaa1c20fdcd6d1a34e9a94 100644 (file)
@@ -1,5 +1,5 @@
 /* Constant string caching for GNU Make.
-Copyright (C) 2006-2013 Free Software Foundation, Inc.
+Copyright (C) 2006-2014 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
index 9a9048710c700089dfaa0dde6ca958944edc3f1e..e3b8d3cf5f5436c78fd68a5b83c5ed084b6d92f3 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1996-2013 Free Software Foundation, Inc.\r
+rem Copyright (C) 1996-2014 Free Software Foundation, Inc.\r
 rem This file is part of GNU Make.\r
 rem\r
 rem GNU Make is free software; you can redistribute it and/or modify it under\r
index 653c5a7dbb1f1072847c78a0decd53d2c1faed4e..9abe731c23db7ef395c9b55808dbcef69100f6b7 100644 (file)
        ChangeLog file for the test suite created.
 \f
 
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 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
index 7fb864ca29527085e61b6ca59afb53906cdc3bca..584f4a4f8300b6e047d504d71471ced69fe9dbf8 100644 (file)
@@ -162,7 +162,7 @@ Changes from 0.1 to 0.2 (5-4-92):
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 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
index 0663082eeec4ea08ed94b2f7e17d42618a13e0e8..3b699eec777e87fd9a969f8e3cbe23401c5b2b4a 100644 (file)
@@ -7,7 +7,7 @@ This entire test suite, including all test files, are copyright and
 distributed under the following terms:
 
  -----------------------------------------------------------------------------
- Copyright (C) 1992-2013 Free Software Foundation, Inc.
+ Copyright (C) 1992-2014 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
index 5e0a402d33232573f5518cf8f859def9eeb741a9..aa9b3bcddd199a8a7a93269d6431a66e2e33cd5a 100755 (executable)
@@ -3,7 +3,7 @@
 # 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) 1992-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-2014 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
index 75924e07d1670ec643839e21d557bb34d4c413e9..9468faba97bfd9c2a9976b876286dbed1cfdb834 100644 (file)
@@ -11,7 +11,7 @@
 #                         [-make <make prog>]
 #                        (and others)
 
-# Copyright (C) 1992-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-2014 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
index 68982f4c171af66d10d276af0fcd21696b775a0e..91141eb493c792e1a41910e040ace7bf5dc98034 100644 (file)
@@ -5,7 +5,7 @@
 # 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) 1991-2013 Free Software Foundation, Inc.
+# Copyright (C) 1991-2014 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
index 3f57e7db88d93f3fec959cad7d757df1be42eb8b..01b6d89ea51ca097f5607cde6b8d642224579602 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of variables for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 3e2328ab81c83b2d9c9239185beb7db2dfa0fc82..fa2dbbd11356fff376e2e3954333c9b54c4fa7d8 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for using variables in GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index f71cfcad4256db7549cfb849e4f7dbeca4e073f4..d94ecec31d595f4e6be0bed4851c23f2a0a117cb 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1,5 +1,5 @@
 /* Record version and build host architecture for GNU make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index ef53acc5571bcdee3d2b24765e508e99fb9db9f3..3be3f0c015db2b48939698654a7b30790556349d 100644 (file)
--- a/vmsdir.h
+++ b/vmsdir.h
@@ -1,5 +1,5 @@
 /* dirent.h for vms
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index cc9048559fda845fdfeb29d8bf2da45e0e774e48..02bdbf59513da290d5e1fcad54f1ef6a219769fe 100644 (file)
--- a/vmsify.c
+++ b/vmsify.c
@@ -1,5 +1,5 @@
 /* vmsify.c -- Module for vms <-> unix file name conversion
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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 94956fa30c65b42913b899b148bd2288aef5725f..1bcba042b81c4b10b37c5d6490aa48cc55308b35 100644 (file)
--- a/vpath.c
+++ b/vpath.c
@@ -1,5 +1,5 @@
 /* Implementation of pattern-matching file search paths for GNU Make.
-Copyright (C) 1988-2013 Free Software Foundation, Inc.
+Copyright (C) 1988-2014 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
index 88ca8265e321e4de6b6c4dc53aff75ecbb82a7bc..a2c40632f39d3113f26b9dfbb9f79a313a6720ef 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am to create libw32.a for mingw32 host.
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
+# Copyright (C) 1997-2014 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
index 40c559a929eeb6b8bf9506dbe3d1bb1c18b735c0..56407dd522a19809c7c5263e827e3ed178f71b18 100644 (file)
@@ -1,5 +1,5 @@
 /* Directory entry code for Window platforms.
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 946f16b2509d292c4027439dada3a0a68f11373f..b366399705d625c3a7dd5f0567cf1f78dc1c77ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Replacements for Posix functions and Posix functionality for MS-Windows.
 
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 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
index 16f81f757b8d31280e4ae63a1630a291a7c16821..13308de9ccf416e3b3789105b9a600b8f5af4a73 100644 (file)
@@ -1,5 +1,5 @@
 /* Windows version of dirent.h
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index e920703a00537d370c9bf68b35c00c10b9d4f441..c64ac7b6ec9d2815483f68e4d1e995f507983daf 100644 (file)
@@ -1,5 +1,5 @@
 /* dlfcn.h replacement for MS-Windows build.
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2013-2014 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
index 4e34a1351b006dcf5c0ca792bef5cbfdaf8fbbd5..fb03f1220520bea384fadc3cc87b7b8de3d295c1 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows path manipulation.
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index ae93a8a987619724a45e3013b650b3cf1d6f3dd7..1e1b2139815fc64883e46e2f536350215e5fccb2 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows process invocation.
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 938a119969cdb058601bd44d7aab2ad32d14e490..7d722265e0b208aa96bed2828997f866326f7f26 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows error handling.
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 4b550cbe2c6b88406e5b915b029920b9153ea6af..55332abaf57c977b6e18a6b0eaeefd11b67873fe 100644 (file)
@@ -1,5 +1,5 @@
 /* Path conversion for Windows pathnames.
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 5258fa392b1915ad435b45635693b7d713c982ca..ebf516d5f3ff526856a72ccbef82835003e3add8 100644 (file)
@@ -1,7 +1,7 @@
 # NOTE: If you have no 'make' program at all to process this makefile, run
 # 'build.bat' instead.
 #
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 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
index ecd2ab7c08514f69cb78630e1698a551b0ead3f3..f8604ce2e32320c9e545d1783cd51a3218fd41fa 100644 (file)
@@ -17,7 +17,7 @@ gcc -mthreads -Wall -gdwarf-2 -g3 %OPT% -I.. -I. -I../include -I../.. -DWINDOWS3
 :BuildEnd\r
 \r
 @echo off\r
-rem Copyright (C) 1996-2013 Free Software Foundation, Inc.\r
+rem Copyright (C) 1996-2014 Free Software Foundation, Inc.\r
 rem This file is part of GNU Make.\r
 rem\r
 rem GNU Make is free software; you can redistribute it and/or modify it under\r
index 5273fa0cb8aa17c10e4c0b8c6f378997d8e79830..3f3bdf83400208248c4c6d732ce666638cc9e5a9 100644 (file)
@@ -1,5 +1,5 @@
 /* Process handling for Windows
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 2dad3953894f4538ff4466dfea1f746f3724257d..1e4054c6b7104cb5f06bb32bb8db51959492a6b0 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index 88749daee09155587c8dfb373972085841095291..5496c7ebcf2b2789849d76bf898df950c8acb77a 100644 (file)
@@ -1,5 +1,5 @@
 /* Process handling for Windows.
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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
index b4fe9c11c05597a31fc3e53aa81519a1c28b5131..9ff4f4c9ce3325933ce2cfa3b9982ce9d7027caa 100644 (file)
@@ -1,5 +1,5 @@
 /* Error handling for Windows
-Copyright (C) 1996-2013 Free Software Foundation, Inc.
+Copyright (C) 1996-2014 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