diff options
| author | Pádraig Brady <P@draigBrady.com> | 2025-01-01 09:14:56 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2025-01-01 09:33:08 +0000 |
| commit | 28b176085f04a6227d7fadd28a129b5cb02dfbf5 (patch) | |
| tree | e247a8e087372a04db734ad62107f2a8794d134e /tests/fmt | |
| parent | pwd: fix erroneous leading slash on some systems (diff) | |
| download | coreutils-28b176085f04a6227d7fadd28a129b5cb02dfbf5.tar.gz coreutils-28b176085f04a6227d7fadd28a129b5cb02dfbf5.zip | |
maint: update all copyright year number ranges
Update to latest gnulib with new copyright year.
Run "make update-copyright" and then...
* gnulib: Update included in this commit as copyright years
are the only change from the previous gnulib commit.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
* tests/sample-test: Adjust to use the single most recent year.
Diffstat (limited to 'tests/fmt')
| -rwxr-xr-x | tests/fmt/base.pl | 2 | ||||
| -rwxr-xr-x | tests/fmt/goal-option.sh | 2 | ||||
| -rwxr-xr-x | tests/fmt/long-line.sh | 2 | ||||
| -rwxr-xr-x | tests/fmt/non-space.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/fmt/base.pl b/tests/fmt/base.pl index 92dc01551..56274dfea 100755 --- a/tests/fmt/base.pl +++ b/tests/fmt/base.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Basic tests for "fmt". -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2025 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/tests/fmt/goal-option.sh b/tests/fmt/goal-option.sh index 61ce8cc2f..c371d77d5 100755 --- a/tests/fmt/goal-option.sh +++ b/tests/fmt/goal-option.sh @@ -1,7 +1,7 @@ #!/bin/sh # Exercise the fmt -g option. -# Copyright (C) 2012-2024 Free Software Foundation, Inc. +# Copyright (C) 2012-2025 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/tests/fmt/long-line.sh b/tests/fmt/long-line.sh index bf872f3d4..8d50757e7 100755 --- a/tests/fmt/long-line.sh +++ b/tests/fmt/long-line.sh @@ -1,7 +1,7 @@ #!/bin/sh # make sure fmt -s works even on long lines -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2025 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/tests/fmt/non-space.sh b/tests/fmt/non-space.sh index 7862748a5..64dd5072d 100755 --- a/tests/fmt/non-space.sh +++ b/tests/fmt/non-space.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test fmt space handling -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 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 |
