From: Collin Funk Date: Fri, 2 Jan 2026 04:43:17 +0000 (-0800) Subject: build: update gnulib submodule to latest X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3424ae3efa8b487f6327773e6f0554d1bfb33191;p=thirdparty%2Fcoreutils.git build: update gnulib submodule to latest * bootstrap: Update using './bootstrap --bootstrap-sync'. * tests/sample-test: Adjust to use the single most recent year. --- diff --git a/bootstrap b/bootstrap index 29070675b9..19f9424bb6 100755 --- a/bootstrap +++ b/bootstrap @@ -5,7 +5,7 @@ scriptversion=2025-06-10.02; # UTC -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ medir=`dirname "$me"` scriptlibversion=2025-12-04.19; # UTC -# Copyright (C) 2003-2025 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gnulib b/gnulib index 594d987680..8e8991c411 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 594d9876806a796e669d08730dab03b6bfedb29a +Subproject commit 8e8991c4115ae0274d481144ae6e6c0754642fb4 diff --git a/tests/sample-test b/tests/sample-test index b9014a850e..1a74bbd568 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -1,7 +1,7 @@ #!/bin/sh # FIXME -# Copyright (C) 2025-2026 Free Software Foundation, Inc. +# Copyright (C) 2026 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by