1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-08-08 18:22:09 +03:00

maint: update all copyright year number ranges

Update to latest gnulib with new copyright year.
Run "make update-copyright" and then...

* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Manually update copyright year,
until we fully sync with gnulib at a later stage.
* tests/sample-test: Adjust to use the single most recent year.
This commit is contained in:
Pádraig Brady
2023-01-01 14:50:15 +00:00
parent 0239f2a782
commit 01755d36e7
818 changed files with 818 additions and 818 deletions

View File

@@ -68,7 +68,7 @@ When sending messages to coreutils@gnu.org or bug-coreutils@gnu.org :
<!-- <!--
Copyright (C) 2017-2022 Free Software Foundation, Inc. Copyright (C) 2017-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -88,7 +88,7 @@ in this matter.
<!-- <!--
Copyright (C) 2017-2022 Free Software Foundation, Inc. Copyright (C) 2017-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
# Suppress valgrind diagnostics we don't care about. # Suppress valgrind diagnostics we don't care about.
# Copyright (C) 2003-2022 Free Software Foundation, Inc. # Copyright (C) 2003-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -617,7 +617,7 @@ and root only tests, is to follow these steps (requires lcov to be installed):
xdg-open doc/coverage/index.html xdg-open doc/coverage/index.html
======================================================================== ========================================================================
Copyright (C) 2009-2022 Free Software Foundation, Inc. Copyright (C) 2009-2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
# Make coreutils. -*-Makefile-*- # Make coreutils. -*-Makefile-*-
# Copyright (C) 1990-2022 Free Software Foundation, Inc. # Copyright (C) 1990-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

2
NEWS
View File

@@ -5505,7 +5505,7 @@ packages, see ./old/*/NEWS.
======================================================================== ========================================================================
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

2
README
View File

@@ -130,7 +130,7 @@ note that the range specifies every single year in that closed interval.
======================================================================== ========================================================================
Copyright (C) 1998-2022 Free Software Foundation, Inc. Copyright (C) 1998-2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -101,7 +101,7 @@ each program. One way to do this is to use vc-dwim
----- -----
Copyright (C) 2002-2022 Free Software Foundation, Inc. Copyright (C) 2002-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
#! /bin/bash #! /bin/bash
# Convert this package for use with valgrind. # Convert this package for use with valgrind.
# Copyright (C) 2002-2022 Free Software Foundation, Inc. # Copyright (C) 2002-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

2
TODO
View File

@@ -143,7 +143,7 @@ pr's use of nstrftime can make it malloc a very large (up to SIZE_MAX) buffer
----- -----
Copyright (C) 2002-2022 Free Software Foundation, Inc. Copyright (C) 2002-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -4,7 +4,7 @@ scriptversion=2022-06-04.00; # UTC
# Bootstrap this package from checked-out sources. # Bootstrap this package from checked-out sources.
# Copyright (C) 2003-2022 Free Software Foundation, Inc. # Copyright (C) 2003-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
# Bootstrap configuration. # Bootstrap configuration.
# Copyright (C) 2006-2022 Free Software Foundation, Inc. # Copyright (C) 2006-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

2
cfg.mk
View File

@@ -1,5 +1,5 @@
# Customize maint.mk -*- makefile -*- # Customize maint.mk -*- makefile -*-
# Copyright (C) 2003-2022 Free Software Foundation, Inc. # Copyright (C) 2003-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
# -*- autoconf -*- # -*- autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
# Copyright (C) 1991-2022 Free Software Foundation, Inc. # Copyright (C) 1991-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -147,7 +147,7 @@
This manual documents version @value{VERSION} of the GNU core This manual documents version @value{VERSION} of the GNU core
utilities, including the standard programs for text and file manipulation. utilities, including the standard programs for text and file manipulation.
Copyright @copyright{} 1994--2022 Free Software Foundation, Inc. Copyright @copyright{} 1994--2023 Free Software Foundation, Inc.
@quotation @quotation
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document

View File

@@ -1,7 +1,7 @@
# Make coreutils documentation. -*-Makefile-*- # Make coreutils documentation. -*-Makefile-*-
# This is included by the top-level Makefile.am. # This is included by the top-level Makefile.am.
# Copyright (C) 1995-2022 Free Software Foundation, Inc. # Copyright (C) 1995-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
@c File mode bits @c File mode bits
@c Copyright (C) 1994--2022 Free Software Foundation, Inc. @c Copyright (C) 1994--2023 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
@c GNU Version-sort ordering documentation @c GNU Version-sort ordering documentation
@c Copyright (C) 2019--2022 Free Software Foundation, Inc. @c Copyright (C) 2019--2023 Free Software Foundation, Inc.
@c Permission is granted to copy, distribute and/or modify this document @c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or @c under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
/* buffer-lcm.c - compute a good buffer size for dealing with two files /* buffer-lcm.c - compute a good buffer size for dealing with two files
Copyright (C) 2002-2022 Free Software Foundation, Inc. Copyright (C) 2002-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Convert string to double in the current locale, falling back on the C locale. /* Convert string to double in the current locale, falling back on the C locale.
Copyright 2019-2022 Free Software Foundation, Inc. Copyright 2019-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Declare an access pattern hint for files. /* Declare an access pattern hint for files.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Declare an access pattern hint for files. /* Declare an access pattern hint for files.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Invoke open, but return either a desired file descriptor or -1. /* Invoke open, but return either a desired file descriptor or -1.
Copyright (C) 2005-2022 Free Software Foundation, Inc. Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Invoke open, but return either a desired file descriptor or -1. /* Invoke open, but return either a desired file descriptor or -1.
Copyright (C) 2005-2022 Free Software Foundation, Inc. Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Barebones heap implementation supporting only insert and pop. /* Barebones heap implementation supporting only insert and pop.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Barebones heap implementation supporting only insert and pop. /* Barebones heap implementation supporting only insert and pop.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Align/Truncate a string in a given screen width /* Align/Truncate a string in a given screen width
Copyright (C) 2009-2022 Free Software Foundation, Inc. Copyright (C) 2009-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Align/Truncate a string in a given screen width /* Align/Truncate a string in a given screen width
Copyright (C) 2009-2022 Free Software Foundation, Inc. Copyright (C) 2009-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64. /* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
Copyright (C) 1999-2022 Free Software Foundation, Inc. Copyright (C) 1999-2023 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999 Colin Plumb. Copyright (C) 1997, 1998, 1999 Colin Plumb.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64. /* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
Copyright (C) 1999-2022 Free Software Foundation, Inc. Copyright (C) 1999-2023 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999 Colin Plumb. Copyright (C) 1997, 1998, 1999 Colin Plumb.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
/* Generate random integers. /* Generate random integers.
Copyright (C) 2006-2022 Free Software Foundation, Inc. Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Generate random integers. /* Generate random integers.
Copyright (C) 2006-2022 Free Software Foundation, Inc. Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Generate random permutations. /* Generate random permutations.
Copyright (C) 2006-2022 Free Software Foundation, Inc. Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Generate buffers of random data. /* Generate buffers of random data.
Copyright (C) 2006-2022 Free Software Foundation, Inc. Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Generate buffers of random data. /* Generate buffers of random data.
Copyright (C) 2006-2022 Free Software Foundation, Inc. Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* root-dev-ino.c -- get the device and inode numbers for '/'. /* root-dev-ino.c -- get the device and inode numbers for '/'.
Copyright (C) 2003-2022 Free Software Foundation, Inc. Copyright (C) 2003-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Root device and inode number checking. /* Root device and inode number checking.
Copyright (C) 2003-2022 Free Software Foundation, Inc. Copyright (C) 2003-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Include and determine availability of smack routines /* Include and determine availability of smack routines
Copyright (C) 2013-2022 Free Software Foundation, Inc. Copyright (C) 2013-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Compare integer strings. /* Compare integer strings.
Copyright (C) 2005-2022 Free Software Foundation, Inc. Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Compare numeric strings. This is an internal include file. /* Compare numeric strings. This is an internal include file.
Copyright (C) 1988-2022 Free Software Foundation, Inc. Copyright (C) 1988-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Compare numeric strings. /* Compare numeric strings.
Copyright (C) 2005-2022 Free Software Foundation, Inc. Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Target directory operands for coreutils /* Target directory operands for coreutils
Copyright 2004-2022 Free Software Foundation, Inc. Copyright 2004-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Target directory operands for coreutils /* Target directory operands for coreutils
Copyright 2022 Free Software Foundation, Inc. Copyright 2022-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Convert decimal strings with bounds checking and exit on error. /* Convert decimal strings with bounds checking and exit on error.
Copyright (C) 2014-2022 Free Software Foundation, Inc. Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Convert decimal strings with bounds checking and exit on error. /* Convert decimal strings with bounds checking and exit on error.
Copyright (C) 2014-2022 Free Software Foundation, Inc. Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* xfts.c -- a wrapper for fts_open /* xfts.c -- a wrapper for fts_open
Copyright (C) 2003-2022 Free Software Foundation, Inc. Copyright (C) 2003-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Test that fadvise works as advertised. /* Test that fadvise works as advertised.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Test that mbsalign works as advertised. /* Test that mbsalign works as advertised.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* Test the ISAAC or ISAAC64 pseudorandom number generator. /* Test the ISAAC or ISAAC64 pseudorandom number generator.
Copyright (C) 2010-2022 Free Software Foundation, Inc. Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
# This file is sourced by init.sh, *before* its initialization. # This file is sourced by init.sh, *before* its initialization.
# Copyright (C) 2010-2022 Free Software Foundation, Inc. # Copyright (C) 2010-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Exercise chdir-long's sample main program. # Exercise chdir-long's sample main program.
# Copyright (C) 2005-2022 Free Software Foundation, Inc. # Copyright (C) 2005-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
# boottime.m4 serial 4 # boottime.m4 serial 4
# Determine whether this system has infrastructure for obtaining the boot time. # Determine whether this system has infrastructure for obtaining the boot time.
# Copyright (C) 1996-2022 Free Software Foundation, Inc. # Copyright (C) 1996-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
#serial 27 #serial 27
# Check declarations for this package. # Check declarations for this package.
dnl Copyright (C) 1997-2022 Free Software Foundation, Inc. dnl Copyright (C) 1997-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,

View File

@@ -1,5 +1,5 @@
#serial 2 #serial 2
dnl Copyright (C) 2007-2022 Free Software Foundation, Inc. dnl Copyright (C) 2007-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it, dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved. dnl with or without modifications, as long as this notice is preserved.

View File

@@ -2,7 +2,7 @@
dnl Misc type-related macros for coreutils. dnl Misc type-related macros for coreutils.
# Copyright (C) 1998-2022 Free Software Foundation, Inc. # Copyright (C) 1998-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -7,7 +7,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
# directory of the coreutils package. # directory of the coreutils package.
# Copyright (C) 1998-2022 Free Software Foundation, Inc. # Copyright (C) 1998-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
# stat-prog.m4 serial 7 # stat-prog.m4 serial 7
# Record the prerequisites of src/stat.c from the coreutils package. # Record the prerequisites of src/stat.c from the coreutils package.
# Copyright (C) 2002-2022 Free Software Foundation, Inc. # Copyright (C) 2002-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
# xattr.m4 - check for Extended Attributes (Linux) # xattr.m4 - check for Extended Attributes (Linux)
# serial 4 # serial 4
# Copyright (C) 2003-2022 Free Software Foundation, Inc. # Copyright (C) 2003-2023 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 2018-2022 Free Software Foundation, Inc. '\" Copyright (C) 2018-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,7 +1,7 @@
# Make coreutils man pages. -*-Makefile-*- # Make coreutils man pages. -*-Makefile-*-
# This is included by the top-level Makefile.am. # This is included by the top-level Makefile.am.
# Copyright (C) 2002-2022 Free Software Foundation, Inc. # Copyright (C) 2002-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 2009-2022 Free Software Foundation, Inc. '\" Copyright (C) 2009-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,4 +1,4 @@
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc. '\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\" '\"
'\" This is free software. You may redistribute copies of it under the terms '\" This is free software. You may redistribute copies of it under the terms
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. '\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.

View File

@@ -1,5 +1,5 @@
# List of files which contain translatable strings. # List of files which contain translatable strings.
# Copyright (C) 1996-2022 Free Software Foundation, Inc. # Copyright (C) 1996-2023 Free Software Foundation, Inc.
# These are nominally temporary... # These are nominally temporary...
lib/argmatch.c lib/argmatch.c

View File

@@ -164,7 +164,7 @@ By adding the directory to your $PATH, older versions can be easily used:
======================================================================== ========================================================================
Copyright (C) 2019-2022 Free Software Foundation, Inc. Copyright (C) 2019-2023 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2019-2022 Free Software Foundation, Inc. # Copyright (C) 2019-2023 Free Software Foundation, Inc.
# #
# Copying and distribution of this file, with or without modification, # Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright # are permitted in any medium without royalty provided the copyright

View File

@@ -1,5 +1,5 @@
/* basename -- strip directory and suffix from file names /* basename -- strip directory and suffix from file names
Copyright (C) 1990-2022 Free Software Foundation, Inc. Copyright (C) 1990-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Base64, base32, and similar encoding/decoding strings or files. /* Base64, base32, and similar encoding/decoding strings or files.
Copyright (C) 2004-2022 Free Software Foundation, Inc. Copyright (C) 2004-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* cat -- concatenate files and print on the standard output. /* cat -- concatenate files and print on the standard output.
Copyright (C) 1988-2022 Free Software Foundation, Inc. Copyright (C) 1988-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* chcon -- change security context of files /* chcon -- change security context of files
Copyright (C) 2005-2022 Free Software Foundation, Inc. Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* chgrp -- change group ownership of files /* chgrp -- change group ownership of files
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* chmod -- change permission modes of files /* chmod -- change permission modes of files
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* chown-core.c -- core functions for changing ownership. /* chown-core.c -- core functions for changing ownership.
Copyright (C) 2000-2022 Free Software Foundation, Inc. Copyright (C) 2000-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* chown-core.h -- types and prototypes shared by chown and chgrp. /* chown-core.h -- types and prototypes shared by chown and chgrp.
Copyright (C) 2000-2022 Free Software Foundation, Inc. Copyright (C) 2000-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* chown -- change user and group ownership of files /* chown -- change user and group ownership of files
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* chroot -- run command or shell with special root directory /* chroot -- run command or shell with special root directory
Copyright (C) 1995-2022 Free Software Foundation, Inc. Copyright (C) 1995-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* cksum -- calculate and print POSIX checksums and sizes of files /* cksum -- calculate and print POSIX checksums and sizes of files
Copyright (C) 1992-2022 Free Software Foundation, Inc. Copyright (C) 1992-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* cksum -- calculate and print POSIX checksums and sizes of files /* cksum -- calculate and print POSIX checksums and sizes of files
Copyright (C) 1992-2022 Free Software Foundation, Inc. Copyright (C) 1992-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* comm -- compare two sorted files line by line. /* comm -- compare two sorted files line by line.
Copyright (C) 1986-2022 Free Software Foundation, Inc. Copyright (C) 1986-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* copy.c -- core functions for copying files and directories /* copy.c -- core functions for copying files and directories
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* core functions for copying files and directories /* core functions for copying files and directories
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* arch -- wrapper to uname with the right uname_mode. /* arch -- wrapper to uname with the right uname_mode.
Copyright (C) 2014-2022 Free Software Foundation, Inc. Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* dir -- wrapper to ls with the right ls_mode. /* dir -- wrapper to ls with the right ls_mode.
Copyright (C) 2014-2022 Free Software Foundation, Inc. Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* vdir -- wrapper to ls with the right ls_mode. /* vdir -- wrapper to ls with the right ls_mode.
Copyright (C) 2014-2022 Free Software Foundation, Inc. Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2014-2022 Free Software Foundation, Inc. /* Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* cp-hash.c -- file copying (hash search routines) /* cp-hash.c -- file copying (hash search routines)
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* cp.c -- file copying (main routines) /* cp.c -- file copying (main routines)
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* csplit - split a file into sections determined by context lines /* csplit - split a file into sections determined by context lines
Copyright (C) 1991-2022 Free Software Foundation, Inc. Copyright (C) 1991-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* cut - remove parts of lines of files /* cut - remove parts of lines of files
Copyright (C) 1997-2022 Free Software Foundation, Inc. Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1984 David M. Ihnat Copyright (C) 1984 David M. Ihnat
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/* date - print or set the system date and time /* date - print or set the system date and time
Copyright (C) 1989-2022 Free Software Foundation, Inc. Copyright (C) 1989-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
# dcgen -- convert dircolors.hin to dircolors.h. # dcgen -- convert dircolors.hin to dircolors.h.
# Copyright (C) 1996-2022 Free Software Foundation, Inc. # Copyright (C) 1996-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* dd -- convert a file while copying it. /* dd -- convert a file while copying it.
Copyright (C) 1985-2022 Free Software Foundation, Inc. Copyright (C) 1985-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* df - summarize free file system space /* df - summarize free file system space
Copyright (C) 1991-2022 Free Software Foundation, Inc. Copyright (C) 1991-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Report an error and exit. /* Report an error and exit.
Copyright 2016-2022 Free Software Foundation, Inc. Copyright 2016-2023 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* Compute checksums of files or strings. /* Compute checksums of files or strings.
Copyright (C) 1995-2022 Free Software Foundation, Inc. Copyright (C) 1995-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

Some files were not shown because too many files have changed in this diff Show More