diff options
| author | Vincent Belaïche | 2016-01-20 08:30:51 +0100 |
|---|---|---|
| committer | Vincent Belaïche | 2016-01-20 08:30:51 +0100 |
| commit | b895c72059521fec064ff27b4cfcfa4104081c4e (patch) | |
| tree | c1697f0e4d95d8c3556798f6c4c53c98a4714bd0 /m4 | |
| parent | badcd38aa86ed7973f2be2743c405710973a0bdd (diff) | |
| parent | 1b76d9168336ede8976b980aeaed64ae2908501a (diff) | |
| download | emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.tar.gz emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'm4')
103 files changed, 104 insertions, 243 deletions
diff --git a/m4/00gnulib.m4 b/m4/00gnulib.m4 index c7103ed52f5..bb37e32aa3c 100644 --- a/m4/00gnulib.m4 +++ b/m4/00gnulib.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # 00gnulib.m4 serial 3 | 1 | # 00gnulib.m4 serial 3 |
| 2 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/absolute-header.m4 b/m4/absolute-header.m4 index bc19dfc3010..7ffc38d7a2b 100644 --- a/m4/absolute-header.m4 +++ b/m4/absolute-header.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # absolute-header.m4 serial 16 | 1 | # absolute-header.m4 serial 16 |
| 2 | dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
| @@ -1,7 +1,7 @@ | |||
| 1 | # acl.m4 - check for access control list (ACL) primitives | 1 | # acl.m4 - check for access control list (ACL) primitives |
| 2 | # serial 21 | 2 | # serial 21 |
| 3 | 3 | ||
| 4 | # Copyright (C) 2002, 2004-2015 Free Software Foundation, Inc. | 4 | # Copyright (C) 2002, 2004-2016 Free Software Foundation, Inc. |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
| 7 | # with or without modifications, as long as this notice is preserved. | 7 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/alloca.m4 b/m4/alloca.m4 index 8408bed2882..2382ff1eeea 100644 --- a/m4/alloca.m4 +++ b/m4/alloca.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # alloca.m4 serial 14 | 1 | # alloca.m4 serial 14 |
| 2 | dnl Copyright (C) 2002-2004, 2006-2007, 2009-2015 Free Software Foundation, | 2 | dnl Copyright (C) 2002-2004, 2006-2007, 2009-2016 Free Software Foundation, |
| 3 | dnl Inc. | 3 | dnl Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/ax_gcc_var_attribute.m4 b/m4/ax_gcc_var_attribute.m4 deleted file mode 100644 index d12fce8934e..00000000000 --- a/m4/ax_gcc_var_attribute.m4 +++ /dev/null | |||
| @@ -1,141 +0,0 @@ | |||
| 1 | # =========================================================================== | ||
| 2 | # http://www.gnu.org/software/autoconf-archive/ax_gcc_var_attribute.html | ||
| 3 | # =========================================================================== | ||
| 4 | # | ||
| 5 | # SYNOPSIS | ||
| 6 | # | ||
| 7 | # AX_GCC_VAR_ATTRIBUTE(ATTRIBUTE) | ||
| 8 | # | ||
| 9 | # DESCRIPTION | ||
| 10 | # | ||
| 11 | # This macro checks if the compiler supports one of GCC's variable | ||
| 12 | # attributes; many other compilers also provide variable attributes with | ||
| 13 | # the same syntax. Compiler warnings are used to detect supported | ||
| 14 | # attributes as unsupported ones are ignored by default so quieting | ||
| 15 | # warnings when using this macro will yield false positives. | ||
| 16 | # | ||
| 17 | # The ATTRIBUTE parameter holds the name of the attribute to be checked. | ||
| 18 | # | ||
| 19 | # If ATTRIBUTE is supported define HAVE_VAR_ATTRIBUTE_<ATTRIBUTE>. | ||
| 20 | # | ||
| 21 | # The macro caches its result in the ax_cv_have_var_attribute_<attribute> | ||
| 22 | # variable. | ||
| 23 | # | ||
| 24 | # The macro currently supports the following variable attributes: | ||
| 25 | # | ||
| 26 | # aligned | ||
| 27 | # cleanup | ||
| 28 | # common | ||
| 29 | # nocommon | ||
| 30 | # deprecated | ||
| 31 | # mode | ||
| 32 | # packed | ||
| 33 | # tls_model | ||
| 34 | # unused | ||
| 35 | # used | ||
| 36 | # vector_size | ||
| 37 | # weak | ||
| 38 | # dllimport | ||
| 39 | # dllexport | ||
| 40 | # init_priority | ||
| 41 | # | ||
| 42 | # Unsupported variable attributes will be tested against a global integer | ||
| 43 | # variable and without any arguments given to the attribute itself; the | ||
| 44 | # result of this check might be wrong or meaningless so use with care. | ||
| 45 | # | ||
| 46 | # LICENSE | ||
| 47 | # | ||
| 48 | # Copyright (c) 2013 Gabriele Svelto <gabriele.svelto@gmail.com> | ||
| 49 | # | ||
| 50 | # Copying and distribution of this file, with or without modification, are | ||
| 51 | # permitted in any medium without royalty provided the copyright notice | ||
| 52 | # and this notice are preserved. This file is offered as-is, without any | ||
| 53 | # warranty. | ||
| 54 | |||
| 55 | #serial 3 | ||
| 56 | |||
| 57 | AC_DEFUN([AX_GCC_VAR_ATTRIBUTE], [ | ||
| 58 | AS_VAR_PUSHDEF([ac_var], [ax_cv_have_var_attribute_$1]) | ||
| 59 | |||
| 60 | AC_CACHE_CHECK([for __attribute__(($1))], [ac_var], [ | ||
| 61 | AC_LINK_IFELSE([AC_LANG_PROGRAM([ | ||
| 62 | m4_case([$1], | ||
| 63 | [aligned], [ | ||
| 64 | int foo __attribute__(($1(32))); | ||
| 65 | ], | ||
| 66 | [cleanup], [ | ||
| 67 | int bar(int *t) { return *t; }; | ||
| 68 | ], | ||
| 69 | [common], [ | ||
| 70 | int foo __attribute__(($1)); | ||
| 71 | ], | ||
| 72 | [nocommon], [ | ||
| 73 | int foo __attribute__(($1)); | ||
| 74 | ], | ||
| 75 | [deprecated], [ | ||
| 76 | int foo __attribute__(($1)) = 0; | ||
| 77 | ], | ||
| 78 | [mode], [ | ||
| 79 | long foo __attribute__(($1(word))); | ||
| 80 | ], | ||
| 81 | [packed], [ | ||
| 82 | struct bar { | ||
| 83 | int baz __attribute__(($1)); | ||
| 84 | }; | ||
| 85 | ], | ||
| 86 | [tls_model], [ | ||
| 87 | __thread int bar1 __attribute__(($1("global-dynamic"))); | ||
| 88 | __thread int bar2 __attribute__(($1("local-dynamic"))); | ||
| 89 | __thread int bar3 __attribute__(($1("initial-exec"))); | ||
| 90 | __thread int bar4 __attribute__(($1("local-exec"))); | ||
| 91 | ], | ||
| 92 | [unused], [ | ||
| 93 | int foo __attribute__(($1)); | ||
| 94 | ], | ||
| 95 | [used], [ | ||
| 96 | int foo __attribute__(($1)); | ||
| 97 | ], | ||
| 98 | [vector_size], [ | ||
| 99 | int foo __attribute__(($1(16))); | ||
| 100 | ], | ||
| 101 | [weak], [ | ||
| 102 | int foo __attribute__(($1)); | ||
| 103 | ], | ||
| 104 | [dllimport], [ | ||
| 105 | int foo __attribute__(($1)); | ||
| 106 | ], | ||
| 107 | [dllexport], [ | ||
| 108 | int foo __attribute__(($1)); | ||
| 109 | ], | ||
| 110 | [init_priority], [ | ||
| 111 | struct bar { bar() {} ~bar() {} }; | ||
| 112 | bar b __attribute__(($1(65535/2))); | ||
| 113 | ], | ||
| 114 | [ | ||
| 115 | m4_warn([syntax], [Unsupported attribute $1, the test may fail]) | ||
| 116 | int foo __attribute__(($1)); | ||
| 117 | ] | ||
| 118 | )], [ | ||
| 119 | m4_case([$1], | ||
| 120 | [cleanup], [ | ||
| 121 | int foo __attribute__(($1(bar))) = 0; | ||
| 122 | foo = foo + 1; | ||
| 123 | ], | ||
| 124 | [] | ||
| 125 | )]) | ||
| 126 | ], | ||
| 127 | dnl GCC doesn't exit with an error if an unknown attribute is | ||
| 128 | dnl provided but only outputs a warning, so accept the attribute | ||
| 129 | dnl only if no warning were issued. | ||
| 130 | [AS_IF([test -s conftest.err], | ||
| 131 | [AS_VAR_SET([ac_var], [no])], | ||
| 132 | [AS_VAR_SET([ac_var], [yes])])], | ||
| 133 | [AS_VAR_SET([ac_var], [no])]) | ||
| 134 | ]) | ||
| 135 | |||
| 136 | AS_IF([test yes = AS_VAR_GET([ac_var])], | ||
| 137 | [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_VAR_ATTRIBUTE_$1), 1, | ||
| 138 | [Define to 1 if the system has the `$1' variable attribute])], []) | ||
| 139 | |||
| 140 | AS_VAR_POPDEF([ac_var]) | ||
| 141 | ]) | ||
diff --git a/m4/byteswap.m4 b/m4/byteswap.m4 index ec5d46cde2e..27f0fd69d20 100644 --- a/m4/byteswap.m4 +++ b/m4/byteswap.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # byteswap.m4 serial 4 | 1 | # byteswap.m4 serial 4 |
| 2 | dnl Copyright (C) 2005, 2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005, 2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/c-strtod.m4 b/m4/c-strtod.m4 index b5d8ca0129a..ed04e2ca86d 100644 --- a/m4/c-strtod.m4 +++ b/m4/c-strtod.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # c-strtod.m4 serial 15 | 1 | # c-strtod.m4 serial 15 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2004-2006, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004-2006, 2009-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/clock_time.m4 b/m4/clock_time.m4 index a903e582ea8..bb20344e8fa 100644 --- a/m4/clock_time.m4 +++ b/m4/clock_time.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # clock_time.m4 serial 10 | 1 | # clock_time.m4 serial 10 |
| 2 | dnl Copyright (C) 2002-2006, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/close-stream.m4 b/m4/close-stream.m4 index a7a2efeeba4..ddda027ecb6 100644 --- a/m4/close-stream.m4 +++ b/m4/close-stream.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #serial 4 | 1 | #serial 4 |
| 2 | dnl Copyright (C) 2006-2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/count-one-bits.m4 b/m4/count-one-bits.m4 index e450e13645a..8db3bf1c84e 100644 --- a/m4/count-one-bits.m4 +++ b/m4/count-one-bits.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # count-one-bits.m4 serial 3 | 1 | # count-one-bits.m4 serial 3 |
| 2 | dnl Copyright (C) 2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/count-trailing-zeros.m4 b/m4/count-trailing-zeros.m4 index abd1e50a236..1b815cebc97 100644 --- a/m4/count-trailing-zeros.m4 +++ b/m4/count-trailing-zeros.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # count-trailing-zeros.m4 | 1 | # count-trailing-zeros.m4 |
| 2 | dnl Copyright (C) 2013-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2013-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/dirent_h.m4 b/m4/dirent_h.m4 index 7abd1d05e19..68836a4066b 100644 --- a/m4/dirent_h.m4 +++ b/m4/dirent_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # dirent_h.m4 serial 16 | 1 | # dirent_h.m4 serial 16 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index ce56cff6912..e9532e60a99 100644 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | dnl Find out how to get the file descriptor associated with an open DIR*. | 3 | dnl Find out how to get the file descriptor associated with an open DIR*. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2001-2006, 2008-2015 Free Software Foundation, Inc. | 5 | # Copyright (C) 2001-2006, 2008-2016 Free Software Foundation, Inc. |
| 6 | # This file is free software; the Free Software Foundation | 6 | # This file is free software; the Free Software Foundation |
| 7 | # gives unlimited permission to copy and/or distribute it, | 7 | # gives unlimited permission to copy and/or distribute it, |
| 8 | # with or without modifications, as long as this notice is preserved. | 8 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/dup2.m4 b/m4/dup2.m4 index 59028e0982c..63d6d8eb6e2 100644 --- a/m4/dup2.m4 +++ b/m4/dup2.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #serial 24 | 1 | #serial 24 |
| 2 | dnl Copyright (C) 2002, 2005, 2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2005, 2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/environ.m4 b/m4/environ.m4 index 4dbf9473e14..9a0ea7e2144 100644 --- a/m4/environ.m4 +++ b/m4/environ.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # environ.m4 serial 6 | 1 | # environ.m4 serial 6 |
| 2 | dnl Copyright (C) 2001-2004, 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2001-2004, 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/errno_h.m4 b/m4/errno_h.m4 index cfaa6876153..b111fce0532 100644 --- a/m4/errno_h.m4 +++ b/m4/errno_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # errno_h.m4 serial 12 | 1 | # errno_h.m4 serial 12 |
| 2 | dnl Copyright (C) 2004, 2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2004, 2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/euidaccess.m4 b/m4/euidaccess.m4 index e23e9c31134..9913f84123a 100644 --- a/m4/euidaccess.m4 +++ b/m4/euidaccess.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # euidaccess.m4 serial 15 | 1 | # euidaccess.m4 serial 15 |
| 2 | dnl Copyright (C) 2002-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/execinfo.m4 b/m4/execinfo.m4 index 2db49222d7d..2f13a1f3519 100644 --- a/m4/execinfo.m4 +++ b/m4/execinfo.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Check for GNU-style execinfo.h. | 1 | # Check for GNU-style execinfo.h. |
| 2 | 2 | ||
| 3 | dnl Copyright 2012-2015 Free Software Foundation, Inc. | 3 | dnl Copyright 2012-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/extensions.m4 b/m4/extensions.m4 index 35bc49c97bf..6d378ec41c1 100644 --- a/m4/extensions.m4 +++ b/m4/extensions.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # serial 13 -*- Autoconf -*- | 1 | # serial 13 -*- Autoconf -*- |
| 2 | # Enable extensions on systems that normally disable them. | 2 | # Enable extensions on systems that normally disable them. |
| 3 | 3 | ||
| 4 | # Copyright (C) 2003, 2006-2015 Free Software Foundation, Inc. | 4 | # Copyright (C) 2003, 2006-2016 Free Software Foundation, Inc. |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
| 7 | # with or without modifications, as long as this notice is preserved. | 7 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/extern-inline.m4 b/m4/extern-inline.m4 index 72800650e6f..fe282a56ca6 100644 --- a/m4/extern-inline.m4 +++ b/m4/extern-inline.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | dnl 'extern inline' a la ISO C99. | 1 | dnl 'extern inline' a la ISO C99. |
| 2 | 2 | ||
| 3 | dnl Copyright 2012-2015 Free Software Foundation, Inc. | 3 | dnl Copyright 2012-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/faccessat.m4 b/m4/faccessat.m4 index 941cb02d12b..dafce87b5d3 100644 --- a/m4/faccessat.m4 +++ b/m4/faccessat.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # serial 6 | 1 | # serial 6 |
| 2 | # See if we need to provide faccessat replacement. | 2 | # See if we need to provide faccessat replacement. |
| 3 | 3 | ||
| 4 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 4 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fcntl.m4 b/m4/fcntl.m4 index 76dd86711b2..0037e5fb650 100644 --- a/m4/fcntl.m4 +++ b/m4/fcntl.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # fcntl.m4 serial 8 | 1 | # fcntl.m4 serial 8 |
| 2 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fcntl_h.m4 b/m4/fcntl_h.m4 index b279162a17c..ef0d78dde1c 100644 --- a/m4/fcntl_h.m4 +++ b/m4/fcntl_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 15 | 1 | # serial 15 |
| 2 | # Configure fcntl.h. | 2 | # Configure fcntl.h. |
| 3 | dnl Copyright (C) 2006-2007, 2009-2015 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2006-2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fdatasync.m4 b/m4/fdatasync.m4 index 35b09a849b6..5a32e744ba6 100644 --- a/m4/fdatasync.m4 +++ b/m4/fdatasync.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # fdatasync.m4 serial 4 | 1 | # fdatasync.m4 serial 4 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fdopendir.m4 b/m4/fdopendir.m4 index 317eac94e42..cadbee3ca97 100644 --- a/m4/fdopendir.m4 +++ b/m4/fdopendir.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # serial 10 | 1 | # serial 10 |
| 2 | # See if we need to provide fdopendir. | 2 | # See if we need to provide fdopendir. |
| 3 | 3 | ||
| 4 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 4 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/filemode.m4 b/m4/filemode.m4 index e2a195c04ef..839fcc17ebe 100644 --- a/m4/filemode.m4 +++ b/m4/filemode.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # filemode.m4 serial 8 | 1 | # filemode.m4 serial 8 |
| 2 | dnl Copyright (C) 2002, 2005-2006, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2005-2006, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fpending.m4 b/m4/fpending.m4 index 4781db12379..a446156df2f 100644 --- a/m4/fpending.m4 +++ b/m4/fpending.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 21 | 1 | # serial 21 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2000-2001, 2004-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2000-2001, 2004-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fstatat.m4 b/m4/fstatat.m4 index e5f9f90061f..84177f02cf0 100644 --- a/m4/fstatat.m4 +++ b/m4/fstatat.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # fstatat.m4 serial 3 | 1 | # fstatat.m4 serial 3 |
| 2 | dnl Copyright (C) 2004-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2004-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/fsync.m4 b/m4/fsync.m4 index bc2b0935212..405d43d6d79 100644 --- a/m4/fsync.m4 +++ b/m4/fsync.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # fsync.m4 serial 2 | 1 | # fsync.m4 serial 2 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/getdtablesize.m4 b/m4/getdtablesize.m4 index 25e9968947d..1bf4db043e6 100644 --- a/m4/getdtablesize.m4 +++ b/m4/getdtablesize.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # getdtablesize.m4 serial 6 | 1 | # getdtablesize.m4 serial 6 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/getgroups.m4 b/m4/getgroups.m4 index 16e72c7bf3c..4b1573d8657 100644 --- a/m4/getgroups.m4 +++ b/m4/getgroups.m4 | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | dnl From Jim Meyering. | 3 | dnl From Jim Meyering. |
| 4 | dnl A wrapper around AC_FUNC_GETGROUPS. | 4 | dnl A wrapper around AC_FUNC_GETGROUPS. |
| 5 | 5 | ||
| 6 | # Copyright (C) 1996-1997, 1999-2004, 2008-2015 Free Software Foundation, Inc. | 6 | # Copyright (C) 1996-1997, 1999-2004, 2008-2016 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # This file is free software; the Free Software Foundation | 8 | # This file is free software; the Free Software Foundation |
| 9 | # gives unlimited permission to copy and/or distribute it, | 9 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/getloadavg.m4 b/m4/getloadavg.m4 index 1234ba9fe2b..76547d18c2e 100644 --- a/m4/getloadavg.m4 +++ b/m4/getloadavg.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Check for getloadavg. | 1 | # Check for getloadavg. |
| 2 | 2 | ||
| 3 | # Copyright (C) 1992-1996, 1999-2000, 2002-2003, 2006, 2008-2015 Free Software | 3 | # Copyright (C) 1992-1996, 1999-2000, 2002-2003, 2006, 2008-2016 Free Software |
| 4 | # Foundation, Inc. | 4 | # Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is free software; the Free Software Foundation | 6 | # This file is free software; the Free Software Foundation |
diff --git a/m4/getopt.m4 b/m4/getopt.m4 index e76e501fdd6..ce6ec67b914 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # getopt.m4 serial 44 | 1 | # getopt.m4 serial 44 |
| 2 | dnl Copyright (C) 2002-2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/gettime.m4 b/m4/gettime.m4 index cd499ff5d79..9843ed48557 100644 --- a/m4/gettime.m4 +++ b/m4/gettime.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # gettime.m4 serial 8 | 1 | # gettime.m4 serial 8 |
| 2 | dnl Copyright (C) 2002, 2004-2006, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2004-2006, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/gettimeofday.m4 b/m4/gettimeofday.m4 index ce246e18bc2..4ae5d63fe3e 100644 --- a/m4/gettimeofday.m4 +++ b/m4/gettimeofday.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 21 | 1 | # serial 21 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001-2003, 2005, 2007, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2003, 2005, 2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index 50ef974205f..f8454c8a014 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # gnulib-common.m4 serial 36 | 1 | # gnulib-common.m4 serial 36 |
| 2 | dnl Copyright (C) 2007-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index 349c0dce4e2..27ca70a0d09 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # DO NOT EDIT! GENERATED AUTOMATICALLY! | 1 | # DO NOT EDIT! GENERATED AUTOMATICALLY! |
| 2 | # Copyright (C) 2002-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2002-2016 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # This file is free software; you can redistribute it and/or modify | 4 | # This file is free software; you can redistribute it and/or modify |
| 5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
| @@ -91,6 +91,7 @@ AC_DEFUN([gl_EARLY], | |||
| 91 | # Code from module gettimeofday: | 91 | # Code from module gettimeofday: |
| 92 | # Code from module gitlog-to-changelog: | 92 | # Code from module gitlog-to-changelog: |
| 93 | # Code from module group-member: | 93 | # Code from module group-member: |
| 94 | # Code from module ignore-value: | ||
| 94 | # Code from module include_next: | 95 | # Code from module include_next: |
| 95 | # Code from module intprops: | 96 | # Code from module intprops: |
| 96 | # Code from module inttypes-incomplete: | 97 | # Code from module inttypes-incomplete: |
| @@ -905,6 +906,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 905 | lib/gettimeofday.c | 906 | lib/gettimeofday.c |
| 906 | lib/gl_openssl.h | 907 | lib/gl_openssl.h |
| 907 | lib/group-member.c | 908 | lib/group-member.c |
| 909 | lib/ignore-value.h | ||
| 908 | lib/intprops.h | 910 | lib/intprops.h |
| 909 | lib/inttypes.in.h | 911 | lib/inttypes.in.h |
| 910 | lib/lstat.c | 912 | lib/lstat.c |
diff --git a/m4/gnulib-tool.m4 b/m4/gnulib-tool.m4 index fede1fc3bd1..0d2ee444b4f 100644 --- a/m4/gnulib-tool.m4 +++ b/m4/gnulib-tool.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # gnulib-tool.m4 serial 2 | 1 | # gnulib-tool.m4 serial 2 |
| 2 | dnl Copyright (C) 2004-2005, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2004-2005, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/group-member.m4 b/m4/group-member.m4 index 526a67a895b..9e7e3e14441 100644 --- a/m4/group-member.m4 +++ b/m4/group-member.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 14 | 1 | # serial 14 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1999-2001, 2003-2007, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 1999-2001, 2003-2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/include_next.m4 b/m4/include_next.m4 index 233d254e808..db0f2c0795c 100644 --- a/m4/include_next.m4 +++ b/m4/include_next.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # include_next.m4 serial 23 | 1 | # include_next.m4 serial 23 |
| 2 | dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 index 4209ffd1509..61cdb1a8483 100644 --- a/m4/inttypes.m4 +++ b/m4/inttypes.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # inttypes.m4 serial 26 | 1 | # inttypes.m4 serial 26 |
| 2 | dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/largefile.m4 b/m4/largefile.m4 index b7a6c48b680..8bbdfaac1db 100644 --- a/m4/largefile.m4 +++ b/m4/largefile.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Enable large files on systems where this is not the default. | 1 | # Enable large files on systems where this is not the default. |
| 2 | 2 | ||
| 3 | # Copyright 1992-1996, 1998-2015 Free Software Foundation, Inc. | 3 | # Copyright 1992-1996, 1998-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/longlong.m4 b/m4/longlong.m4 index d57bc700d4f..36d8b124212 100644 --- a/m4/longlong.m4 +++ b/m4/longlong.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # longlong.m4 serial 17 | 1 | # longlong.m4 serial 17 |
| 2 | dnl Copyright (C) 1999-2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 1999-2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/lstat.m4 b/m4/lstat.m4 index adf752c0dfa..e143d5c8b58 100644 --- a/m4/lstat.m4 +++ b/m4/lstat.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 27 | 1 | # serial 27 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1997-2001, 2003-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 1997-2001, 2003-2016 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 index b4e38d94463..12d68da6f38 100644 --- a/m4/manywarnings.m4 +++ b/m4/manywarnings.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # manywarnings.m4 serial 7 | 1 | # manywarnings.m4 serial 7 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
| @@ -1,5 +1,5 @@ | |||
| 1 | # md5.m4 serial 14 | 1 | # md5.m4 serial 14 |
| 2 | dnl Copyright (C) 2002-2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/memrchr.m4 b/m4/memrchr.m4 index f3f74b82cc0..6e7df5c6d54 100644 --- a/m4/memrchr.m4 +++ b/m4/memrchr.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # memrchr.m4 serial 10 | 1 | # memrchr.m4 serial 10 |
| 2 | dnl Copyright (C) 2002-2003, 2005-2007, 2009-2015 Free Software Foundation, | 2 | dnl Copyright (C) 2002-2003, 2005-2007, 2009-2016 Free Software Foundation, |
| 3 | dnl Inc. | 3 | dnl Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/mkostemp.m4 b/m4/mkostemp.m4 index cc1b65c40a3..1f44a0390aa 100644 --- a/m4/mkostemp.m4 +++ b/m4/mkostemp.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # mkostemp.m4 serial 2 | 1 | # mkostemp.m4 serial 2 |
| 2 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/mktime.m4 b/m4/mktime.m4 index 3f0e1eee440..78f16ba66ae 100644 --- a/m4/mktime.m4 +++ b/m4/mktime.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # serial 25 | 1 | # serial 25 |
| 2 | dnl Copyright (C) 2002-2003, 2005-2007, 2009-2015 Free Software Foundation, | 2 | dnl Copyright (C) 2002-2003, 2005-2007, 2009-2016 Free Software Foundation, |
| 3 | dnl Inc. | 3 | dnl Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/multiarch.m4 b/m4/multiarch.m4 index fc575c1d437..43b5d057508 100644 --- a/m4/multiarch.m4 +++ b/m4/multiarch.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # multiarch.m4 serial 7 | 1 | # multiarch.m4 serial 7 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/nocrash.m4 b/m4/nocrash.m4 index 56283180f04..ecc55c6172d 100644 --- a/m4/nocrash.m4 +++ b/m4/nocrash.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # nocrash.m4 serial 4 | 1 | # nocrash.m4 serial 4 |
| 2 | dnl Copyright (C) 2005, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/off_t.m4 b/m4/off_t.m4 index 0eb14678be1..282751b47b4 100644 --- a/m4/off_t.m4 +++ b/m4/off_t.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # off_t.m4 serial 1 | 1 | # off_t.m4 serial 1 |
| 2 | dnl Copyright (C) 2012-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2012-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/pathmax.m4 b/m4/pathmax.m4 index 0e3db7a237b..6f8e59a1a24 100644 --- a/m4/pathmax.m4 +++ b/m4/pathmax.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # pathmax.m4 serial 10 | 1 | # pathmax.m4 serial 10 |
| 2 | dnl Copyright (C) 2002-2003, 2005-2006, 2009-2015 Free Software Foundation, | 2 | dnl Copyright (C) 2002-2003, 2005-2006, 2009-2016 Free Software Foundation, |
| 3 | dnl Inc. | 3 | dnl Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/pipe2.m4 b/m4/pipe2.m4 index 0b64651a577..c09fceebb86 100644 --- a/m4/pipe2.m4 +++ b/m4/pipe2.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # pipe2.m4 serial 2 | 1 | # pipe2.m4 serial 2 |
| 2 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/pselect.m4 b/m4/pselect.m4 index df007058b6f..2c620de4137 100644 --- a/m4/pselect.m4 +++ b/m4/pselect.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # pselect.m4 serial 2 | 1 | # pselect.m4 serial 2 |
| 2 | dnl Copyright (C) 2011-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2011-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/pthread_sigmask.m4 b/m4/pthread_sigmask.m4 index 25988566461..5b3e1cad327 100644 --- a/m4/pthread_sigmask.m4 +++ b/m4/pthread_sigmask.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # pthread_sigmask.m4 serial 16 | 1 | # pthread_sigmask.m4 serial 16 |
| 2 | dnl Copyright (C) 2011-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2011-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/putenv.m4 b/m4/putenv.m4 index 73a5f4691c2..c3c30d84568 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # putenv.m4 serial 20 | 1 | # putenv.m4 serial 20 |
| 2 | dnl Copyright (C) 2002-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/readlink.m4 b/m4/readlink.m4 index 88c9bfef717..ede0378b481 100644 --- a/m4/readlink.m4 +++ b/m4/readlink.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # readlink.m4 serial 12 | 1 | # readlink.m4 serial 12 |
| 2 | dnl Copyright (C) 2003, 2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2003, 2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/readlinkat.m4 b/m4/readlinkat.m4 index 3477602a14f..428b183b086 100644 --- a/m4/readlinkat.m4 +++ b/m4/readlinkat.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # serial 5 | 1 | # serial 5 |
| 2 | # See if we need to provide readlinkat replacement. | 2 | # See if we need to provide readlinkat replacement. |
| 3 | 3 | ||
| 4 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 4 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/secure_getenv.m4 b/m4/secure_getenv.m4 index 6afe89fda57..00194c8497f 100644 --- a/m4/secure_getenv.m4 +++ b/m4/secure_getenv.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Look up an environment variable more securely. | 1 | # Look up an environment variable more securely. |
| 2 | dnl Copyright 2013-2015 Free Software Foundation, Inc. | 2 | dnl Copyright 2013-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sha1.m4 b/m4/sha1.m4 index 9d6aa0ce8c8..fbcb788e267 100644 --- a/m4/sha1.m4 +++ b/m4/sha1.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sha1.m4 serial 12 | 1 | # sha1.m4 serial 12 |
| 2 | dnl Copyright (C) 2002-2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sha256.m4 b/m4/sha256.m4 index a12cd7e3d1c..91f63b75c91 100644 --- a/m4/sha256.m4 +++ b/m4/sha256.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sha256.m4 serial 8 | 1 | # sha256.m4 serial 8 |
| 2 | dnl Copyright (C) 2005, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sha512.m4 b/m4/sha512.m4 index 77c76a8f7db..3247e0a80d3 100644 --- a/m4/sha512.m4 +++ b/m4/sha512.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sha512.m4 serial 9 | 1 | # sha512.m4 serial 9 |
| 2 | dnl Copyright (C) 2005-2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005-2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sig2str.m4 b/m4/sig2str.m4 index 71cfa4b2bfa..83acddd80a1 100644 --- a/m4/sig2str.m4 +++ b/m4/sig2str.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # serial 7 | 1 | # serial 7 |
| 2 | dnl Copyright (C) 2002, 2005-2006, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2005-2006, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/signal_h.m4 b/m4/signal_h.m4 index f737c36ba82..bcfd7b4be30 100644 --- a/m4/signal_h.m4 +++ b/m4/signal_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # signal_h.m4 serial 18 | 1 | # signal_h.m4 serial 18 |
| 2 | dnl Copyright (C) 2007-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/socklen.m4 b/m4/socklen.m4 index bcabed3ef0f..634c43a35c1 100644 --- a/m4/socklen.m4 +++ b/m4/socklen.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # socklen.m4 serial 10 | 1 | # socklen.m4 serial 10 |
| 2 | dnl Copyright (C) 2005-2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005-2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/ssize_t.m4 b/m4/ssize_t.m4 index 25bd4514343..3e7b9e6e024 100644 --- a/m4/ssize_t.m4 +++ b/m4/ssize_t.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # ssize_t.m4 serial 5 (gettext-0.18.2) | 1 | # ssize_t.m4 serial 5 (gettext-0.18.2) |
| 2 | dnl Copyright (C) 2001-2003, 2006, 2010-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2001-2003, 2006, 2010-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/st_dm_mode.m4 b/m4/st_dm_mode.m4 index 6543bf625b5..1cfe68e4065 100644 --- a/m4/st_dm_mode.m4 +++ b/m4/st_dm_mode.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 6 | 1 | # serial 6 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1998-1999, 2001, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 1998-1999, 2001, 2009-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stat-time.m4 b/m4/stat-time.m4 index 9c8ceec1893..231cb740383 100644 --- a/m4/stat-time.m4 +++ b/m4/stat-time.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Checks for stat-related time functions. | 1 | # Checks for stat-related time functions. |
| 2 | 2 | ||
| 3 | # Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-2015 Free Software | 3 | # Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-2016 Free Software |
| 4 | # Foundation, Inc. | 4 | # Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is free software; the Free Software Foundation | 6 | # This file is free software; the Free Software Foundation |
diff --git a/m4/stat.m4 b/m4/stat.m4 index d1b37689632..a794975de9c 100644 --- a/m4/stat.m4 +++ b/m4/stat.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 11 | 1 | # serial 11 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/stdalign.m4 b/m4/stdalign.m4 index 033b0d39e4a..49980cd636e 100644 --- a/m4/stdalign.m4 +++ b/m4/stdalign.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Check for stdalign.h that conforms to C11. | 1 | # Check for stdalign.h that conforms to C11. |
| 2 | 2 | ||
| 3 | dnl Copyright 2011-2015 Free Software Foundation, Inc. | 3 | dnl Copyright 2011-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stddef_h.m4 b/m4/stddef_h.m4 index 231050274ad..c045c65f9f8 100644 --- a/m4/stddef_h.m4 +++ b/m4/stddef_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | dnl A placeholder for <stddef.h>, for platforms that have issues. | 1 | dnl A placeholder for <stddef.h>, for platforms that have issues. |
| 2 | # stddef_h.m4 serial 5 | 2 | # stddef_h.m4 serial 5 |
| 3 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stdint.m4 b/m4/stdint.m4 index 4011a4942a1..0f40ce803b7 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # stdint.m4 serial 43 | 1 | # stdint.m4 serial 43 |
| 2 | dnl Copyright (C) 2001-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2001-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4 index f60cc2156e0..0e387585d27 100644 --- a/m4/stdio_h.m4 +++ b/m4/stdio_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # stdio_h.m4 serial 46 | 1 | # stdio_h.m4 serial 46 |
| 2 | dnl Copyright (C) 2007-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stdlib_h.m4 b/m4/stdlib_h.m4 index 0b4c623ec71..19107c41996 100644 --- a/m4/stdlib_h.m4 +++ b/m4/stdlib_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # stdlib_h.m4 serial 42 | 1 | # stdlib_h.m4 serial 42 |
| 2 | dnl Copyright (C) 2007-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2007-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/stpcpy.m4 b/m4/stpcpy.m4 index 7e28beeeeef..70bbfd87621 100644 --- a/m4/stpcpy.m4 +++ b/m4/stpcpy.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # stpcpy.m4 serial 8 | 1 | # stpcpy.m4 serial 8 |
| 2 | dnl Copyright (C) 2002, 2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/strftime.m4 b/m4/strftime.m4 index 4557626ae08..9598e7272ee 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 33 | 1 | # serial 33 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1996-1997, 1999-2007, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 1996-1997, 1999-2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/string_h.m4 b/m4/string_h.m4 index 55d09ef4078..0c5ec6f9a09 100644 --- a/m4/string_h.m4 +++ b/m4/string_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Configure a GNU-like replacement for <string.h>. | 1 | # Configure a GNU-like replacement for <string.h>. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2007-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2007-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/strtoimax.m4 b/m4/strtoimax.m4 index fde732aa90a..9d920ab27cb 100644 --- a/m4/strtoimax.m4 +++ b/m4/strtoimax.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # strtoimax.m4 serial 14 | 1 | # strtoimax.m4 serial 14 |
| 2 | dnl Copyright (C) 2002-2004, 2006, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2004, 2006, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/strtoll.m4 b/m4/strtoll.m4 index 666f44a6ba2..3ad665eaca3 100644 --- a/m4/strtoll.m4 +++ b/m4/strtoll.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # strtoll.m4 serial 7 | 1 | # strtoll.m4 serial 7 |
| 2 | dnl Copyright (C) 2002, 2004, 2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2004, 2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/strtoull.m4 b/m4/strtoull.m4 index 4267bd72569..78a67c71f6b 100644 --- a/m4/strtoull.m4 +++ b/m4/strtoull.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # strtoull.m4 serial 7 | 1 | # strtoull.m4 serial 7 |
| 2 | dnl Copyright (C) 2002, 2004, 2006, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2004, 2006, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/strtoumax.m4 b/m4/strtoumax.m4 index 5312ef4d518..1a5ee4bde75 100644 --- a/m4/strtoumax.m4 +++ b/m4/strtoumax.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # strtoumax.m4 serial 12 | 1 | # strtoumax.m4 serial 12 |
| 2 | dnl Copyright (C) 2002-2004, 2006, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2004, 2006, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/symlink.m4 b/m4/symlink.m4 index a59e2f0dd72..d15d915b08b 100644 --- a/m4/symlink.m4 +++ b/m4/symlink.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # serial 6 | 1 | # serial 6 |
| 2 | # See if we need to provide symlink replacement. | 2 | # See if we need to provide symlink replacement. |
| 3 | 3 | ||
| 4 | dnl Copyright (C) 2009-2015 Free Software Foundation, Inc. | 4 | dnl Copyright (C) 2009-2016 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_select_h.m4 b/m4/sys_select_h.m4 index 5ec5919f25d..23526e5f568 100644 --- a/m4/sys_select_h.m4 +++ b/m4/sys_select_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sys_select_h.m4 serial 20 | 1 | # sys_select_h.m4 serial 20 |
| 2 | dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_socket_h.m4 b/m4/sys_socket_h.m4 index eaeabe7d966..ae500c76053 100644 --- a/m4/sys_socket_h.m4 +++ b/m4/sys_socket_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sys_socket_h.m4 serial 23 | 1 | # sys_socket_h.m4 serial 23 |
| 2 | dnl Copyright (C) 2005-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2005-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_stat_h.m4 b/m4/sys_stat_h.m4 index 6c909e816a7..3d43b6f5ef2 100644 --- a/m4/sys_stat_h.m4 +++ b/m4/sys_stat_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sys_stat_h.m4 serial 28 -*- Autoconf -*- | 1 | # sys_stat_h.m4 serial 28 -*- Autoconf -*- |
| 2 | dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_time_h.m4 b/m4/sys_time_h.m4 index 28c8b1acbba..3061a9c185f 100644 --- a/m4/sys_time_h.m4 +++ b/m4/sys_time_h.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Configure a replacement for <sys/time.h>. | 1 | # Configure a replacement for <sys/time.h>. |
| 2 | # serial 8 | 2 | # serial 8 |
| 3 | 3 | ||
| 4 | # Copyright (C) 2007, 2009-2015 Free Software Foundation, Inc. | 4 | # Copyright (C) 2007, 2009-2016 Free Software Foundation, Inc. |
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
| 7 | # with or without modifications, as long as this notice is preserved. | 7 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/sys_types_h.m4 b/m4/sys_types_h.m4 index 2232aece63e..b0aabb47862 100644 --- a/m4/sys_types_h.m4 +++ b/m4/sys_types_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # sys_types_h.m4 serial 5 | 1 | # sys_types_h.m4 serial 5 |
| 2 | dnl Copyright (C) 2011-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2011-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/tempname.m4 b/m4/tempname.m4 index b1694d68475..acf4c8d07c0 100644 --- a/m4/tempname.m4 +++ b/m4/tempname.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #serial 5 | 1 | #serial 5 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2006-2007, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2006-2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | # This file is free software; the Free Software Foundation | 4 | # This file is free software; the Free Software Foundation |
| 5 | # gives unlimited permission to copy and/or distribute it, | 5 | # gives unlimited permission to copy and/or distribute it, |
| 6 | # with or without modifications, as long as this notice is preserved. | 6 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/time_h.m4 b/m4/time_h.m4 index 754b469a0d9..eb2a631e2ce 100644 --- a/m4/time_h.m4 +++ b/m4/time_h.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Configure a more-standard replacement for <time.h>. | 1 | # Configure a more-standard replacement for <time.h>. |
| 2 | 2 | ||
| 3 | # Copyright (C) 2000-2001, 2003-2007, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2000-2001, 2003-2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # serial 9 | 5 | # serial 9 |
| 6 | 6 | ||
diff --git a/m4/time_r.m4 b/m4/time_r.m4 index 8df7e139cf2..21b4a2cc18e 100644 --- a/m4/time_r.m4 +++ b/m4/time_r.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | dnl Reentrant time functions: localtime_r, gmtime_r. | 1 | dnl Reentrant time functions: localtime_r, gmtime_r. |
| 2 | 2 | ||
| 3 | dnl Copyright (C) 2003, 2006-2015 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2003, 2006-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/time_rz.m4 b/m4/time_rz.m4 index 0c1f2c3736c..9b1db1b24b6 100644 --- a/m4/time_rz.m4 +++ b/m4/time_rz.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | dnl Time zone functions: tzalloc, localtime_rz, etc. | 1 | dnl Time zone functions: tzalloc, localtime_rz, etc. |
| 2 | 2 | ||
| 3 | dnl Copyright (C) 2015 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2015-2016 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/timegm.m4 b/m4/timegm.m4 index 8e68b99baa2..752aa43d7ea 100644 --- a/m4/timegm.m4 +++ b/m4/timegm.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # timegm.m4 serial 11 | 1 | # timegm.m4 serial 11 |
| 2 | dnl Copyright (C) 2003, 2007, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2003, 2007, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/timer_time.m4 b/m4/timer_time.m4 index 962bbd2bdf0..114f92a9d93 100644 --- a/m4/timer_time.m4 +++ b/m4/timer_time.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # timer_time.m4 serial 3 | 1 | # timer_time.m4 serial 3 |
| 2 | dnl Copyright (C) 2011-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2011-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/timespec.m4 b/m4/timespec.m4 index 06b3533e42f..24825181245 100644 --- a/m4/timespec.m4 +++ b/m4/timespec.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #serial 15 | 1 | #serial 15 |
| 2 | 2 | ||
| 3 | # Copyright (C) 2000-2001, 2003-2007, 2009-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2000-2001, 2003-2007, 2009-2016 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is free software; the Free Software Foundation | 5 | # This file is free software; the Free Software Foundation |
| 6 | # gives unlimited permission to copy and/or distribute it, | 6 | # gives unlimited permission to copy and/or distribute it, |
diff --git a/m4/tm_gmtoff.m4 b/m4/tm_gmtoff.m4 index 71a88f92f49..ce0671fd1f2 100644 --- a/m4/tm_gmtoff.m4 +++ b/m4/tm_gmtoff.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # tm_gmtoff.m4 serial 3 | 1 | # tm_gmtoff.m4 serial 3 |
| 2 | dnl Copyright (C) 2002, 2009-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002, 2009-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/unistd_h.m4 b/m4/unistd_h.m4 index b3c581f7b25..544dadb4122 100644 --- a/m4/unistd_h.m4 +++ b/m4/unistd_h.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # unistd_h.m4 serial 68 | 1 | # unistd_h.m4 serial 68 |
| 2 | dnl Copyright (C) 2006-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/utimbuf.m4 b/m4/utimbuf.m4 index 7c33ae94923..d2473bf66de 100644 --- a/m4/utimbuf.m4 +++ b/m4/utimbuf.m4 | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # serial 9 | 1 | # serial 9 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1998-2001, 2003-2004, 2007, 2009-2015 Free Software Foundation, | 3 | # Copyright (C) 1998-2001, 2003-2004, 2007, 2009-2016 Free Software Foundation, |
| 4 | # Inc. | 4 | # Inc. |
| 5 | # | 5 | # |
| 6 | # This file is free software; the Free Software Foundation | 6 | # This file is free software; the Free Software Foundation |
diff --git a/m4/utimens.m4 b/m4/utimens.m4 index b022cfdc857..211b1fc39dc 100644 --- a/m4/utimens.m4 +++ b/m4/utimens.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | dnl Copyright (C) 2003-2015 Free Software Foundation, Inc. | 1 | dnl Copyright (C) 2003-2016 Free Software Foundation, Inc. |
| 2 | dnl This file is free software; the Free Software Foundation | 2 | dnl This file is free software; the Free Software Foundation |
| 3 | dnl gives unlimited permission to copy and/or distribute it, | 3 | dnl gives unlimited permission to copy and/or distribute it, |
| 4 | dnl with or without modifications, as long as this notice is preserved. | 4 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/utimes.m4 b/m4/utimes.m4 index e26a576b820..a016723e24a 100644 --- a/m4/utimes.m4 +++ b/m4/utimes.m4 | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Detect some bugs in glibc's implementation of utimes. | 1 | # Detect some bugs in glibc's implementation of utimes. |
| 2 | # serial 3 | 2 | # serial 3 |
| 3 | 3 | ||
| 4 | dnl Copyright (C) 2003-2005, 2009-2015 Free Software Foundation, Inc. | 4 | dnl Copyright (C) 2003-2005, 2009-2016 Free Software Foundation, Inc. |
| 5 | dnl This file is free software; the Free Software Foundation | 5 | dnl This file is free software; the Free Software Foundation |
| 6 | dnl gives unlimited permission to copy and/or distribute it, | 6 | dnl gives unlimited permission to copy and/or distribute it, |
| 7 | dnl with or without modifications, as long as this notice is preserved. | 7 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/vararrays.m4 b/m4/vararrays.m4 index 6e09c7b0398..93fd66e61a6 100644 --- a/m4/vararrays.m4 +++ b/m4/vararrays.m4 | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | # From Paul Eggert | 5 | # From Paul Eggert |
| 6 | 6 | ||
| 7 | # Copyright (C) 2001, 2009-2015 Free Software Foundation, Inc. | 7 | # Copyright (C) 2001, 2009-2016 Free Software Foundation, Inc. |
| 8 | # This file is free software; the Free Software Foundation | 8 | # This file is free software; the Free Software Foundation |
| 9 | # gives unlimited permission to copy and/or distribute it, | 9 | # gives unlimited permission to copy and/or distribute it, |
| 10 | # with or without modifications, as long as this notice is preserved. | 10 | # with or without modifications, as long as this notice is preserved. |
diff --git a/m4/warnings.m4 b/m4/warnings.m4 index 5ae01def133..924e21d5e87 100644 --- a/m4/warnings.m4 +++ b/m4/warnings.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # warnings.m4 serial 11 | 1 | # warnings.m4 serial 11 |
| 2 | dnl Copyright (C) 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
diff --git a/m4/wchar_t.m4 b/m4/wchar_t.m4 index dc964e67e26..2db8c3f2f62 100644 --- a/m4/wchar_t.m4 +++ b/m4/wchar_t.m4 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # wchar_t.m4 serial 4 (gettext-0.18.2) | 1 | # wchar_t.m4 serial 4 (gettext-0.18.2) |
| 2 | dnl Copyright (C) 2002-2003, 2008-2015 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2003, 2008-2016 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |