mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
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.
This commit is contained in:
2
tests/env/env-S-script.sh
vendored
2
tests/env/env-S-script.sh
vendored
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Test env -S in a #! line of a script.
|
||||
|
||||
# Copyright (C) 2018-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2018-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
|
||||
|
||||
2
tests/env/env-S.pl
vendored
2
tests/env/env-S.pl
vendored
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/perl
|
||||
# Test 'env -S' feature
|
||||
|
||||
# Copyright (C) 2018-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2018-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
|
||||
|
||||
2
tests/env/env-null.sh
vendored
2
tests/env/env-null.sh
vendored
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Verify behavior of env -0 and printenv -0.
|
||||
|
||||
# Copyright (C) 2009-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-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
|
||||
|
||||
2
tests/env/env-signal-handler.sh
vendored
2
tests/env/env-signal-handler.sh
vendored
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Test env --default-signal=PIPE feature.
|
||||
|
||||
# Copyright (C) 2019-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2019-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
|
||||
|
||||
2
tests/env/env.sh
vendored
2
tests/env/env.sh
vendored
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Verify behavior of env.
|
||||
|
||||
# Copyright (C) 2009-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-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
|
||||
|
||||
Reference in New Issue
Block a user