diff options
Diffstat (limited to 'lib')
147 files changed, 149 insertions, 434 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index ee41ea3e55e..1f5b154f355 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | srcdir = @srcdir@ | 20 | srcdir = @srcdir@ |
| 21 | VPATH = @srcdir@ | 21 | VPATH = @srcdir@ |
diff --git a/lib/acl-errno-valid.c b/lib/acl-errno-valid.c index a633985663b..1e96974dd12 100644 --- a/lib/acl-errno-valid.c +++ b/lib/acl-errno-valid.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert. */ | 18 | Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/acl-internal.c b/lib/acl-internal.c index 2a2dee947d3..63e6b6b997c 100644 --- a/lib/acl-internal.c +++ b/lib/acl-internal.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ | 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ |
| 19 | 19 | ||
diff --git a/lib/acl-internal.h b/lib/acl-internal.h index e7bda0eadeb..ebd24217bb6 100644 --- a/lib/acl-internal.h +++ b/lib/acl-internal.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ | 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ |
| 19 | 19 | ||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert. */ | 18 | Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/acl_entries.c b/lib/acl_entries.c index 1df6a844dfe..c7efaefd52f 100644 --- a/lib/acl_entries.c +++ b/lib/acl_entries.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert and Andreas Gruenbacher. */ | 18 | Written by Paul Eggert and Andreas Gruenbacher. */ |
| 19 | 19 | ||
diff --git a/lib/alloca.in.h b/lib/alloca.in.h index c3dc38a5b94..1881e74f5dc 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with this program; if not, see | 17 | License along with this program; if not, see |
| 18 | <http://www.gnu.org/licenses/>. | 18 | <https://www.gnu.org/licenses/>. |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H | 21 | /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H |
diff --git a/lib/allocator.h b/lib/allocator.h index 650f8e071ea..2ecbf1a3795 100644 --- a/lib/allocator.h +++ b/lib/allocator.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/arg-nonnull.h b/lib/arg-nonnull.h index 1e62cc89827..61ee0712747 100644 --- a/lib/arg-nonnull.h +++ b/lib/arg-nonnull.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | General Public License for more details. | 12 | General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools | 17 | /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools |
| 18 | that the values passed as arguments n, ..., m must be non-NULL pointers. | 18 | that the values passed as arguments n, ..., m must be non-NULL pointers. |
diff --git a/lib/at-func.c b/lib/at-func.c index 9eaa9932fab..2a3e375e9a2 100644 --- a/lib/at-func.c +++ b/lib/at-func.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* written by Jim Meyering */ | 17 | /* written by Jim Meyering */ |
| 18 | 18 | ||
diff --git a/lib/binary-io.c b/lib/binary-io.c index a7558b20fd1..2cee469781c 100644 --- a/lib/binary-io.c +++ b/lib/binary-io.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/binary-io.h b/lib/binary-io.h index 9f1dde108eb..75adb33c918 100644 --- a/lib/binary-io.h +++ b/lib/binary-io.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #ifndef _BINARY_H | 17 | #ifndef _BINARY_H |
| 18 | #define _BINARY_H | 18 | #define _BINARY_H |
diff --git a/lib/byteswap.in.h b/lib/byteswap.in.h index 5fc0663defa..32385a289c6 100644 --- a/lib/byteswap.in.h +++ b/lib/byteswap.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef _GL_BYTESWAP_H | 18 | #ifndef _GL_BYTESWAP_H |
| 19 | #define _GL_BYTESWAP_H | 19 | #define _GL_BYTESWAP_H |
diff --git a/lib/c++defs.h b/lib/c++defs.h index f03f3591c35..09dcd3e0687 100644 --- a/lib/c++defs.h +++ b/lib/c++defs.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | General Public License for more details. | 12 | General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #ifndef _GL_CXXDEFS_H | 17 | #ifndef _GL_CXXDEFS_H |
| 18 | #define _GL_CXXDEFS_H | 18 | #define _GL_CXXDEFS_H |
| @@ -266,7 +266,7 @@ | |||
| 266 | _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) | 266 | _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) |
| 267 | # define _GL_CXXALIASWARN_1(func,namespace) \ | 267 | # define _GL_CXXALIASWARN_1(func,namespace) \ |
| 268 | _GL_CXXALIASWARN_2 (func, namespace) | 268 | _GL_CXXALIASWARN_2 (func, namespace) |
| 269 | /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, | 269 | /* To work around GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, |
| 270 | we enable the warning only when not optimizing. */ | 270 | we enable the warning only when not optimizing. */ |
| 271 | # if !__OPTIMIZE__ | 271 | # if !__OPTIMIZE__ |
| 272 | # define _GL_CXXALIASWARN_2(func,namespace) \ | 272 | # define _GL_CXXALIASWARN_2(func,namespace) \ |
| @@ -294,7 +294,7 @@ | |||
| 294 | GNULIB_NAMESPACE) | 294 | GNULIB_NAMESPACE) |
| 295 | # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ | 295 | # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ |
| 296 | _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) | 296 | _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) |
| 297 | /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, | 297 | /* To work around GCC bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, |
| 298 | we enable the warning only when not optimizing. */ | 298 | we enable the warning only when not optimizing. */ |
| 299 | # if !__OPTIMIZE__ | 299 | # if !__OPTIMIZE__ |
| 300 | # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ | 300 | # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ |
diff --git a/lib/c-ctype.h b/lib/c-ctype.h index bcdba6b9962..9ad3c18d471 100644 --- a/lib/c-ctype.h +++ b/lib/c-ctype.h | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 21 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 22 | 22 | ||
| 23 | #ifndef C_CTYPE_H | 23 | #ifndef C_CTYPE_H |
| 24 | #define C_CTYPE_H | 24 | #define C_CTYPE_H |
diff --git a/lib/c-strcase.h b/lib/c-strcase.h index c82dab1dbe6..220d21d34ec 100644 --- a/lib/c-strcase.h +++ b/lib/c-strcase.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef C_STRCASE_H | 18 | #ifndef C_STRCASE_H |
| 19 | #define C_STRCASE_H | 19 | #define C_STRCASE_H |
diff --git a/lib/c-strcasecmp.c b/lib/c-strcasecmp.c index 5bce873d7b2..b2880a2e6c7 100644 --- a/lib/c-strcasecmp.c +++ b/lib/c-strcasecmp.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/c-strncasecmp.c b/lib/c-strncasecmp.c index ada62d70b7b..982e17915bc 100644 --- a/lib/c-strncasecmp.c +++ b/lib/c-strncasecmp.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/careadlinkat.c b/lib/careadlinkat.c index 455e00efe00..e2af54f0984 100644 --- a/lib/careadlinkat.c +++ b/lib/careadlinkat.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ | 19 | /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ |
| 20 | 20 | ||
diff --git a/lib/careadlinkat.h b/lib/careadlinkat.h index 528a8289e56..d436c691eaa 100644 --- a/lib/careadlinkat.h +++ b/lib/careadlinkat.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ | 18 | /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ |
| 19 | 19 | ||
diff --git a/lib/cloexec.c b/lib/cloexec.c index e34aef87976..2b67a0102e7 100644 --- a/lib/cloexec.c +++ b/lib/cloexec.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | The code is taken from glibc/manual/llio.texi */ | 18 | The code is taken from glibc/manual/llio.texi */ |
| 19 | 19 | ||
diff --git a/lib/cloexec.h b/lib/cloexec.h index cdaf422226d..d937a406817 100644 --- a/lib/cloexec.h +++ b/lib/cloexec.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | */ | 18 | */ |
| 19 | 19 | ||
diff --git a/lib/close-stream.c b/lib/close-stream.c index 96c126536cc..19707626fa2 100644 --- a/lib/close-stream.c +++ b/lib/close-stream.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #include <config.h> | 18 | #include <config.h> |
| 19 | 19 | ||
diff --git a/lib/count-leading-zeros.h b/lib/count-leading-zeros.h index e197137e66e..1b60e28e7ff 100644 --- a/lib/count-leading-zeros.h +++ b/lib/count-leading-zeros.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* Written by Eric Blake. */ | 17 | /* Written by Eric Blake. */ |
| 18 | 18 | ||
diff --git a/lib/count-one-bits.h b/lib/count-one-bits.h index fb5fb927ff4..1576b08481b 100644 --- a/lib/count-one-bits.h +++ b/lib/count-one-bits.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* Written by Ben Pfaff. */ | 17 | /* Written by Ben Pfaff. */ |
| 18 | 18 | ||
diff --git a/lib/count-trailing-zeros.h b/lib/count-trailing-zeros.h index 4a0a109d991..be7131429c1 100644 --- a/lib/count-trailing-zeros.h +++ b/lib/count-trailing-zeros.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* Written by Paul Eggert. */ | 17 | /* Written by Paul Eggert. */ |
| 18 | 18 | ||
diff --git a/lib/diffseq.h b/lib/diffseq.h index a3cf140990b..b6f9f6f9d19 100644 --- a/lib/diffseq.h +++ b/lib/diffseq.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | /* The basic idea is to consider two vectors as similar if, when | 20 | /* The basic idea is to consider two vectors as similar if, when |
diff --git a/lib/dirent.in.h b/lib/dirent.in.h index f59178751b1..5b235731e04 100644 --- a/lib/dirent.in.h +++ b/lib/dirent.in.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #ifndef _@GUARD_PREFIX@_DIRENT_H | 17 | #ifndef _@GUARD_PREFIX@_DIRENT_H |
| 18 | 18 | ||
diff --git a/lib/dirfd.c b/lib/dirfd.c index 6b1a7b27443..7e38fabdac2 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Jim Meyering. */ | 18 | /* Written by Jim Meyering. */ |
| 19 | 19 | ||
diff --git a/lib/dosname.h b/lib/dosname.h index dd5c177725c..255d57e4d6b 100644 --- a/lib/dosname.h +++ b/lib/dosname.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | From Paul Eggert and Jim Meyering. */ | 18 | From Paul Eggert and Jim Meyering. */ |
| 19 | 19 | ||
diff --git a/lib/dtotimespec.c b/lib/dtotimespec.c index 3ca5a9cfd35..8f2e8150c9b 100644 --- a/lib/dtotimespec.c +++ b/lib/dtotimespec.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Paul Eggert */ | 18 | /* written by Paul Eggert */ |
| 19 | 19 | ||
diff --git a/lib/dup2.c b/lib/dup2.c index 002dc8c76cb..b89f83732fe 100644 --- a/lib/dup2.c +++ b/lib/dup2.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Paul Eggert */ | 18 | /* written by Paul Eggert */ |
| 19 | 19 | ||
diff --git a/lib/errno.in.h b/lib/errno.in.h index 13194f9d291..aaf5fecd73b 100644 --- a/lib/errno.in.h +++ b/lib/errno.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef _@GUARD_PREFIX@_ERRNO_H | 18 | #ifndef _@GUARD_PREFIX@_ERRNO_H |
| 19 | 19 | ||
diff --git a/lib/euidaccess.c b/lib/euidaccess.c index da2bda9be0c..298c4459477 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | /* Written by David MacKenzie and Torbjorn Granlund. | 21 | /* Written by David MacKenzie and Torbjorn Granlund. |
| 22 | Adapted for GNU C library by Roland McGrath. */ | 22 | Adapted for GNU C library by Roland McGrath. */ |
diff --git a/lib/execinfo.in.h b/lib/execinfo.in.h index 065a78dbffa..f2269269c53 100644 --- a/lib/execinfo.in.h +++ b/lib/execinfo.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c index 262c68f9cd6..09093467769 100644 --- a/lib/explicit_bzero.c +++ b/lib/explicit_bzero.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public | 15 | You should have received a copy of the GNU General Public |
| 16 | License along with the GNU C Library; if not, see | 16 | License along with the GNU C Library; if not, see |
| 17 | <http://www.gnu.org/licenses/>. */ | 17 | <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* An assembler implementation of explicit_bzero can be created as an | 19 | /* An assembler implementation of explicit_bzero can be created as an |
| 20 | assembler alias of an optimized bzero implementation. | 20 | assembler alias of an optimized bzero implementation. |
diff --git a/lib/faccessat.c b/lib/faccessat.c index f9458e83039..6cf9c99df20 100644 --- a/lib/faccessat.c +++ b/lib/faccessat.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* written by Eric Blake */ | 17 | /* written by Eric Blake */ |
| 18 | 18 | ||
diff --git a/lib/fcntl.c b/lib/fcntl.c index d4dd144e05d..91efd12c2ba 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Eric Blake <ebb9@byu.net>. */ | 18 | /* Written by Eric Blake <ebb9@byu.net>. */ |
| 19 | 19 | ||
diff --git a/lib/fcntl.in.h b/lib/fcntl.in.h index 076d1ac34a7..00b270c958d 100644 --- a/lib/fcntl.in.h +++ b/lib/fcntl.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Paul Eggert */ | 18 | /* written by Paul Eggert */ |
| 19 | 19 | ||
diff --git a/lib/fdatasync.c b/lib/fdatasync.c index 6875fa4c69c..25fd74049fb 100644 --- a/lib/fdatasync.c +++ b/lib/fdatasync.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | General Public License for more details. | 13 | General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #include <config.h> | 18 | #include <config.h> |
| 19 | #include <unistd.h> | 19 | #include <unistd.h> |
diff --git a/lib/fdopendir.c b/lib/fdopendir.c index 03be92adc1f..7f72258598d 100644 --- a/lib/fdopendir.c +++ b/lib/fdopendir.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* written by Jim Meyering */ | 17 | /* written by Jim Meyering */ |
| 18 | 18 | ||
diff --git a/lib/filemode.c b/lib/filemode.c index d62f70bc9bd..c6cf1f3196c 100644 --- a/lib/filemode.c +++ b/lib/filemode.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/lib/filemode.h b/lib/filemode.h index 5fbb79146d8..809bf7eb0fb 100644 --- a/lib/filemode.h +++ b/lib/filemode.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef FILEMODE_H_ | 19 | #ifndef FILEMODE_H_ |
| 20 | 20 | ||
diff --git a/lib/filevercmp.c b/lib/filevercmp.c index 0396867c7e5..56c9821e364 100644 --- a/lib/filevercmp.c +++ b/lib/filevercmp.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | #include "filevercmp.h" | 20 | #include "filevercmp.h" |
diff --git a/lib/filevercmp.h b/lib/filevercmp.h index d6989911726..25cc6f624cd 100644 --- a/lib/filevercmp.h +++ b/lib/filevercmp.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef FILEVERCMP_H | 19 | #ifndef FILEVERCMP_H |
| 20 | #define FILEVERCMP_H | 20 | #define FILEVERCMP_H |
diff --git a/lib/flexmember.h b/lib/flexmember.h index 7405c418382..7e4f95d3c89 100644 --- a/lib/flexmember.h +++ b/lib/flexmember.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public | 17 | You should have received a copy of the GNU General Public |
| 18 | License along with the GNU C Library; if not, see | 18 | License along with the GNU C Library; if not, see |
| 19 | <http://www.gnu.org/licenses/>. | 19 | <https://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | Written by Paul Eggert. */ | 21 | Written by Paul Eggert. */ |
| 22 | 22 | ||
diff --git a/lib/fpending.c b/lib/fpending.c index 02602a1c27f..5811a4a7475 100644 --- a/lib/fpending.c +++ b/lib/fpending.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Jim Meyering. */ | 18 | /* Written by Jim Meyering. */ |
| 19 | 19 | ||
diff --git a/lib/fpending.h b/lib/fpending.h index a901deee4b0..73c7d795c18 100644 --- a/lib/fpending.h +++ b/lib/fpending.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | Written by Jim Meyering. */ | 19 | Written by Jim Meyering. */ |
| 20 | 20 | ||
diff --git a/lib/fstatat.c b/lib/fstatat.c index 70799bebcd3..d09add037fa 100644 --- a/lib/fstatat.c +++ b/lib/fstatat.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert and Jim Meyering. */ | 18 | /* Written by Paul Eggert and Jim Meyering. */ |
| 19 | 19 | ||
diff --git a/lib/fsync.c b/lib/fsync.c index 5a4945ef2bf..a52e6642f91 100644 --- a/lib/fsync.c +++ b/lib/fsync.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | General Public License for more details. | 20 | General Public License for more details. |
| 21 | 21 | ||
| 22 | You should have received a copy of the GNU General Public License | 22 | You should have received a copy of the GNU General Public License |
| 23 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 23 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 24 | 24 | ||
| 25 | #include <config.h> | 25 | #include <config.h> |
| 26 | #include <unistd.h> | 26 | #include <unistd.h> |
diff --git a/lib/ftoastr.c b/lib/ftoastr.c index f2434161db8..029e797b796 100644 --- a/lib/ftoastr.c +++ b/lib/ftoastr.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/ftoastr.h b/lib/ftoastr.h index 74a855ac21a..3ee05a30335 100644 --- a/lib/ftoastr.h +++ b/lib/ftoastr.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/get-permissions.c b/lib/get-permissions.c index dc77748af19..c54d71c1c56 100644 --- a/lib/get-permissions.c +++ b/lib/get-permissions.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ | 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ |
| 19 | 19 | ||
diff --git a/lib/getdtablesize.c b/lib/getdtablesize.c index a0928630fa5..d0a5ecaf5d6 100644 --- a/lib/getdtablesize.c +++ b/lib/getdtablesize.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #include <config.h> | 18 | #include <config.h> |
| 19 | 19 | ||
diff --git a/lib/getgroups.c b/lib/getgroups.c index dce0f2d0034..52473a5a230 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Jim Meyering */ | 18 | /* written by Jim Meyering */ |
| 19 | 19 | ||
diff --git a/lib/getloadavg.c b/lib/getloadavg.c index 0fe23bb9a59..5f2dfabb6fd 100644 --- a/lib/getloadavg.c +++ b/lib/getloadavg.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 20 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 21 | 21 | ||
| 22 | /* Compile-time symbols that this file uses: | 22 | /* Compile-time symbols that this file uses: |
| 23 | 23 | ||
diff --git a/lib/getopt-cdefs.in.h b/lib/getopt-cdefs.in.h index c71a4f11f64..21d847b8c3d 100644 --- a/lib/getopt-cdefs.in.h +++ b/lib/getopt-cdefs.in.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public | 17 | You should have received a copy of the GNU General Public |
| 18 | License along with gnulib; if not, see | 18 | License along with gnulib; if not, see |
| 19 | <http://www.gnu.org/licenses/>. */ | 19 | <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #ifndef _GETOPT_CDEFS_H | 21 | #ifndef _GETOPT_CDEFS_H |
| 22 | #define _GETOPT_CDEFS_H 1 | 22 | #define _GETOPT_CDEFS_H 1 |
diff --git a/lib/getopt-core.h b/lib/getopt-core.h index d315891aefd..ec0734c7230 100644 --- a/lib/getopt-core.h +++ b/lib/getopt-core.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with the GNU C Library; if not, see | 17 | License along with the GNU C Library; if not, see |
| 18 | <http://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _GETOPT_CORE_H | 20 | #ifndef _GETOPT_CORE_H |
| 21 | #define _GETOPT_CORE_H 1 | 21 | #define _GETOPT_CORE_H 1 |
diff --git a/lib/getopt-ext.h b/lib/getopt-ext.h index e4da22f54f5..4cdbfb0e7a5 100644 --- a/lib/getopt-ext.h +++ b/lib/getopt-ext.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with the GNU C Library; if not, see | 17 | License along with the GNU C Library; if not, see |
| 18 | <http://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _GETOPT_EXT_H | 20 | #ifndef _GETOPT_EXT_H |
| 21 | #define _GETOPT_EXT_H 1 | 21 | #define _GETOPT_EXT_H 1 |
diff --git a/lib/getopt-pfx-core.h b/lib/getopt-pfx-core.h index db5f15c22d7..2ede4bbffef 100644 --- a/lib/getopt-pfx-core.h +++ b/lib/getopt-pfx-core.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public | 17 | You should have received a copy of the GNU General Public |
| 18 | License along with gnulib; if not, see | 18 | License along with gnulib; if not, see |
| 19 | <http://www.gnu.org/licenses/>. */ | 19 | <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #ifndef _GETOPT_PFX_CORE_H | 21 | #ifndef _GETOPT_PFX_CORE_H |
| 22 | #define _GETOPT_PFX_CORE_H 1 | 22 | #define _GETOPT_PFX_CORE_H 1 |
diff --git a/lib/getopt-pfx-ext.h b/lib/getopt-pfx-ext.h index 91f4df1720f..16d9634e8c9 100644 --- a/lib/getopt-pfx-ext.h +++ b/lib/getopt-pfx-ext.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public | 17 | You should have received a copy of the GNU General Public |
| 18 | License along with gnulib; if not, see | 18 | License along with gnulib; if not, see |
| 19 | <http://www.gnu.org/licenses/>. */ | 19 | <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #ifndef _GETOPT_PFX_EXT_H | 21 | #ifndef _GETOPT_PFX_EXT_H |
| 22 | #define _GETOPT_PFX_EXT_H 1 | 22 | #define _GETOPT_PFX_EXT_H 1 |
diff --git a/lib/getopt.c b/lib/getopt.c index 9a2867db277..b0cc35bfb1b 100644 --- a/lib/getopt.c +++ b/lib/getopt.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with the GNU C Library; if not, see | 17 | License along with the GNU C Library; if not, see |
| 18 | <http://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _LIBC | 20 | #ifndef _LIBC |
| 21 | # include <config.h> | 21 | # include <config.h> |
diff --git a/lib/getopt.in.h b/lib/getopt.in.h index 4ce1eb485af..908f84166af 100644 --- a/lib/getopt.in.h +++ b/lib/getopt.in.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | General Public License for more details. | 16 | General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public | 18 | You should have received a copy of the GNU General Public |
| 19 | License along with gnulib; if not, see <http://www.gnu.org/licenses/>. */ | 19 | License along with gnulib; if not, see <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #ifndef _@GUARD_PREFIX@_GETOPT_H | 21 | #ifndef _@GUARD_PREFIX@_GETOPT_H |
| 22 | 22 | ||
diff --git a/lib/getopt1.c b/lib/getopt1.c index 2bc5926016a..d689f4ce67a 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with the GNU C Library; if not, see | 17 | License along with the GNU C Library; if not, see |
| 18 | <http://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _LIBC | 20 | #ifndef _LIBC |
| 21 | # include <config.h> | 21 | # include <config.h> |
diff --git a/lib/getopt_.h b/lib/getopt_.h deleted file mode 100644 index 7c77a1c8d4f..00000000000 --- a/lib/getopt_.h +++ /dev/null | |||
| @@ -1,285 +0,0 @@ | |||
| 1 | /* Declarations for getopt. | ||
| 2 | Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2017 Free | ||
| 3 | Software Foundation, Inc. | ||
| 4 | This file is part of the GNU C Library. | ||
| 5 | |||
| 6 | This program is free software: you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation; either version 3 of the License, or | ||
| 9 | (at your option) any later version. | ||
| 10 | |||
| 11 | This program is distributed in the hope that it will be useful, | ||
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | GNU General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | ||
| 18 | |||
| 19 | #ifndef _GL_GETOPT_H | ||
| 20 | |||
| 21 | #if __GNUC__ >= 3 | ||
| 22 | #pragma GCC system_header | ||
| 23 | #endif | ||
| 24 | |||
| 25 | |||
| 26 | /* The include_next requires a split double-inclusion guard. We must | ||
| 27 | also inform the replacement unistd.h to not recursively use | ||
| 28 | <getopt.h>; our definitions will be present soon enough. */ | ||
| 29 | #if HAVE_GETOPT_H | ||
| 30 | # define _GL_SYSTEM_GETOPT | ||
| 31 | # ifndef __GNUC__ | ||
| 32 | # include <next_getopt.h> | ||
| 33 | # else | ||
| 34 | # include_next <getopt.h> | ||
| 35 | # endif | ||
| 36 | # undef _GL_SYSTEM_GETOPT | ||
| 37 | #endif | ||
| 38 | |||
| 39 | #ifndef _GL_GETOPT_H | ||
| 40 | |||
| 41 | #ifndef __need_getopt | ||
| 42 | # define _GL_GETOPT_H 1 | ||
| 43 | #endif | ||
| 44 | |||
| 45 | /* Standalone applications should #define __GETOPT_PREFIX to an | ||
| 46 | identifier that prefixes the external functions and variables | ||
| 47 | defined in this header. When this happens, include the | ||
| 48 | headers that might declare getopt so that they will not cause | ||
| 49 | confusion if included after this file (if the system had <getopt.h>, | ||
| 50 | we have already included it). Then systematically rename | ||
| 51 | identifiers so that they do not collide with the system functions | ||
| 52 | and variables. Renaming avoids problems with some compilers and | ||
| 53 | linkers. */ | ||
| 54 | #if defined __GETOPT_PREFIX && !defined __need_getopt | ||
| 55 | # if !HAVE_GETOPT_H | ||
| 56 | # define __need_system_stdlib_h | ||
| 57 | # include <stdlib.h> | ||
| 58 | # undef __need_system_stdlib_h | ||
| 59 | # include <stdio.h> | ||
| 60 | # include <unistd.h> | ||
| 61 | # endif | ||
| 62 | # undef __need_getopt | ||
| 63 | # undef getopt | ||
| 64 | # undef getopt_long | ||
| 65 | # undef getopt_long_only | ||
| 66 | # undef optarg | ||
| 67 | # undef opterr | ||
| 68 | # undef optind | ||
| 69 | # undef optopt | ||
| 70 | # undef option | ||
| 71 | # define __GETOPT_CONCAT(x, y) x ## y | ||
| 72 | # define __GETOPT_XCONCAT(x, y) __GETOPT_CONCAT (x, y) | ||
| 73 | # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y) | ||
| 74 | # define getopt __GETOPT_ID (getopt) | ||
| 75 | # define getopt_long __GETOPT_ID (getopt_long) | ||
| 76 | # define getopt_long_only __GETOPT_ID (getopt_long_only) | ||
| 77 | # define optarg __GETOPT_ID (optarg) | ||
| 78 | # define opterr __GETOPT_ID (opterr) | ||
| 79 | # define optind __GETOPT_ID (optind) | ||
| 80 | # define optopt __GETOPT_ID (optopt) | ||
| 81 | # define option __GETOPT_ID (option) | ||
| 82 | # define _getopt_internal __GETOPT_ID (getopt_internal) | ||
| 83 | #endif | ||
| 84 | |||
| 85 | /* Standalone applications get correct prototypes for getopt_long and | ||
| 86 | getopt_long_only; they declare "char **argv". libc uses prototypes | ||
| 87 | with "char *const *argv" that are incorrect because getopt_long and | ||
| 88 | getopt_long_only can permute argv; this is required for backward | ||
| 89 | compatibility (e.g., for LSB 2.0.1). | ||
| 90 | |||
| 91 | This used to be '#if defined __GETOPT_PREFIX && !defined __need_getopt', | ||
| 92 | but it caused redefinition warnings if both unistd.h and getopt.h were | ||
| 93 | included, since unistd.h includes getopt.h having previously defined | ||
| 94 | __need_getopt. | ||
| 95 | |||
| 96 | The only place where __getopt_argv_const is used is in definitions | ||
| 97 | of getopt_long and getopt_long_only below, but these are visible | ||
| 98 | only if __need_getopt is not defined, so it is quite safe to rewrite | ||
| 99 | the conditional as follows: | ||
| 100 | */ | ||
| 101 | #if !defined __need_getopt | ||
| 102 | # if defined __GETOPT_PREFIX | ||
| 103 | # define __getopt_argv_const /* empty */ | ||
| 104 | # else | ||
| 105 | # define __getopt_argv_const const | ||
| 106 | # endif | ||
| 107 | #endif | ||
| 108 | |||
| 109 | /* If __GNU_LIBRARY__ is not already defined, either we are being used | ||
| 110 | standalone, or this is the first header included in the source file. | ||
| 111 | If we are being used with glibc, we need to include <features.h>, but | ||
| 112 | that does not exist if we are standalone. So: if __GNU_LIBRARY__ is | ||
| 113 | not defined, include <ctype.h>, which will pull in <features.h> for us | ||
| 114 | if it's from glibc. (Why ctype.h? It's guaranteed to exist and it | ||
| 115 | doesn't flood the namespace with stuff the way some other headers do.) */ | ||
| 116 | #if !defined __GNU_LIBRARY__ | ||
| 117 | # include <ctype.h> | ||
| 118 | #endif | ||
| 119 | |||
| 120 | #ifndef __THROW | ||
| 121 | # ifndef __GNUC_PREREQ | ||
| 122 | # define __GNUC_PREREQ(maj, min) (0) | ||
| 123 | # endif | ||
| 124 | # if defined __cplusplus && __GNUC_PREREQ (2,8) | ||
| 125 | # define __THROW throw () | ||
| 126 | # else | ||
| 127 | # define __THROW | ||
| 128 | # endif | ||
| 129 | #endif | ||
| 130 | |||
| 131 | /* The definition of _GL_ARG_NONNULL is copied here. */ | ||
| 132 | /* A C macro for declaring that specific arguments must not be NULL. | ||
| 133 | Copyright (C) 2009-2017 Free Software Foundation, Inc. | ||
| 134 | |||
| 135 | This program is free software: you can redistribute it and/or modify it | ||
| 136 | under the terms of the GNU General Public License as published | ||
| 137 | by the Free Software Foundation; either version 3 of the License, or | ||
| 138 | (at your option) any later version. | ||
| 139 | |||
| 140 | This program is distributed in the hope that it will be useful, | ||
| 141 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 142 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 143 | General Public License for more details. | ||
| 144 | |||
| 145 | You should have received a copy of the GNU General Public License | ||
| 146 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | ||
| 147 | |||
| 148 | /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools | ||
| 149 | that the values passed as arguments n, ..., m must be non-NULL pointers. | ||
| 150 | n = 1 stands for the first argument, n = 2 for the second argument etc. */ | ||
| 151 | #ifndef _GL_ARG_NONNULL | ||
| 152 | # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 | ||
| 153 | # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) | ||
| 154 | # else | ||
| 155 | # define _GL_ARG_NONNULL(params) | ||
| 156 | # endif | ||
| 157 | #endif | ||
| 158 | |||
| 159 | #ifdef __cplusplus | ||
| 160 | extern "C" { | ||
| 161 | #endif | ||
| 162 | |||
| 163 | /* For communication from 'getopt' to the caller. | ||
| 164 | When 'getopt' finds an option that takes an argument, | ||
| 165 | the argument value is returned here. | ||
| 166 | Also, when 'ordering' is RETURN_IN_ORDER, | ||
| 167 | each non-option ARGV-element is returned here. */ | ||
| 168 | |||
| 169 | extern char *optarg; | ||
| 170 | |||
| 171 | /* Index in ARGV of the next element to be scanned. | ||
| 172 | This is used for communication to and from the caller | ||
| 173 | and for communication between successive calls to 'getopt'. | ||
| 174 | |||
| 175 | On entry to 'getopt', zero means this is the first call; initialize. | ||
| 176 | |||
| 177 | When 'getopt' returns -1, this is the index of the first of the | ||
| 178 | non-option elements that the caller should itself scan. | ||
| 179 | |||
| 180 | Otherwise, 'optind' communicates from one call to the next | ||
| 181 | how much of ARGV has been scanned so far. */ | ||
| 182 | |||
| 183 | extern int optind; | ||
| 184 | |||
| 185 | /* Callers store zero here to inhibit the error message 'getopt' prints | ||
| 186 | for unrecognized options. */ | ||
| 187 | |||
| 188 | extern int opterr; | ||
| 189 | |||
| 190 | /* Set to an option character which was unrecognized. */ | ||
| 191 | |||
| 192 | extern int optopt; | ||
| 193 | |||
| 194 | #ifndef __need_getopt | ||
| 195 | /* Describe the long-named options requested by the application. | ||
| 196 | The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector | ||
| 197 | of 'struct option' terminated by an element containing a name which is | ||
| 198 | zero. | ||
| 199 | |||
| 200 | The field 'has_arg' is: | ||
| 201 | no_argument (or 0) if the option does not take an argument, | ||
| 202 | required_argument (or 1) if the option requires an argument, | ||
| 203 | optional_argument (or 2) if the option takes an optional argument. | ||
| 204 | |||
| 205 | If the field 'flag' is not NULL, it points to a variable that is set | ||
| 206 | to the value given in the field 'val' when the option is found, but | ||
| 207 | left unchanged if the option is not found. | ||
| 208 | |||
| 209 | To have a long-named option do something other than set an 'int' to | ||
| 210 | a compiled-in constant, such as set a value from 'optarg', set the | ||
| 211 | option's 'flag' field to zero and its 'val' field to a nonzero | ||
| 212 | value (the equivalent single-letter option character, if there is | ||
| 213 | one). For long options that have a zero 'flag' field, 'getopt' | ||
| 214 | returns the contents of the 'val' field. */ | ||
| 215 | |||
| 216 | # if !GNULIB_defined_struct_option | ||
| 217 | struct option | ||
| 218 | { | ||
| 219 | const char *name; | ||
| 220 | /* has_arg can't be an enum because some compilers complain about | ||
| 221 | type mismatches in all the code that assumes it is an int. */ | ||
| 222 | int has_arg; | ||
| 223 | int *flag; | ||
| 224 | int val; | ||
| 225 | }; | ||
| 226 | # define GNULIB_defined_struct_option 1 | ||
| 227 | # endif | ||
| 228 | |||
| 229 | /* Names for the values of the 'has_arg' field of 'struct option'. */ | ||
| 230 | |||
| 231 | # define no_argument 0 | ||
| 232 | # define required_argument 1 | ||
| 233 | # define optional_argument 2 | ||
| 234 | #endif /* need getopt */ | ||
| 235 | |||
| 236 | |||
| 237 | /* Get definitions and prototypes for functions to process the | ||
| 238 | arguments in ARGV (ARGC of them, minus the program name) for | ||
| 239 | options given in OPTS. | ||
| 240 | |||
| 241 | Return the option character from OPTS just read. Return -1 when | ||
| 242 | there are no more options. For unrecognized options, or options | ||
| 243 | missing arguments, 'optopt' is set to the option letter, and '?' is | ||
| 244 | returned. | ||
| 245 | |||
| 246 | The OPTS string is a list of characters which are recognized option | ||
| 247 | letters, optionally followed by colons, specifying that that letter | ||
| 248 | takes an argument, to be placed in 'optarg'. | ||
| 249 | |||
| 250 | If a letter in OPTS is followed by two colons, its argument is | ||
| 251 | optional. This behavior is specific to the GNU 'getopt'. | ||
| 252 | |||
| 253 | The argument '--' causes premature termination of argument | ||
| 254 | scanning, explicitly telling 'getopt' that there are no more | ||
| 255 | options. | ||
| 256 | |||
| 257 | If OPTS begins with '-', then non-option arguments are treated as | ||
| 258 | arguments to the option '\1'. This behavior is specific to the GNU | ||
| 259 | 'getopt'. If OPTS begins with '+', or POSIXLY_CORRECT is set in | ||
| 260 | the environment, then do not permute arguments. */ | ||
| 261 | |||
| 262 | extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) | ||
| 263 | __THROW _GL_ARG_NONNULL ((2, 3)); | ||
| 264 | |||
| 265 | #ifndef __need_getopt | ||
| 266 | extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv, | ||
| 267 | const char *__shortopts, | ||
| 268 | const struct option *__longopts, int *__longind) | ||
| 269 | __THROW _GL_ARG_NONNULL ((2, 3)); | ||
| 270 | extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, | ||
| 271 | const char *__shortopts, | ||
| 272 | const struct option *__longopts, int *__longind) | ||
| 273 | __THROW _GL_ARG_NONNULL ((2, 3)); | ||
| 274 | |||
| 275 | #endif | ||
| 276 | |||
| 277 | #ifdef __cplusplus | ||
| 278 | } | ||
| 279 | #endif | ||
| 280 | |||
| 281 | /* Make sure we later can get all the definitions and declarations. */ | ||
| 282 | #undef __need_getopt | ||
| 283 | |||
| 284 | #endif /* _GL_GETOPT_H */ | ||
| 285 | #endif /* _GL_GETOPT_H */ | ||
diff --git a/lib/getopt_int.h b/lib/getopt_int.h index a5562195123..e33856ce9b9 100644 --- a/lib/getopt_int.h +++ b/lib/getopt_int.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with the GNU C Library; if not, see | 17 | License along with the GNU C Library; if not, see |
| 18 | <http://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _GETOPT_INT_H | 20 | #ifndef _GETOPT_INT_H |
| 21 | #define _GETOPT_INT_H 1 | 21 | #define _GETOPT_INT_H 1 |
diff --git a/lib/gettext.h b/lib/gettext.h index 742ce37e6ce..f6150be6523 100644 --- a/lib/gettext.h +++ b/lib/gettext.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License along | 15 | You should have received a copy of the GNU General Public License along |
| 16 | with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef _LIBGETTEXT_H | 18 | #ifndef _LIBGETTEXT_H |
| 19 | #define _LIBGETTEXT_H 1 | 19 | #define _LIBGETTEXT_H 1 |
diff --git a/lib/gettime.c b/lib/gettime.c index 4ae313e78ea..e5af26c9902 100644 --- a/lib/gettime.c +++ b/lib/gettime.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index 8ae7622af31..a11b1830c4c 100644 --- a/lib/gettimeofday.c +++ b/lib/gettimeofday.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Jim Meyering */ | 18 | /* written by Jim Meyering */ |
| 19 | 19 | ||
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index fdf87433e50..9500871b162 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
| 14 | # | 14 | # |
| 15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with this file. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with this file. If not, see <https://www.gnu.org/licenses/>. |
| 17 | # | 17 | # |
| 18 | # As a special exception to the GNU General Public License, | 18 | # As a special exception to the GNU General Public License, |
| 19 | # this file may be distributed as part of a program that | 19 | # this file may be distributed as part of a program that |
diff --git a/lib/group-member.c b/lib/group-member.c index 20f8ee8b67f..7c4ce496753 100644 --- a/lib/group-member.c +++ b/lib/group-member.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <config.h> | 19 | #include <config.h> |
| 20 | 20 | ||
diff --git a/lib/ignore-value.h b/lib/ignore-value.h index 2439d9506a7..8ef3fe782f7 100644 --- a/lib/ignore-value.h +++ b/lib/ignore-value.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Jim Meyering, Eric Blake and Pádraig Brady. */ | 18 | /* Written by Jim Meyering, Eric Blake and Pádraig Brady. */ |
| 19 | 19 | ||
diff --git a/lib/intprops.h b/lib/intprops.h index 28f43613fe2..400ba5b9123 100644 --- a/lib/intprops.h +++ b/lib/intprops.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/inttypes.in.h b/lib/inttypes.in.h index 69b12a839a8..e7357e96acc 100644 --- a/lib/inttypes.in.h +++ b/lib/inttypes.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* | 18 | /* |
| 19 | * ISO C 99 <inttypes.h> for platforms that lack it. | 19 | * ISO C 99 <inttypes.h> for platforms that lack it. |
diff --git a/lib/limits.in.h b/lib/limits.in.h index 08d3c328c4a..78dcf31037e 100644 --- a/lib/limits.in.h +++ b/lib/limits.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef _@GUARD_PREFIX@_LIMITS_H | 18 | #ifndef _@GUARD_PREFIX@_LIMITS_H |
| 19 | 19 | ||
diff --git a/lib/localtime-buffer.c b/lib/localtime-buffer.c index f84ad3e8238..c96c577ac1f 100644 --- a/lib/localtime-buffer.c +++ b/lib/localtime-buffer.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Jim Meyering */ | 18 | /* written by Jim Meyering */ |
| 19 | 19 | ||
diff --git a/lib/localtime-buffer.h b/lib/localtime-buffer.h index 483a579bda4..0a0389da073 100644 --- a/lib/localtime-buffer.h +++ b/lib/localtime-buffer.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Jim Meyering */ | 18 | /* written by Jim Meyering */ |
| 19 | 19 | ||
diff --git a/lib/lstat.c b/lib/lstat.c index f4dc43ec642..c721a4e641c 100644 --- a/lib/lstat.c +++ b/lib/lstat.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Jim Meyering */ | 18 | /* written by Jim Meyering */ |
| 19 | 19 | ||
| @@ -15,7 +15,7 @@ | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 18 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ | 20 | /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ |
| 21 | 21 | ||
| @@ -15,7 +15,7 @@ | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 18 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _MD5_H | 20 | #ifndef _MD5_H |
| 21 | #define _MD5_H 1 | 21 | #define _MD5_H 1 |
diff --git a/lib/memrchr.c b/lib/memrchr.c index fefe16cc517..29e56984cb1 100644 --- a/lib/memrchr.c +++ b/lib/memrchr.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | GNU General Public License for more details. | 20 | GNU General Public License for more details. |
| 21 | 21 | ||
| 22 | You should have received a copy of the GNU General Public License | 22 | You should have received a copy of the GNU General Public License |
| 23 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 23 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 24 | 24 | ||
| 25 | #if defined _LIBC | 25 | #if defined _LIBC |
| 26 | # include <memcopy.h> | 26 | # include <memcopy.h> |
diff --git a/lib/minmax.h b/lib/minmax.h index 6b602a94fdb..bbf14163c1b 100644 --- a/lib/minmax.h +++ b/lib/minmax.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef _MINMAX_H | 18 | #ifndef _MINMAX_H |
| 19 | #define _MINMAX_H | 19 | #define _MINMAX_H |
diff --git a/lib/mkostemp.c b/lib/mkostemp.c index 56c22a4464c..f1ce93babea 100644 --- a/lib/mkostemp.c +++ b/lib/mkostemp.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if !_LIBC | 18 | #if !_LIBC |
| 19 | # include <config.h> | 19 | # include <config.h> |
diff --git a/lib/mktime-internal.h b/lib/mktime-internal.h index 6c8b2e7f526..00e58abdd6c 100644 --- a/lib/mktime-internal.h +++ b/lib/mktime-internal.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public | 15 | You should have received a copy of the GNU General Public |
| 16 | License along with this program; if not, see | 16 | License along with this program; if not, see |
| 17 | <http://www.gnu.org/licenses/>. */ | 17 | <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #include <time.h> | 19 | #include <time.h> |
| 20 | 20 | ||
diff --git a/lib/mktime.c b/lib/mktime.c index 058ab65c03e..dd7f0a3ab34 100644 --- a/lib/mktime.c +++ b/lib/mktime.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public | 16 | You should have received a copy of the GNU General Public |
| 17 | License along with the GNU C Library; if not, see | 17 | License along with the GNU C Library; if not, see |
| 18 | <http://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* Define this to 1 to have a standalone program to test this implementation of | 20 | /* Define this to 1 to have a standalone program to test this implementation of |
| 21 | mktime. */ | 21 | mktime. */ |
diff --git a/lib/nstrftime.c b/lib/nstrftime.c index 99bee4ef978..8795cd729d7 100644 --- a/lib/nstrftime.c +++ b/lib/nstrftime.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public | 14 | You should have received a copy of the GNU General Public |
| 15 | License along with the GNU C Library; if not, see | 15 | License along with the GNU C Library; if not, see |
| 16 | <http://www.gnu.org/licenses/>. */ | 16 | <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifdef _LIBC | 18 | #ifdef _LIBC |
| 19 | # define USE_IN_EXTENDED_LOCALE_MODEL 1 | 19 | # define USE_IN_EXTENDED_LOCALE_MODEL 1 |
diff --git a/lib/open.c b/lib/open.c index c62f02b1452..b5452b56afd 100644 --- a/lib/open.c +++ b/lib/open.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* Written by Bruno Haible <bruno@clisp.org>, 2007. */ | 17 | /* Written by Bruno Haible <bruno@clisp.org>, 2007. */ |
| 18 | 18 | ||
diff --git a/lib/openat-priv.h b/lib/openat-priv.h index 2598719eccf..b5a411b944b 100644 --- a/lib/openat-priv.h +++ b/lib/openat-priv.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* written by Jim Meyering */ | 18 | /* written by Jim Meyering */ |
| 19 | 19 | ||
diff --git a/lib/openat-proc.c b/lib/openat-proc.c index 101449bbb7f..6d2b598c8b2 100644 --- a/lib/openat-proc.c +++ b/lib/openat-proc.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/openat.h b/lib/openat.h index a036081e0af..1c4f64a32ed 100644 --- a/lib/openat.h +++ b/lib/openat.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* written by Jim Meyering */ | 17 | /* written by Jim Meyering */ |
| 18 | 18 | ||
diff --git a/lib/pipe2.c b/lib/pipe2.c index 830f006bd36..741cee99ff6 100644 --- a/lib/pipe2.c +++ b/lib/pipe2.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License along | 14 | You should have received a copy of the GNU General Public License along |
| 15 | with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/pselect.c b/lib/pselect.c index 0c44ca9c0ff..2ea7c45307c 100644 --- a/lib/pselect.c +++ b/lib/pselect.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License along | 17 | You should have received a copy of the GNU General Public License along |
| 18 | with this program; if not, see <http://www.gnu.org/licenses/>. */ | 18 | with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* written by Paul Eggert */ | 20 | /* written by Paul Eggert */ |
| 21 | 21 | ||
diff --git a/lib/pthread_sigmask.c b/lib/pthread_sigmask.c index cb213303fbd..9ccf89b51fb 100644 --- a/lib/pthread_sigmask.c +++ b/lib/pthread_sigmask.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/putenv.c b/lib/putenv.c index b55e2620932..7831864478e 100644 --- a/lib/putenv.c +++ b/lib/putenv.c | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/lib/qcopy-acl.c b/lib/qcopy-acl.c index fdf0a052b98..003cb42b7db 100644 --- a/lib/qcopy-acl.c +++ b/lib/qcopy-acl.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ | 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ |
| 19 | 19 | ||
diff --git a/lib/readlink.c b/lib/readlink.c index bf0cedc5fa2..cd9604b224c 100644 --- a/lib/readlink.c +++ b/lib/readlink.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/readlinkat.c b/lib/readlinkat.c index 29a71ddfc27..c9880e1c704 100644 --- a/lib/readlinkat.c +++ b/lib/readlinkat.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* written by Eric Blake */ | 17 | /* written by Eric Blake */ |
| 18 | 18 | ||
diff --git a/lib/root-uid.h b/lib/root-uid.h index 3a0037a4863..4aa9dfe24f0 100644 --- a/lib/root-uid.h +++ b/lib/root-uid.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert. */ | 18 | Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/save-cwd.c b/lib/save-cwd.c index c1de48e87de..fbd944bb722 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Gnulib needs to save and restore the current working directory to | 19 | /* Gnulib needs to save and restore the current working directory to |
| 20 | fully emulate functions like fstatat. But Emacs doesn't care what | 20 | fully emulate functions like fstatat. But Emacs doesn't care what |
diff --git a/lib/save-cwd.h b/lib/save-cwd.h index d066a0e5644..577bc35dc07 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Written by Jim Meyering. */ | 19 | /* Written by Jim Meyering. */ |
| 20 | 20 | ||
diff --git a/lib/set-permissions.c b/lib/set-permissions.c index 75bb2dcce42..b30841fca40 100644 --- a/lib/set-permissions.c +++ b/lib/set-permissions.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ | 18 | Written by Paul Eggert, Andreas Grünbacher, and Bruno Haible. */ |
| 19 | 19 | ||
diff --git a/lib/sha1.c b/lib/sha1.c index a57814131d6..ca3eabc45e7 100644 --- a/lib/sha1.c +++ b/lib/sha1.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Written by Scott G. Miller | 19 | /* Written by Scott G. Miller |
| 20 | Credits: | 20 | Credits: |
diff --git a/lib/sha1.h b/lib/sha1.h index fcef9ce2c60..dd48889fa4c 100644 --- a/lib/sha1.h +++ b/lib/sha1.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef SHA1_H | 19 | #ifndef SHA1_H |
| 20 | # define SHA1_H 1 | 20 | # define SHA1_H 1 |
diff --git a/lib/sha256.c b/lib/sha256.c index c0fb8beecfe..449a9b7b712 100644 --- a/lib/sha256.c +++ b/lib/sha256.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Written by David Madore, considerably copypasting from | 19 | /* Written by David Madore, considerably copypasting from |
| 20 | Scott G. Miller's sha1.c | 20 | Scott G. Miller's sha1.c |
diff --git a/lib/sha256.h b/lib/sha256.h index 348b76ef265..b998aa4b634 100644 --- a/lib/sha256.h +++ b/lib/sha256.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef SHA256_H | 18 | #ifndef SHA256_H |
| 19 | # define SHA256_H 1 | 19 | # define SHA256_H 1 |
diff --git a/lib/sha512.c b/lib/sha512.c index dbde67183b7..e666231148e 100644 --- a/lib/sha512.c +++ b/lib/sha512.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Written by David Madore, considerably copypasting from | 19 | /* Written by David Madore, considerably copypasting from |
| 20 | Scott G. Miller's sha1.c | 20 | Scott G. Miller's sha1.c |
diff --git a/lib/sha512.h b/lib/sha512.h index 4460e6c9b76..70a3f9ad6cb 100644 --- a/lib/sha512.h +++ b/lib/sha512.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef SHA512_H | 18 | #ifndef SHA512_H |
| 19 | # define SHA512_H 1 | 19 | # define SHA512_H 1 |
diff --git a/lib/sig2str.c b/lib/sig2str.c index c50c612b397..a3ed970063e 100644 --- a/lib/sig2str.c +++ b/lib/sig2str.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/sig2str.h b/lib/sig2str.h index 9bec78ed6af..4e43ea404c1 100644 --- a/lib/sig2str.h +++ b/lib/sig2str.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/signal.in.h b/lib/signal.in.h index 1ffba37e239..1d8ebfa57e7 100644 --- a/lib/signal.in.h +++ b/lib/signal.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if __GNUC__ >= 3 | 18 | #if __GNUC__ >= 3 |
| 19 | @PRAGMA_SYSTEM_HEADER@ | 19 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/stat-time.h b/lib/stat-time.h index 9e45e855655..47a3bf8f21e 100644 --- a/lib/stat-time.h +++ b/lib/stat-time.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/stdalign.in.h b/lib/stdalign.in.h index ea248231701..68e889e053c 100644 --- a/lib/stdalign.in.h +++ b/lib/stdalign.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert and Bruno Haible. */ | 18 | /* Written by Paul Eggert and Bruno Haible. */ |
| 19 | 19 | ||
| @@ -53,7 +53,7 @@ | |||
| 53 | #undef _Alignof | 53 | #undef _Alignof |
| 54 | 54 | ||
| 55 | /* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023 | 55 | /* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023 |
| 56 | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */ | 56 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */ |
| 57 | #if (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112 \ | 57 | #if (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112 \ |
| 58 | || (defined __GNUC__ && __GNUC__ < 4 + (__GNUC_MINOR__ < 9))) | 58 | || (defined __GNUC__ && __GNUC__ < 4 + (__GNUC_MINOR__ < 9))) |
| 59 | # ifdef __cplusplus | 59 | # ifdef __cplusplus |
diff --git a/lib/stddef.in.h b/lib/stddef.in.h index 16e72bd1e0d..758ccf63386 100644 --- a/lib/stddef.in.h +++ b/lib/stddef.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Eric Blake. */ | 18 | /* Written by Eric Blake. */ |
| 19 | 19 | ||
diff --git a/lib/stdint.in.h b/lib/stdint.in.h index 5fbec34310f..df8b37d3d49 100644 --- a/lib/stdint.in.h +++ b/lib/stdint.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* | 18 | /* |
| 19 | * ISO C 99 <stdint.h> for platforms that lack it. | 19 | * ISO C 99 <stdint.h> for platforms that lack it. |
diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h index d5b5943fd7c..0d606c19c84 100644 --- a/lib/stdio-impl.h +++ b/lib/stdio-impl.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* Many stdio implementations have the same logic and therefore can share | 17 | /* Many stdio implementations have the same logic and therefore can share |
| 18 | the same implementation of stdio extension API, except that some fields | 18 | the same implementation of stdio extension API, except that some fields |
diff --git a/lib/stdio.in.h b/lib/stdio.in.h index b714c54a544..5cf31319d9f 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if __GNUC__ >= 3 | 18 | #if __GNUC__ >= 3 |
| 19 | @PRAGMA_SYSTEM_HEADER@ | 19 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index ef41c992df5..d5fa02b57ab 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if __GNUC__ >= 3 | 18 | #if __GNUC__ >= 3 |
| 19 | @PRAGMA_SYSTEM_HEADER@ | 19 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/stpcpy.c b/lib/stpcpy.c index 154d95f89eb..079599db868 100644 --- a/lib/stpcpy.c +++ b/lib/stpcpy.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/lib/strftime.h b/lib/strftime.h index 27a8d624125..9d91e5139cd 100644 --- a/lib/strftime.h +++ b/lib/strftime.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #include <time.h> | 18 | #include <time.h> |
| 19 | 19 | ||
diff --git a/lib/string.in.h b/lib/string.in.h index aaff5638d0f..0e0e0c51f5e 100644 --- a/lib/string.in.h +++ b/lib/string.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if __GNUC__ >= 3 | 18 | #if __GNUC__ >= 3 |
| 19 | @PRAGMA_SYSTEM_HEADER@ | 19 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/strtoimax.c b/lib/strtoimax.c index 3f31fe913ad..f7d46f040d7 100644 --- a/lib/strtoimax.c +++ b/lib/strtoimax.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* Written by Paul Eggert. */ | 19 | /* Written by Paul Eggert. */ |
| 20 | 20 | ||
diff --git a/lib/strtol.c b/lib/strtol.c index 751d1e0f1e8..1ef88700fca 100644 --- a/lib/strtol.c +++ b/lib/strtol.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 20 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 21 | 21 | ||
| 22 | #ifdef _LIBC | 22 | #ifdef _LIBC |
| 23 | # define USE_NUMBER_GROUPING | 23 | # define USE_NUMBER_GROUPING |
diff --git a/lib/strtoll.c b/lib/strtoll.c index d770e81db39..f6952f3cd23 100644 --- a/lib/strtoll.c +++ b/lib/strtoll.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #define QUAD 1 | 19 | #define QUAD 1 |
| 20 | 20 | ||
diff --git a/lib/symlink.c b/lib/symlink.c index 60d4c14feab..427f1f5f00c 100644 --- a/lib/symlink.c +++ b/lib/symlink.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #include <config.h> | 17 | #include <config.h> |
| 18 | 18 | ||
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h index 616e77dd4cf..3bda2122277 100644 --- a/lib/sys_select.in.h +++ b/lib/sys_select.in.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | # if __GNUC__ >= 3 | 17 | # if __GNUC__ >= 3 |
| 18 | @PRAGMA_SYSTEM_HEADER@ | 18 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h index 1831740900b..f0919e90d5c 100644 --- a/lib/sys_stat.in.h +++ b/lib/sys_stat.in.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* Written by Eric Blake, Paul Eggert, and Jim Meyering. */ | 17 | /* Written by Eric Blake, Paul Eggert, and Jim Meyering. */ |
| 18 | 18 | ||
diff --git a/lib/sys_time.in.h b/lib/sys_time.in.h index 57739bc4c56..8a3c87d11d8 100644 --- a/lib/sys_time.in.h +++ b/lib/sys_time.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/sys_types.in.h b/lib/sys_types.in.h index 3cea44884e3..b0d6132a163 100644 --- a/lib/sys_types.in.h +++ b/lib/sys_types.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if __GNUC__ >= 3 | 18 | #if __GNUC__ >= 3 |
| 19 | @PRAGMA_SYSTEM_HEADER@ | 19 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/tempname.c b/lib/tempname.c index c274b8dd4e1..2e3f95f3fb1 100644 --- a/lib/tempname.c +++ b/lib/tempname.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Extracted from glibc sysdeps/posix/tempname.c. See also tmpdir.c. */ | 18 | /* Extracted from glibc sysdeps/posix/tempname.c. See also tmpdir.c. */ |
| 19 | 19 | ||
diff --git a/lib/tempname.h b/lib/tempname.h index 1ca97484fb4..245c8161abe 100644 --- a/lib/tempname.h +++ b/lib/tempname.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* header written by Eric Blake */ | 18 | /* header written by Eric Blake */ |
| 19 | 19 | ||
diff --git a/lib/time-internal.h b/lib/time-internal.h index bf22834b2e1..8caf11d8746 100644 --- a/lib/time-internal.h +++ b/lib/time-internal.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License along | 15 | You should have received a copy of the GNU General Public License along |
| 16 | with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/time.in.h b/lib/time.in.h index f0c7ef86667..d210fbf80b1 100644 --- a/lib/time.in.h +++ b/lib/time.in.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #if __GNUC__ >= 3 | 18 | #if __GNUC__ >= 3 |
| 19 | @PRAGMA_SYSTEM_HEADER@ | 19 | @PRAGMA_SYSTEM_HEADER@ |
diff --git a/lib/time_r.c b/lib/time_r.c index 708a98b3241..8cf8329fe5d 100644 --- a/lib/time_r.c +++ b/lib/time_r.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License along | 15 | You should have received a copy of the GNU General Public License along |
| 16 | with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/time_rz.c b/lib/time_rz.c index 17bc11c20e9..ad02edb23cb 100644 --- a/lib/time_rz.c +++ b/lib/time_rz.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License along | 15 | You should have received a copy of the GNU General Public License along |
| 16 | with this program; if not, see <http://www.gnu.org/licenses/>. */ | 16 | with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/timegm.c b/lib/timegm.c index 957a3b830c9..1cabf648264 100644 --- a/lib/timegm.c +++ b/lib/timegm.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #ifndef _LIBC | 19 | #ifndef _LIBC |
| 20 | # include <config.h> | 20 | # include <config.h> |
diff --git a/lib/timespec-add.c b/lib/timespec-add.c index e6c87c65683..faa45829445 100644 --- a/lib/timespec-add.c +++ b/lib/timespec-add.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index 5d9276dd0f7..3872f1bc2db 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/timespec.h b/lib/timespec.h index f5d823aefe9..3831301578e 100644 --- a/lib/timespec.h +++ b/lib/timespec.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | #if ! defined TIMESPEC_H | 19 | #if ! defined TIMESPEC_H |
| 20 | # define TIMESPEC_H | 20 | # define TIMESPEC_H |
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/unistd.in.h b/lib/unistd.in.h index f366caffa55..8a383b3d016 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program; if not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | #ifndef _@GUARD_PREFIX@_UNISTD_H | 17 | #ifndef _@GUARD_PREFIX@_UNISTD_H |
| 18 | 18 | ||
diff --git a/lib/unlocked-io.h b/lib/unlocked-io.h index aaf60a0fb4e..be5d2b5d847 100644 --- a/lib/unlocked-io.h +++ b/lib/unlocked-io.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Jim Meyering. */ | 18 | /* Written by Jim Meyering. */ |
| 19 | 19 | ||
diff --git a/lib/utimens.c b/lib/utimens.c index ff4eab073c1..a5716ac8105 100644 --- a/lib/utimens.c +++ b/lib/utimens.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/utimens.h b/lib/utimens.h index 4d9c18edad1..f1dd9884dc1 100644 --- a/lib/utimens.h +++ b/lib/utimens.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert. */ | 18 | /* Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/verify.h b/lib/verify.h index dcba9c8cb0a..e0b48613374 100644 --- a/lib/verify.h +++ b/lib/verify.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ | 18 | /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ |
| 19 | 19 | ||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 17 | ||
| 18 | Written by Paul Eggert. */ | 18 | Written by Paul Eggert. */ |
| 19 | 19 | ||
diff --git a/lib/warn-on-use.h b/lib/warn-on-use.h index 3c0eb579fa2..cae8c3eec5c 100644 --- a/lib/warn-on-use.h +++ b/lib/warn-on-use.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | General Public License for more details. | 12 | General Public License for more details. |
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 16 | 16 | ||
| 17 | /* _GL_WARN_ON_USE (function, "literal string") issues a declaration | 17 | /* _GL_WARN_ON_USE (function, "literal string") issues a declaration |
| 18 | for FUNCTION which will then trigger a compiler warning containing | 18 | for FUNCTION which will then trigger a compiler warning containing |
diff --git a/lib/xalloc-oversized.h b/lib/xalloc-oversized.h index 2e09bab0be2..ae4fbc77f98 100644 --- a/lib/xalloc-oversized.h +++ b/lib/xalloc-oversized.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | #ifndef XALLOC_OVERSIZED_H_ | 18 | #ifndef XALLOC_OVERSIZED_H_ |
| 19 | #define XALLOC_OVERSIZED_H_ | 19 | #define XALLOC_OVERSIZED_H_ |