From eeec2b5cd47cd0902e9907ab3904b4971acf4367 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 25 Sep 2022 10:48:34 +0100 Subject: Update gnulib --- bootstrap | 8 ++++---- gnulib | 2 +- lib/.gitignore | 6 ++++++ m4/.gitignore | 2 ++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/bootstrap b/bootstrap index 397a58e..b9326ba 100755 --- a/bootstrap +++ b/bootstrap @@ -12,7 +12,7 @@ # Copyright (C) 2010-2019 Bootstrap Authors # # This file is dual licensed under the terms of the MIT license -# , and GPL version 3 or later +# , and GPL version 2 or later # . You must apply one of # these licenses when using or redistributing this software or any of # the files within it. See the URLs above, or the file `LICENSE` @@ -238,7 +238,7 @@ scriptversion=2019-02-19.15; # UTC # Copyright (C) 2004-2019 Bootstrap Authors # # This file is dual licensed under the terms of the MIT license -# , and GPL version 3 or later +# , and GPL version 2 or later # . You must apply one of # these licenses when using or redistributing this software or any of # the files within it. See the URLs above, or the file `LICENSE` @@ -1663,7 +1663,7 @@ func_lt_ver () # Copyright (C) 2010-2019 Bootstrap Authors # # This file is dual licensed under the terms of the MIT license -# , and GPL version 3 or later +# , and GPL version 2 or later # . You must apply one of # these licenses when using or redistributing this software or any of # the files within it. See the URLs above, or the file `LICENSE` @@ -2348,7 +2348,7 @@ func_version () # Copyright (C) 2010-2019 Bootstrap Authors # # This file is dual licensed under the terms of the MIT license -# , and GPL version 3 or later +# , and GPL version 2 or later # . You must apply one of # these licenses when using or redistributing this software or any of # the files within it. See the URLs above, or the file `LICENSE` diff --git a/gnulib b/gnulib index b58bf6e..1c737f6 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit b58bf6ee39a6a114550a6bb68e7db5262c17f8bf +Subproject commit 1c737f6aff698c60bad509067b1b74fd7a919f3c diff --git a/lib/.gitignore b/lib/.gitignore index c55945c..447f711 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -44,3 +44,9 @@ /getopt_int.h /gettext.h /dummy.c +/assert.in.h +/limits.in.h +/stdalign.in.h +/stdint.in.h +/verify.h +/limits.h diff --git a/m4/.gitignore b/m4/.gitignore index 9df6a16..1a22f58 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -61,3 +61,5 @@ /getopt.m4 /pid_t.m4 /zzgnulib.m4 +/assert_h.m4 +/stdalign.m4 -- cgit v1.2.1