summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2024-07-03 12:55:33 +0300
committerReuben Thomas <rrt@sc3d.org>2024-07-03 12:55:33 +0300
commit03b6c22d363349bb2aca7a47d95fc9ce418ed1d3 (patch)
tree50f3db26559415a9523e29bb8b61415dae41b2f6
parent2633763362586903cf6506f4c4d708727a981025 (diff)
maint: run 'make update-copyright'
* cfg.mk (old_NEWS_hash): Update hash of NEWS to reflect copyright date change. Patch from Collin Funk.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.O2
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-dev2
-rw-r--r--THANKS2
-rwxr-xr-xbootstrap2
-rw-r--r--bootstrap.conf2
-rwxr-xr-xbuild-aux/git-version-gen2
-rw-r--r--cfg.mk4
-rw-r--r--configure.ac2
-rw-r--r--contrib/ChangeLog2
-rw-r--r--contrib/de_franconian_po.txt2
-rw-r--r--contrib/evolution.txt2
-rw-r--r--doc/ChangeLog2
-rw-r--r--doc/hello.texi2
-rw-r--r--doc/local.mk2
-rw-r--r--man/ChangeLog2
-rw-r--r--po/ChangeLog2
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/ChangeLog2
-rw-r--r--src/hello.c2
-rw-r--r--src/system.h2
-rw-r--r--tests/ChangeLog2
-rwxr-xr-xtests/atexit-12
-rwxr-xr-xtests/greeting-12
-rwxr-xr-xtests/greeting-22
-rwxr-xr-xtests/hello-12
-rwxr-xr-xtests/last-12
-rwxr-xr-xtests/operand-12
-rwxr-xr-xtests/traditional-12
32 files changed, 33 insertions, 33 deletions
diff --git a/AUTHORS b/AUTHORS
index 8622d4d..441e93d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
Authors of GNU Hello.
- Copyright (C) 1999-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/ChangeLog.O b/ChangeLog.O
index 702fd18..b5b5471 100644
--- a/ChangeLog.O
+++ b/ChangeLog.O
@@ -1104,7 +1104,7 @@ Sat Apr 1 00:27:19 1978 Brian Kernighan (bwk at research)
* Initial version.
-Copyright 1993-2019 Free Software Foundation, Inc.
+Copyright 1993-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
diff --git a/Makefile.am b/Makefile.am
index b0549da..427910c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# and all subdirectories).
# Makefile for the top-level directory of GNU hello.
#
-# Copyright 1997-2019 Free Software Foundation, Inc.
+# Copyright 1997-2024 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/NEWS b/NEWS
index 4674f56..1b6da9d 100644
--- a/NEWS
+++ b/NEWS
@@ -130,6 +130,6 @@ Version 2.7 (28 March 2011)
* There is now a `NEWS' file (this one), giving a history of
user-visible changes.
- Copyright (C) 1992-2019 Free Software Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
This file is distributed under the same license as the GNU hello package.
diff --git a/README b/README
index c20cc85..1b915ff 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ This is the README file for the GNU Hello distribution.
Hello prints a friendly greeting. It also serves as a sample GNU
package, showing practices that may be useful for GNU projects.
- Copyright (C) 1992-2019 Free Software Foundation, Inc.
+ Copyright (C) 1992-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/README-dev b/README-dev
index cb433ff..a4a3ce7 100644
--- a/README-dev
+++ b/README-dev
@@ -1,6 +1,6 @@
This README.dev file describes the development environment.
- Copyright (C) 2002-2019 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/THANKS b/THANKS
index 771f5f9..a23d9df 100644
--- a/THANKS
+++ b/THANKS
@@ -1,6 +1,6 @@
Additional contributors to GNU Hello.
- Copyright (C) 1999-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/bootstrap b/bootstrap
index 5f1b1b7..62cb6d8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2020-11-18.17; # UTC
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2020 Free Software Foundation, Inc.
+# Copyright (C) 2003-2024 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/bootstrap.conf b/bootstrap.conf
index d688891..2f41186 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006-2019 Free Software Foundation, Inc.
+# Copyright (C) 2006-2024 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/build-aux/git-version-gen b/build-aux/git-version-gen
index 3b70097..2ad0851 100755
--- a/build-aux/git-version-gen
+++ b/build-aux/git-version-gen
@@ -2,7 +2,7 @@
# Print a version string.
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 2007-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2024 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/cfg.mk b/cfg.mk
index b460277..5a6decb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
# Configuration for maintainer-makefile
#
-# Copyright (c) 2012-2019 Free Software Foundation, Inc.
+# Copyright (c) 2012-2024 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
@@ -20,7 +20,7 @@ gnulib_dir = $(GNULIB_SRCDIR)
manual_title = GNU Hello
# Set format of NEWS
-old_NEWS_hash := 7342db9e652ed0319651666d5dfaadaf
+old_NEWS_hash := 581402d29da29110c15fddec73e357cf
update-copyright-env = \
UPDATE_COPYRIGHT_FORCE=1 \
diff --git a/configure.ac b/configure.ac
index 9a76cb8..47ce07e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-dnl Copyright (C) 2004-2019 Free Software Foundation, Inc.
+dnl Copyright (C) 2004-2024 Free Software Foundation, Inc.
dnl This file is free software; as a special exception the author gives
dnl unlimited permission to copy and/or distribute it, with or without
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 877893e..5a248ca 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -24,7 +24,7 @@
* Makefile.am: New file.
-Copyright (C) 1999-2019 Free Software Foundation, Inc.
+Copyright (C) 1999-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/contrib/de_franconian_po.txt b/contrib/de_franconian_po.txt
index 6415389..32bdb9d 100644
--- a/contrib/de_franconian_po.txt
+++ b/contrib/de_franconian_po.txt
@@ -4,7 +4,7 @@ dann humorvoll:
----------------------------------------------------------------------
# German messages for GNU hello.
# Fränkische Meldungen für GNU hello.
-# Copyright (C) 1998-2019 Free Software Foundation, Inc.
+# Copyright (C) 1998-2024 Free Software Foundation, Inc.
# Karl Eichwalder <ke@ke.Central.DE>, 1996-97.
# Karl Eichwalder <ke@suse.de>, 1998.
# Uwe Seifert, 2000 (translation german » franconian)
diff --git a/contrib/evolution.txt b/contrib/evolution.txt
index 9aef7ad..78c8ab1 100644
--- a/contrib/evolution.txt
+++ b/contrib/evolution.txt
@@ -1,4 +1,4 @@
-Copyright (C) 1994-2019 Free Software Foundation, Inc.
+Copyright (C) 1994-2024 Free Software Foundation, Inc.
This file is distributed under the same license as the GNU hello package.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7908537..39b5552 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -172,7 +172,7 @@ Tue Dec 19 08:26:09 1995 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.in, version.texi: New file.
-Copyright 1995-2019 Free Software Foundation, Inc.
+Copyright 1995-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/doc/hello.texi b/doc/hello.texi
index c6a283f..8448a9e 100644
--- a/doc/hello.texi
+++ b/doc/hello.texi
@@ -15,7 +15,7 @@
This manual is for GNU Hello (version @value{VERSION}, @value{UPDATED}),
which prints a friendly greeting (and serves as an example GNU package).
-Copyright @copyright{} 1992-2022 Free Software Foundation, Inc.
+Copyright @copyright{} 1992--2024 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/local.mk b/doc/local.mk
index d38f2de..b2785ba 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -1,7 +1,7 @@
# Make hello documentation. -*-Makefile-*-
# This is included by the top-level Makefile.am.
-# Copyright (C) 1995-2023 Free Software Foundation, Inc.
+# Copyright (C) 1995-2024 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/man/ChangeLog b/man/ChangeLog
index 206f25b..4f1598a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -58,7 +58,7 @@
* Makefile.am: New file; filled with template information from the
textutils package.
-Copyright (C) 1999-2019 Free Software Foundation, Inc.
+Copyright (C) 1999-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/po/ChangeLog b/po/ChangeLog
index 9c61e8c..51a6b44 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -572,7 +572,7 @@ Fri Dec 15 11:59:51 1995 Karl Eichwalder <ke@ke.Central.DE>
* POTFILES.in: New file. Lists `getopt.c', `getopt1.c',
`hello.c', and `version.c'.
-Copyright (C) 1995-2019 Free Software Foundation, Inc.
+Copyright (C) 1995-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 520921d..41fb6ac 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/src/ChangeLog b/src/ChangeLog
index 7127715..8eefeea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -348,7 +348,7 @@ Tue Dec 19 08:26:09 1995 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.in: New file.
-Copyright 1995-2019 Free Software Foundation, Inc.
+Copyright 1995-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/src/hello.c b/src/hello.c
index 2e7d38e..fd6cd6e 100644
--- a/src/hello.c
+++ b/src/hello.c
@@ -1,6 +1,6 @@
/* hello.c -- print a greeting message and exit.
- Copyright 1992-2019 Free Software Foundation, Inc.
+ Copyright 1992-2024 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/src/system.h b/src/system.h
index d39cdb9..7246460 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,6 +1,6 @@
/* system.h: system-dependent declarations; include this first.
- Copyright 1996-2019 Free Software Foundation, Inc.
+ Copyright 1996-2024 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/ChangeLog b/tests/ChangeLog
index 14960fd..3584bc0 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -46,7 +46,7 @@ Mon Dec 30 17:29:37 1996 Karl Eichwalder <ke@ke.Central.DE>
* testdata: Copied from `../src/'.
-Copyright 1996-2019 Free Software Foundation, Inc.
+Copyright 1996-2024 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/tests/atexit-1 b/tests/atexit-1
index 4b055d7..ac961b8 100755
--- a/tests/atexit-1
+++ b/tests/atexit-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test atexit handling.
#
-# Copyright (C) 2019-2022 Free Software Foundation, Inc.
+# Copyright (C) 2019-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/greeting-1 b/tests/greeting-1
index 484f037..0e4793a 100755
--- a/tests/greeting-1
+++ b/tests/greeting-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test arbitrary --greeting.
#
-# Copyright (C) 2001-2019 Free Software Foundation, Inc.
+# Copyright (C) 2001-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/greeting-2 b/tests/greeting-2
index b07fdf5..b04ca59 100755
--- a/tests/greeting-2
+++ b/tests/greeting-2
@@ -2,7 +2,7 @@
# Test very long --greeting argument, and also show skipping a test.
# (And one way to compute full moons.)
#
-# Copyright (C) 2001-2019 Free Software Foundation, Inc.
+# Copyright (C) 2001-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/hello-1 b/tests/hello-1
index 96ffef8..cef734f 100755
--- a/tests/hello-1
+++ b/tests/hello-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test standard GNU greeting.
#
-# Copyright (C) 2001-2019 Free Software Foundation, Inc.
+# Copyright (C) 2001-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/last-1 b/tests/last-1
index 55dd56e..0f5fd19 100755
--- a/tests/last-1
+++ b/tests/last-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test that last greeting option specified is what counts.
#
-# Copyright 2008-2019 Free Software Foundation, Inc.
+# Copyright 2008-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/operand-1 b/tests/operand-1
index a777600..bce5723 100755
--- a/tests/operand-1
+++ b/tests/operand-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test extra operands fail correct way.
#
-# Copyright (C) 2019 Free Software Foundation, Inc.
+# Copyright (C) 2019-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/traditional-1 b/tests/traditional-1
index a2b68f3..a7fee62 100755
--- a/tests/traditional-1
+++ b/tests/traditional-1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test traditional greeting.
#
-# Copyright (C) 2001-2019 Free Software Foundation, Inc.
+# Copyright (C) 2001-2024 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright