1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

maint: run 'make update-copyright'

This commit is contained in:
Collin Funk
2026-01-01 10:56:16 -08:00
parent cd08aa2056
commit 73d3a49f45
890 changed files with 890 additions and 890 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Basic tests for "install".
# Copyright (C) 1998-2025 Free Software Foundation, Inc.
# Copyright (C) 1998-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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Test -D option.
# Copyright (C) 2000-2025 Free Software Foundation, Inc.
# Copyright (C) 2000-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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that ginstall -d works with arguments specified with a trailing "/.".
# Copyright (C) 2005-2025 Free Software Foundation, Inc.
# Copyright (C) 2005-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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure "install -C" compares owner and group.
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure "install -C" compares SELinux context.
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure "install -C" works. (basic tests)
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-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

View File

@@ -2,7 +2,7 @@
# test 'install -Z -D' and 'install -Z -d'
# based on tests/mkdir/restorecon.sh
# Copyright (C) 2013-2025 Free Software Foundation, Inc.
# Copyright (C) 2013-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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure "install -s --strip-program=PROGRAM" uses the program to strip
# Copyright (C) 2008-2025 Free Software Foundation, Inc.
# Copyright (C) 2008-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

View File

@@ -2,7 +2,7 @@
# Ensure that 'install -s' doesn't infloop when its parent
# process traps CHLD signal.
# Copyright (C) 2004-2025 Free Software Foundation, Inc.
# Copyright (C) 2004-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