Update copyright for changes in 2013.
authorPaul Smith <psmith@gnu.org>
Fri, 17 May 2013 05:46:11 +0000 (01:46 -0400)
committerPaul Smith <psmith@gnu.org>
Fri, 17 May 2013 05:47:42 +0000 (01:47 -0400)
100 files changed:
AUTHORS
ChangeLog
Makefile.DOS.template
Makefile.am
Makefile.ami
NEWS
NMakefile.template
README.Amiga
README.DOS.template
README.OS2.template
README.W32.template
README.customs
README.git
README.template
SMakefile.template
TODO.private
acinclude.m4
amiga.c
amiga.h
ar.c
arscan.c
build.template
commands.c
commands.h
config.ami.template
config.h-vms.template
config.h.W32.template
config/ChangeLog
config/Makefile.am
config/dospaths.m4
configh.dos.template
configure.bat
debug.h
default.c
dep.h
dir.c
doc/Makefile.am
dosbuild.bat
expand.c
file.c
filedef.h
function.c
getloadavg.c
getopt.c
getopt.h
getopt1.c
gettext.h
gmk-default.scm
guile.c
implicit.c
job.c
job.h
load.c
main.c
maintMakefile
make.1
makefile.com
makefile.vms
makeint.h
misc.c
po/ChangeLog
po/Makevars
po/POTFILES.in
read.c
readme.vms
remake.c
remote-cstms.c
remote-stub.c
rule.c
rule.h
signame.c
strcache.c
subproc.bat
tests/ChangeLog
tests/NEWS
tests/README
tests/mkshadow
tests/run_make_tests.pl
tests/test_driver.pl
variable.c
variable.h
version.c
vmsdir.h
vmsfunctions.c
vmsify.c
vmsjobs.c
vpath.c
w32/Makefile.am
w32/compat/dirent.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/misc.c
w32/subproc/proc.h
w32/subproc/sub_proc.c
w32/subproc/w32err.c

diff --git a/AUTHORS b/AUTHORS
index 67bdd40715ea83433d4695495e81780c9cd6827c..14ae479ccb401b69bcffb9d710585d03a9f460c7 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-2012 Free Software Foundation, Inc.
+Copyright (C) 1997-2013 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 c96281053c5416f88784c4e2a9cb7c07bf6084dd..c1b3f8d35827c4eb4ea5cf4a8152cb714d9399bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-05-17  Paul Smith  <psmith@gnu.org>
 
+       * ALL: Update copyright.
+
        * hash.c (CALLOC): Use xcalloc() to handle out of memory errors.
 
        * makeint.h: Prototype new unload_file() function.
@@ -5087,7 +5089,7 @@ See ChangeLog.2, available in the Git repository at:
 for earlier changes.
 
 
-Copyright (C) 2000-2012 Free Software Foundation, Inc.
+Copyright (C) 2000-2013 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 3ec01be3661b8e708a558acc5fae79d158fc7dc9..a5c7ece9f8a585bdc951c2c2f3d78ea6a1585b59 100644 (file)
@@ -1,7 +1,7 @@
 # -*-Makefile-*- template for DJGPP
 # Makefile.in generated automatically by automake 1.2 from Makefile.am
 #
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 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 35ff73bef4420a0d962fa654cfac1845c81780a5..80afc76633cf233abeb8c71b4e71d0406733f96e 100644 (file)
@@ -1,6 +1,6 @@
 # This is a -*-Makefile-*-, or close enough
 #
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 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 1dc98c360f2aa3125489af0b2b2a38a9dc593c19..efbab013c7c2eee226176938b9933e6e2b5205b9 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1995-2013 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 2ecd66f316fcafac50ede291e948900c5c286297..a2ea4c75a79d59a248be452aacb7d81906b9bac3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1187,7 +1187,7 @@ Version 3.05
 (Changes from versions 1 through 3.05 were never recorded.  Sorry.)
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 c635bc439e747e789810a68a37bc7574889263d3..4a8b8977e17dfa0a1d2ef17f9392a881f1f0ff24 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 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 fa188143f426636f1bb54c4d9314a38aa258e8a1..0ecc592e88e27e62367c9a17a06e23f2e3332654 100644 (file)
@@ -61,7 +61,7 @@ If you plan to use recursive makes, install make resident:
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 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 002e65b2a702ba341fa001adbb2745e02cfc47be..74a68c3702903fa708a3bf4e7d73f366743d0671 100644 (file)
@@ -324,7 +324,7 @@ Bug reports:
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 720c9d44708f52132e870479a9d11c951e67c09a..792c4bb91176ae1c182decd41a00b8a05d49f0fd 100644 (file)
@@ -160,7 +160,7 @@ from the make source tree.
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 2003-2012 Free Software Foundation, Inc.
+Copyright (C) 2003-2013 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 815f008ca1d1cb6b8541514dcf39c9575a05465d..46954bf1351faa14dcc7b84ad628bcfdb5c4372f 100644 (file)
@@ -293,7 +293,7 @@ Bug reports:
        is described in the GNU make manual and the base README.
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 44f1a1867b07f7ffdf452bb04dc275c3d11006bb..8b3fa7428b768f0afb1bf8a00c8494dad79c8189 100644 (file)
@@ -96,7 +96,7 @@ SunOS 4.1.x:
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1998-2012 Free Software Foundation, Inc.
+Copyright (C) 1998-2013 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 59ab09031a03e5d902a1ba88c832815f13d96838..c51c40a512f8f8aff2396be8b97a469467722786 100644 (file)
@@ -1,7 +1,7 @@
                                                                      -*-text-*-
 
 -------------------------------------------------------------------------------
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 f3fa28df051198267658ee554e6326bfb06d24ac..50d9e5509ca88413e3813cd0dc93557c74faffad 100644 (file)
@@ -162,7 +162,7 @@ at the right README!
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 15c53747e6247adf62d7a0e1ad95bec2ea0b6b88..d15f1f633be4f2a90b2382e8b70b79b8deaea8e5 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1995-2013 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 abb74101bd7955a5b2040210109ba56b1eda02e1..5c73d9c0577e7d18c9ff0b53955ca53035f459b7 100644 (file)
@@ -125,7 +125,7 @@ The Rest of the List
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1997-2012 Free Software Foundation, Inc.
+Copyright (C) 1997-2013 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 0af9185f9dc6cb4101e24a009695660e500c7117..b7d8efd56ddd1db06cffe3b1dd3460ab636f4ebe 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-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1998-2013 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 360d9f8591e2923ad1e840a01f555e7569e48506..dd5fc32cf0a2346c8b2cfda750124b853df7f649 100644 (file)
--- a/amiga.c
+++ b/amiga.c
@@ -1,5 +1,5 @@
 /* Running commands on Amiga
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 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 e64618903159ed86ea427e8f84fd81780cf01a78..a11a128d56bd33f5e0d8e374ab86dc58e7ba3e1b 100644 (file)
--- a/amiga.h
+++ b/amiga.h
@@ -1,5 +1,5 @@
 /* Definitions for amiga specific things
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 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 8eb4e839262b3bfe53d6770f30bc955195a6a65f..e017f3fb91aafc7dc065eb4cbc443f408ef36e4e 100644 (file)
--- a/ar.c
+++ b/ar.c
@@ -1,5 +1,5 @@
 /* Interface to 'ar' archives for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Make.
 
index 51c83b51b0417eab87019985bb3238f91767b580..cfb32d04ce218a1c5e13e0509d1d1e57b602133d 100644 (file)
--- a/arscan.c
+++ b/arscan.c
@@ -1,5 +1,5 @@
 /* Library function for scanning an archive file.
-Copyright (C) 1987-2012 Free Software Foundation, Inc.
+Copyright (C) 1987-2013 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 08f31992bd225af7bce5d168cb02385aec349b23..1a06ec6f72cbcd5a2b3b813b06d6574e02815eb4 100644 (file)
@@ -2,7 +2,7 @@
 # Shell script to build GNU Make in the absence of any 'make' program.
 # @configure_input@
 
-# Copyright (C) 1993-2012 Free Software Foundation, Inc.
+# Copyright (C) 1993-2013 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 1627702e7de09137f83d933c42d31c8016a309b6..300874cd079a9103a81febbf6107491b1e6ccce2 100644 (file)
@@ -1,5 +1,5 @@
 /* Command processing for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 5bc32ba4ea04f8d5be32bd42ec49ea071fe8ab84..7829e4038c76b1b1b38af5f9fc1f96cabbb8ff49 100644 (file)
@@ -1,5 +1,5 @@
 /* Definition of data structures describing shell commands for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 4202363a9575a3c94422d095de6c9624dad5d4b4..c00e89a1715e2a103a8ef856f9b99a0cbade9431 100644 (file)
@@ -1,5 +1,5 @@
 /* config.h -- hand-massaged for Amiga                                  -*-C-*-
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 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 7c3b1bd86291190c63a244b4253a589d073504ad..36c5f955db491eee5b6d2a34e2d628350f7e865f 100644 (file)
@@ -1,6 +1,6 @@
 /* config.h-vms. Generated by hand by Klaus Kämpf <kkaempf@rmi.de>      -*-C-*-
 
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 1cd08d4dcdc1740bebc3b504d63ab2c730638a78..97b6a04d3398f738b28b0ca8fb8beae24ea587ec 100644 (file)
@@ -1,6 +1,6 @@
 /* config.h.W32 -- hand-massaged config.h file for Windows builds       -*-C-*-
 
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 098462406398eb7abd2859bce4b13ef41b6a4c36..4e3155bcedcfb28cdf7ac701b9d779da253f14c0 100644 (file)
@@ -33,7 +33,7 @@
        * Makefile.am: New file.
 \f
 
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 003a156cd464d176b8ff328dc45ed81440a3d2c7..f770e64fa442688c46c9a7cadc5838d590601312 100644 (file)
@@ -1,5 +1,5 @@
 # -*-Makefile-*-, or close enough
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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 620b2967cc8a89d1e2919ee3e2417b9edce6f0d0..36863773d5e5891859d6df25dc541654f544d475 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1993-2013 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 098fef5306c3e51cd5dd734c33fc6596f6c46cb2..63af880eb24ce025b64ea40a88ce074bf0c25e56 100644 (file)
@@ -1,6 +1,6 @@
 /* configh.dos -- hand-massaged config.h file for MS-DOS builds         -*-C-*-
 
-Copyright (C) 1994-2012 Free Software Foundation, Inc.
+Copyright (C) 1994-2013 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 e39ea19c1b44cf146e993e58171ee99afc96fb0d..aba3a3bd1d4ef86ab2081745fa35b60cfe55041b 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1994-2012 Free Software Foundation, Inc.\r
+rem Copyright (C) 1994-2013 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 05e1d4d2ea798c732c199e6363b0cd4b2cf730ce..9f630d69cd9e72ba246ebc14c4c55841338a9373 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,5 +1,5 @@
 /* Debugging macros and interface.
-Copyright (C) 1999-2012 Free Software Foundation, Inc.
+Copyright (C) 1999-2013 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 18b4d4a8494981301607622159e7868447446300..09ee9fcadd2b0031b3b15c452056d110b662f49f 100644 (file)
--- a/default.c
+++ b/default.c
@@ -1,5 +1,5 @@
 /* Data base of default implicit rules for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 3eab961b709a33c2dd54dff871c8868a97fa7cbf..2accc8f79b51a65c59da796872c9be00b455d729 100644 (file)
--- a/dep.h
+++ b/dep.h
@@ -1,5 +1,5 @@
 /* Definitions of dependency data structures for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 dc0ef76347c258e6ba1317f34d6097fe9d036422..5fbedfa21d2a1fa6e4b20c2c625b3e253a92f3f5 100644 (file)
--- a/dir.c
+++ b/dir.c
@@ -1,5 +1,5 @@
 /* Directory hashing for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 d57c35c90b482b3cab1fea59ce55042a2571476e..ed519a17cad69bb99160e9fd4f84be4ef3822542 100644 (file)
@@ -1,5 +1,5 @@
 # -*-Makefile-*-, or close enough
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 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 3766668e67d2332cbdf91202197340391b0da795..3f5b9b20b13ec61229cae22402d911f14f3cfecc 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1998-2012 Free Software Foundation, Inc.\r
+rem Copyright (C) 1998-2013 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 22a5a3511f1a988ebb231352a6fdff0f1a10c6b6..10ef7d8eba696a8c822f1da035733d0453c7123a 100644 (file)
--- a/expand.c
+++ b/expand.c
@@ -1,5 +1,5 @@
 /* Variable expansion functions for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 b77efad19aa0d8bc18cc17456af6be36b89f464f..8761d477db30e1647644299cc81bf183dc0618c2 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,5 +1,5 @@
 /* Target file management for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 001b9041d20b3399e41b38945bb8efd2a30ec4f5..3e42df5f871a307cec3b66f24e5843d9bc745e30 100644 (file)
--- a/filedef.h
+++ b/filedef.h
@@ -1,5 +1,5 @@
 /* Definition of target file data structures for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 5bcb2cc33eff8c3913783ed67edc90fefd0ea948..d5ca677af2bbcd561b39dfbd41a7649f355e2857 100644 (file)
@@ -1,5 +1,5 @@
 /* Builtin function expansion for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 dfc2e4a0459afe96dabddcf81e1568975c54ed3e..0f5d40002859bf0c2ce8714d3fb1f01478e7b053 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the system load averages.
-Copyright (C) 1985-2012 Free Software Foundation, Inc.
+Copyright (C) 1985-2013 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 d069d384123edd791255fe7b35267f6c0e919f41..5a40b6cfe824ba18b260e003dc7a7935d2c44c76 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-2012 Free Software Foundation, Inc.
+Copyright (C) 1987-2013 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 1a6eaf594ce64ffe0ad1a2cff23e0e1493921752..cb8865ecdf44b37912ece79b23a7857193c63cef 100644 (file)
--- a/getopt.h
+++ b/getopt.h
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-Copyright (C) 1989-2012 Free Software Foundation, Inc.
+Copyright (C) 1989-2013 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 48c734039a3fa6a867df47154d0acf0c980cd8af..51bea51469c9dc3010ce4ce8f63c5a4680eb4074 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-2012 Free Software Foundation, Inc.
+Copyright (C) 1987-1994, 1996-2013 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 1182e9fe6c1060b875ca2c6e455f7ecfdd89843f..f1156b9fe0e8e169cb69cf9a8a20b4a6e62f0ac3 100644 (file)
--- a/gettext.h
+++ b/gettext.h
@@ -1,5 +1,5 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 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 d33dfb2ef7cbedf2c1dc303c84617c725409fc4e..89db652e17565747fd264b4a1089dd8349cd339f 100644 (file)
@@ -1,5 +1,5 @@
 ;; Contents of the (gnu make) Guile module
-;; Copyright (C) 2011-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2013 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/guile.c b/guile.c
index 28fcf39b34fc3f09eb0e6e46310ba39814ec6251..c1408a75d2709d344dfb31c1850b3298758928bb 100644 (file)
--- a/guile.c
+++ b/guile.c
@@ -1,5 +1,5 @@
 /* GNU Guile interface for GNU Make.
-Copyright (C) 2011-2012 Free Software Foundation, Inc.
+Copyright (C) 2011-2013 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 d41467681d369aa5ea786321760b5af70f8cedfb..00694ad4d8e9f2702bf0aade8bf63351a5a153b9 100644 (file)
@@ -1,5 +1,5 @@
 /* Implicit rule searching for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 56055e433bbbd6c63be9cde9207f1a67b4e41f61..d917d9df0b9ba632788342624ea2e3ee0dad9fa3 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,5 +1,5 @@
 /* Job execution and handling for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 f15b54c25a56d1d237cb6f3514f7209f9a34bbe3..db68db4d2b8df8b8bbc06718f5b8d43842339e33 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,5 +1,5 @@
 /* Definitions for managing subprocesses in GNU Make.
-Copyright (C) 1992-2012 Free Software Foundation, Inc.
+Copyright (C) 1992-2013 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 6147741dd74df5594ecd6b00cab37066e5e2b28a..fed3d46ba9ef7cafd3565c590838f1f3aad7d28b 100644 (file)
--- a/load.c
+++ b/load.c
@@ -1,5 +1,5 @@
 /* Loading dynamic objects for GNU Make.
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2013 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 58238406e65582487a52ada9c6aa4003c92f8c3b..ae8423b3704e6d826834cd035a14b62ade724a8a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
 /* Argument parsing and main program of GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 bca38cec254e4ff8586ee8595aed684a84b41737..e3eda377e3b13c019e465d523b8277f9f3eef7a8 100644 (file)
@@ -258,7 +258,7 @@ $(UPLOADS): $(DIST_ARCHIVES) $(DIST_ARCHIVES_SIG) $(DIST_ARCHIVES_DIRECTIVE)
        $(FTPPUT) "$(gnu-upload-host)" "$(gnu-upload-dir)/$(@:upload-%=%)" $^
 
 
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 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 94200326387f2063c11ac25bce08c2df8decb890..df2a169cc19c75e8975dc74e8c49df25987f8e9e 100644 (file)
--- a/make.1
+++ b/make.1
@@ -377,7 +377,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-2012 Free Software Foundation, Inc.
+Copyright \(co 1992-1993, 1996-2013 Free Software Foundation, Inc.
 This file is part of
 .IR "GNU make" .
 .LP
index 809680462d43719034fc438bc885b5c2d80d81dc..47b8d74a231214896c86790a4ee36f32912df50e 100644 (file)
@@ -138,7 +138,7 @@ $ exit
 $ endsubroutine : compileit
 $!
 $!-----------------------------------------------------------------------------
-$!Copyright (C) 1996-2012 Free Software Foundation, Inc.
+$!Copyright (C) 1996-2013 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 29611481a638c8778ea1ebc6209943686b1466b5..cf659ba8ecb52157065865aeca8a7f55a3a22ecb 100644 (file)
@@ -1,6 +1,6 @@
 # -*-Makefile-*- to build GNU make on VMS
 #
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 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 72124ec1565c0a3200f853d43281bccc4b047bc9..393c4d9236f3fbd7aba4b380db446443565246b3 100644 (file)
--- a/makeint.h
+++ b/makeint.h
@@ -1,5 +1,5 @@
 /* Miscellaneous global declarations and portability cruft for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 Free Software Foundation, Inc.
 This file is part of GNU Make.
 
 GNU Make is free software; you can redistribute it and/or modify it under the
diff --git a/misc.c b/misc.c
index 301a3c22e2d138b1fa82b760fd4ccf910e78123a..fb897d43bcbd96b6ed8808325281e1c2d01c34cb 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -1,5 +1,5 @@
 /* Miscellaneous generic support functions for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 fc1f953b1d42e0a3fd4b03620fdc6e54b8b2776f..cd7de0ccc2c3b23a6a17a9af6fb0471a9e8c3df5 100644 (file)
@@ -77,7 +77,7 @@
 
        * POTFILES.in, LINGUAS, Makevars: Created.
 \f
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 d761d332001c5f0cb690b0302ca92bc4f0308294..900e794b0c3c7a49b46007396da23278347e43bf 100644 (file)
@@ -1,5 +1,5 @@
 # This is a -*-Makefile-*-
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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 05d60418ccd6cc81447dd8a63b648268f11c1ebe..af15d2f6558ff5ac6703461ea2bd4fcc9ea1d382 100644 (file)
@@ -1,5 +1,5 @@
 # List of source files containing translatable strings.
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 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 9dce5839a730e207907ef971f6d09413db548ae7..fc22917d49dd0619b5c57892126b6a58dc0e31a5 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1,5 +1,5 @@
 /* Reading and parsing of makefiles for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 9df27d3070b39fc77db5bb97bd431832887f26e2..f9859597bef997bf3ecc8fe672551ab2d99ce0a7 100644 (file)
@@ -375,7 +375,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-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 0b214a46506ddf540d9e2a4e6f3fde37bfa9d359..96175ea0944d398273cb45083aa59032a1c74480 100644 (file)
--- a/remake.c
+++ b/remake.c
@@ -1,5 +1,5 @@
 /* Basic dependency engine for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 1c4591b8f9f759c3448018ecc31969032cde50bc..50309b1488521fbd7234170a256793a12ef95ac1 100644 (file)
@@ -3,7 +3,7 @@
    Please do not send bug reports or questions about it to
    the Make maintainers.
 
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 13c6273d29e60af79dafc5e57f98e1de894bf035..45c3a7c37e01942a320d77706b2de3ad76e0d14a 100644 (file)
@@ -1,5 +1,5 @@
 /* Template for the remote job exportation interface to GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 c58ef40c6425e9949353929a2214f0cad059521b..fda8ec016e8dfd11c347cf6c77bec5f84765a034 100644 (file)
--- a/rule.c
+++ b/rule.c
@@ -1,5 +1,5 @@
 /* Pattern and suffix rule internals for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 7b8640f877faf9170da5bbfbe20fbf41f24950b3..9ef963500bfce396e3f0b57b46fb59c97d7272ce 100644 (file)
--- a/rule.h
+++ b/rule.h
@@ -1,5 +1,5 @@
 /* Definitions for using pattern rules in GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 d0d1b4f7bc2f4dac22d55f4ec3a3001f40477df7..027bba0785156fe28d898c9c20a72dbb03c7b484 100644 (file)
--- a/signame.c
+++ b/signame.c
@@ -1,5 +1,5 @@
 /* Convert between signal names and numbers.
-Copyright (C) 1990-2012 Free Software Foundation, Inc.
+Copyright (C) 1990-2013 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 beb2b044306e007b2c2995d9594210561efa591c..497d65214664a6f8c2a6e4753195ae9ad7ce9f18 100644 (file)
@@ -1,5 +1,5 @@
 /* Constant string caching for GNU Make.
-Copyright (C) 2006-2012 Free Software Foundation, Inc.
+Copyright (C) 2006-2013 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 b4ef9c8a7e7fa5556c93627c3c08c855192d3cc6..9a9048710c700089dfaa0dde6ca958944edc3f1e 100644 (file)
@@ -1,5 +1,5 @@
 @echo off\r
-rem Copyright (C) 1996-2012 Free Software Foundation, Inc.\r
+rem Copyright (C) 1996-2013 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 0abe96f22875c754e0c5284a1a1ae336eb8b9c6c..d659d7ad9a1df9a62e967e78d81689a42e10dae6 100644 (file)
        ChangeLog file for the test suite created.
 \f
 
-Copyright (C) 1992-2012 Free Software Foundation, Inc.
+Copyright (C) 1992-2013 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 0193a219dade09897fe74cae889f06f288482a7d..7fb864ca29527085e61b6ca59afb53906cdc3bca 100644 (file)
@@ -162,7 +162,7 @@ Changes from 0.1 to 0.2 (5-4-92):
 
 \f
 -------------------------------------------------------------------------------
-Copyright (C) 1992-2012 Free Software Foundation, Inc.
+Copyright (C) 1992-2013 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 e604f3e25acd1444b673c813c682fd8e0dd639ce..0663082eeec4ea08ed94b2f7e17d42618a13e0e8 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-2012 Free Software Foundation, Inc.
+ Copyright (C) 1992-2013 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 a2130f2a3ddbc524d708c04bcc72b3644ca0f8bf..5e0a402d33232573f5518cf8f859def9eeb741a9 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1992-2013 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 a596328c6217960d77da34243c7739339efeca45..cb8e1bd59061fb8070c107241b1148f867254736 100755 (executable)
@@ -11,7 +11,7 @@
 #                         [-make <make prog>]
 #                        (and others)
 
-# Copyright (C) 1992-2012 Free Software Foundation, Inc.
+# Copyright (C) 1992-2013 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 e639c895550ec8bc9f53699f191bfc952a2c8527..b6dcd86638a7b429064e12764afae2eecb7f04e8 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1991-2013 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 5415f05770fa0784fa0eb31971495d023bf857c1..a886d80d2e42e7fd5c5de8e05f22b94e3423775c 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of variables for GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 9b5d61306d35164a7edc47eafbc7d9d324a58f89..65864e4f83f24a62fa13e5fbf45152088c09f7d6 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for using variables in GNU Make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 32167ed8d618dd538a9a5c33f2497305905b6637..af461f7cf67853419f4157cc88fc0683859e68f1 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1,5 +1,5 @@
 /* Record version and build host architecture for GNU make.
-Copyright (C) 1988-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 aa0a16b9398cebe69bda3a95b57ff5a2a9a2132f..ef53acc5571bcdee3d2b24765e508e99fb9db9f3 100644 (file)
--- a/vmsdir.h
+++ b/vmsdir.h
@@ -1,5 +1,5 @@
 /* dirent.h for vms
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 6b3ecd4fa315350c25b36cd55b952aab569ed8c5..1907e3a5e4f517c7c4959b919fc1f288bb30f141 100644 (file)
@@ -1,5 +1,5 @@
 /* VMS functions
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 237ee86d7a8b18b1b523cb8fa1221918f96b4fb4..c87d68c303cbd414218de2ffb33c2c064793ec0e 100644 (file)
--- a/vmsify.c
+++ b/vmsify.c
@@ -1,5 +1,5 @@
 /* vmsify.c -- Module for vms <-> unix file name conversion
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 eb1016bc816999eeb162b2e24b3e497be28bffbf..2a59152fe75269bfe6e10b2248b91c78923b144f 100644 (file)
--- a/vmsjobs.c
+++ b/vmsjobs.c
@@ -1,7 +1,7 @@
 /* --------------- Moved here from job.c ---------------
    This file must be #included in job.c, as it accesses static functions.
 
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 33191f2465974d639a843be3dc325bd73a25b155..46bbfe05e56a2d690dc19726cd0ae9513f69ce37 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-2012 Free Software Foundation, Inc.
+Copyright (C) 1988-2013 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 26ce6dfc528609014def91ebd7e4fd95934c9882..1e92b31be524d22dc53c9114a4d69f70e9cd4968 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am to create libw32.a for mingw32 host.
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 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 614177fedd4d6585cdee5815b3b9b3498e8c5f99..bc776ddb9c7d23c85a373054cc5d586994ebcb5a 100644 (file)
@@ -1,5 +1,5 @@
 /* Directory entry code for Window platforms.
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 a9d1073024b4409cef14871e0b75b9afc94fb4d5..e75a1b1638e98dc4eb20fad3e3a5ac8370d980b9 100644 (file)
@@ -1,5 +1,5 @@
 /* Windows version of dirent.h
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 c8523ad11fdca39475d35b89288f107975d53015..e920703a00537d370c9bf68b35c00c10b9d4f441 100644 (file)
@@ -1,4 +1,19 @@
-/* dlfcn.h replacement for MS-Windows build.  */
+/* dlfcn.h replacement for MS-Windows build.
+Copyright (C) 2013 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
+Foundation; either version 3 of the License, or (at your option) any later
+version.
+
+GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with
+this program.  If not, see <http://www.gnu.org/licenses/>.  */
+
 #ifndef DLFCN_H
 #define DLFCN_H
 
@@ -11,4 +26,4 @@ extern void *dlsym (void *, const char *);
 extern char *dlerror (void);
 extern int   dlclose (void *);
 
-#endif /* DLFCN_H */
+#endif  /* DLFCN_H */
index 8b404fc18ba94261099e536d23b821f580236b1b..4e34a1351b006dcf5c0ca792bef5cbfdaf8fbbd5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows path manipulation.
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 d209aff0b1cdb2175b9277ec7a1d4e4db4e7edf7..c7d9feedfe62fca98fd174188e91f6ce7414d448 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows process invocation.
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 a1538d67a536f89823dd61f0cdffc6cc2966060b..938a119969cdb058601bd44d7aab2ad32d14e490 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows error handling.
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 5e0f52c2529066cc30f8247e01ddd0e0dfa91610..0e338211459a4bad49074ddec3e6e72aa1816772 100644 (file)
@@ -1,5 +1,5 @@
 /* Path conversion for Windows pathnames.
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 dc025a5a2f48be928a2953d51b98af47a6f7d3e5..5258fa392b1915ad435b45635693b7d713c982ca 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 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 cc405456d27ecf670084337e5dda9ecf101ab1e4..1e3f3a1f6ebe273670a880e61cd0571981491411 100644 (file)
@@ -1,5 +1,5 @@
 /* Process handling for Windows
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 9fc219a16fbe4643db1100ff4ea08a6ac20df7f9..259a1192bdd05c0a185dea3f8fcce875638d0ddd 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for Windows
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 68329dfd1ad9f4a16b5514047f5875111c739c01..ce8e39a4c649e0e1df9b93ef586869b5eca11b74 100644 (file)
@@ -1,5 +1,5 @@
 /* Process handling for Windows.
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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 74b48abb724be76a20909eca335f86b6829a5a45..facfabcfeb97606736edcfcb2cf87f9b1c729ef2 100644 (file)
@@ -1,5 +1,5 @@
 /* Error handling for Windows
-Copyright (C) 1996-2012 Free Software Foundation, Inc.
+Copyright (C) 1996-2013 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