Update copyright years

* config.guess: Update copyright years.
* config.sub: Likewise.
* testsuite/config-guess.sh: Likewise.
* testsuite/config-sub.sh: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
This commit is contained in:
Dmitry V. Levin 2022-01-01 08:00:00 +00:00
parent ee98986410
commit dacec0cff2
6 changed files with 13 additions and 15 deletions

6
config.guess vendored
View File

@ -1,10 +1,10 @@
#! /bin/sh #! /bin/sh
# Attempt to guess a canonical system name. # Attempt to guess a canonical system name.
# Copyright 1992-2021 Free Software Foundation, Inc. # Copyright 1992-2022 Free Software Foundation, Inc.
# shellcheck disable=SC2006,SC2268 # see below for rationale # shellcheck disable=SC2006,SC2268 # see below for rationale
timestamp='2021-11-30' timestamp='2022-01-01'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -60,7 +60,7 @@ version="\
GNU config.guess ($timestamp) GNU config.guess ($timestamp)
Originally written by Per Bothner. Originally written by Per Bothner.
Copyright 1992-2021 Free Software Foundation, Inc. Copyright 1992-2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

6
config.sub vendored
View File

@ -1,10 +1,10 @@
#! /bin/sh #! /bin/sh
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2021 Free Software Foundation, Inc. # Copyright 1992-2022 Free Software Foundation, Inc.
# shellcheck disable=SC2006,SC2268 # see below for rationale # shellcheck disable=SC2006,SC2268 # see below for rationale
timestamp='2021-12-25' timestamp='2022-01-01'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -76,7 +76,7 @@ Report bugs and patches to <config-patches@gnu.org>."
version="\ version="\
GNU config.sub ($timestamp) GNU config.sub ($timestamp)
Copyright 1992-2021 Free Software Foundation, Inc. Copyright 1992-2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH CONFIG.GUESS "1" "November 2021" "GNU config.guess (2021-11-30)" "User Commands" .TH CONFIG.GUESS "1" "January 2022" "GNU config.guess (2022-01-01)" "User Commands"
.SH NAME .SH NAME
config.guess \- guess the build system triplet config.guess \- guess the build system triplet
.SH SYNOPSIS .SH SYNOPSIS
@ -41,7 +41,7 @@ Report bugs and patches to <config\-patches@gnu.org>.
.br .br
Originally written by Per Bothner. Originally written by Per Bothner.
.br .br
Copyright 1992\-2021 Free Software Foundation, Inc. Copyright 1992\-2022 Free Software Foundation, Inc.
.PP .PP
.br .br
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH CONFIG.SUB "1" "December 2021" "GNU config.sub (2021-12-25)" "User Commands" .TH CONFIG.SUB "1" "January 2022" "GNU config.sub (2022-01-01)" "User Commands"
.SH NAME .SH NAME
config.sub \- validate and canonicalize a configuration triplet config.sub \- validate and canonicalize a configuration triplet
.SH SYNOPSIS .SH SYNOPSIS
@ -20,7 +20,7 @@ print version number, then exit
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs and patches to <config\-patches@gnu.org>. Report bugs and patches to <config\-patches@gnu.org>.
.SH COPYRIGHT .SH COPYRIGHT
Copyright 1992\-2021 Free Software Foundation, Inc. Copyright 1992\-2022 Free Software Foundation, Inc.
.PP .PP
.br .br
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO

View File

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright 2004, 2005, 2009, 2012, 2015, 2018 Free Software # Copyright 2004-2022 Free Software Foundation, Inc.
# Foundation, Inc.
# Contributed by Ben Elliston <bje@gnu.org>. # Contributed by Ben Elliston <bje@gnu.org>.
# #
# This test reads 5-tuples from config-guess.data: the components of # This test reads 5-tuples from config-guess.data: the components of

View File

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright 2004, 2005, 2009, 2014, 2018 Free Software Foundation, # Copyright 2004-2022 Free Software Foundation, Inc.
# Inc.
# Contributed by Ben Elliston <bje@gnu.org>. # Contributed by Ben Elliston <bje@gnu.org>.
# #
# This test reads pairs from config-sub.data: an alias and its # This test reads pairs from config-sub.data: an alias and its