From fd67aa1129fd006ad49ed5ecb2b063705211553a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 4 Jan 2024 22:22:08 +1030 Subject: Update year range in copyright notice of binutils files Adds two new external authors to etc/update-copyright.py to cover bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then updates copyright messages as follows: 1) Update cgen/utils.scm emitted copyrights. 2) Run "etc/update-copyright.py --this-year" with an extra external author I haven't committed, 'Kalray SA.', to cover gas testsuite files (which should have their copyright message removed). 3) Build with --enable-maintainer-mode --enable-cgen-maint=yes. 4) Check out */po/*.pot which we don't update frequently. --- libctf/ChangeLog | 2 +- libctf/Makefile.am | 2 +- libctf/Makefile.in | 4 ++-- libctf/configure.ac | 2 +- libctf/ctf-archive.c | 2 +- libctf/ctf-create.c | 2 +- libctf/ctf-decl.c | 2 +- libctf/ctf-decls.h | 2 +- libctf/ctf-dedup.c | 2 +- libctf/ctf-dump.c | 2 +- libctf/ctf-endian.h | 2 +- libctf/ctf-error.c | 2 +- libctf/ctf-hash.c | 2 +- libctf/ctf-impl.h | 2 +- libctf/ctf-inlines.h | 2 +- libctf/ctf-intl.h | 2 +- libctf/ctf-labels.c | 2 +- libctf/ctf-link.c | 2 +- libctf/ctf-lookup.c | 2 +- libctf/ctf-open-bfd.c | 2 +- libctf/ctf-open.c | 2 +- libctf/ctf-qsort_r.c | 2 +- libctf/ctf-serialize.c | 2 +- libctf/ctf-sha1.c | 2 +- libctf/ctf-sha1.h | 2 +- libctf/ctf-string.c | 2 +- libctf/ctf-subr.c | 2 +- libctf/ctf-types.c | 2 +- libctf/ctf-util.c | 2 +- libctf/doc/ctf-spec.texi | 2 +- libctf/doc/local.mk | 2 +- libctf/elf.h | 2 +- libctf/libctf.ver | 2 +- libctf/swap.h | 2 +- libctf/testsuite/config/default.exp | 2 +- libctf/testsuite/lib/ctf-lib.exp | 2 +- libctf/testsuite/libctf-lookup/lookup.exp | 2 +- libctf/testsuite/libctf-regression/libctf-repeat-cu.exp | 2 +- libctf/testsuite/libctf-regression/regression.exp | 2 +- libctf/testsuite/libctf-writable/writable.exp | 2 +- 40 files changed, 41 insertions(+), 41 deletions(-) (limited to 'libctf') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 8675849e70f..47498449011 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -876,7 +876,7 @@ For older changes see ChangeLog-2020 -Copyright (C) 2021-2023 Free Software Foundation, Inc. +Copyright (C) 2021-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/libctf/Makefile.am b/libctf/Makefile.am index 0835b203692..fb1a306c888 100644 --- a/libctf/Makefile.am +++ b/libctf/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 Free Software Foundation, Inc. # # 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 diff --git a/libctf/Makefile.in b/libctf/Makefile.in index 3789d113fed..1cdf105a323 100644 --- a/libctf/Makefile.in +++ b/libctf/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 Free Software Foundation, Inc. # # 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 @@ -33,7 +33,7 @@ # # -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 Free Software Foundation, Inc. # # 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 diff --git a/libctf/configure.ac b/libctf/configure.ac index 5264cca8868..e4e430615bd 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2019-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2019-2024 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/libctf/ctf-archive.c b/libctf/ctf-archive.c index a8f76e4f42f..a0ea838ddc4 100644 --- a/libctf/ctf-archive.c +++ b/libctf/ctf-archive.c @@ -1,5 +1,5 @@ /* CTF archive files. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-create.c b/libctf/ctf-create.c index c83aad3e9be..d0255e5ba7f 100644 --- a/libctf/ctf-create.c +++ b/libctf/ctf-create.c @@ -1,5 +1,5 @@ /* CTF dict creation. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decl.c b/libctf/ctf-decl.c index c6afae807f8..2fd4bde1864 100644 --- a/libctf/ctf-decl.c +++ b/libctf/ctf-decl.c @@ -1,5 +1,5 @@ /* C declarator syntax glue. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-decls.h b/libctf/ctf-decls.h index 5d81bf0ec23..72249fef915 100644 --- a/libctf/ctf-decls.h +++ b/libctf/ctf-decls.h @@ -1,5 +1,5 @@ /* Declarations for missing functions. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dedup.c b/libctf/ctf-dedup.c index 43f44f1fafd..dc7a1cf79e2 100644 --- a/libctf/ctf-dedup.c +++ b/libctf/ctf-dedup.c @@ -1,5 +1,5 @@ /* CTF type deduplication. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-dump.c b/libctf/ctf-dump.c index 686951a9869..11179a61386 100644 --- a/libctf/ctf-dump.c +++ b/libctf/ctf-dump.c @@ -1,5 +1,5 @@ /* Textual dumping of CTF data. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-endian.h b/libctf/ctf-endian.h index eb87159debc..d04f33bdb22 100644 --- a/libctf/ctf-endian.h +++ b/libctf/ctf-endian.h @@ -1,5 +1,5 @@ /* Interface to endianness-neutrality functions. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c index c554738ea00..b29e77b1819 100644 --- a/libctf/ctf-error.c +++ b/libctf/ctf-error.c @@ -1,5 +1,5 @@ /* Error table. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-hash.c b/libctf/ctf-hash.c index f67ac1b5010..1bc539e3617 100644 --- a/libctf/ctf-hash.c +++ b/libctf/ctf-hash.c @@ -1,5 +1,5 @@ /* Interface to hashtable implementations. - Copyright (C) 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index 77d74ef0ea9..0fe9c20127a 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -1,5 +1,5 @@ /* Implementation header. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-inlines.h b/libctf/ctf-inlines.h index 84044a1d16c..965b7572e8c 100644 --- a/libctf/ctf-inlines.h +++ b/libctf/ctf-inlines.h @@ -1,5 +1,5 @@ /* Inline functions. - Copyright (C) 2020-2023 Free Software Foundation, Inc. + Copyright (C) 2020-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-intl.h b/libctf/ctf-intl.h index c2ea5066cc5..0d551972584 100644 --- a/libctf/ctf-intl.h +++ b/libctf/ctf-intl.h @@ -1,5 +1,5 @@ /* ctf-intl.h - libctf specific header for gettext code. - Copyright (C) 1998-2023 Free Software Foundation, Inc. + Copyright (C) 1998-2024 Free Software Foundation, Inc. Written by Tom Tromey diff --git a/libctf/ctf-labels.c b/libctf/ctf-labels.c index 16b111b14df..85e654d6213 100644 --- a/libctf/ctf-labels.c +++ b/libctf/ctf-labels.c @@ -1,5 +1,5 @@ /* Labelled ranges of type IDs. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-link.c b/libctf/ctf-link.c index ac330629fc8..d5433b9d9bd 100644 --- a/libctf/ctf-link.c +++ b/libctf/ctf-link.c @@ -1,5 +1,5 @@ /* CTF linking. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-lookup.c b/libctf/ctf-lookup.c index 177cb1b9840..9e736a8659c 100644 --- a/libctf/ctf-lookup.c +++ b/libctf/ctf-lookup.c @@ -1,5 +1,5 @@ /* Symbol, variable and name lookup. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open-bfd.c b/libctf/ctf-open-bfd.c index bb752597f0a..b81df012fdc 100644 --- a/libctf/ctf-open-bfd.c +++ b/libctf/ctf-open-bfd.c @@ -1,5 +1,5 @@ /* Opening CTF files with BFD. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c index 35f635b6559..cf0cb54720d 100644 --- a/libctf/ctf-open.c +++ b/libctf/ctf-open.c @@ -1,5 +1,5 @@ /* Opening CTF files. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-qsort_r.c b/libctf/ctf-qsort_r.c index 9892e3c79a8..d25a7f7c51e 100644 --- a/libctf/ctf-qsort_r.c +++ b/libctf/ctf-qsort_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2023 Free Software Foundation, Inc. +/* Copyright (C) 1991-2024 Free Software Foundation, Inc. This file is part of libctf (imported from Gnulib). Written by Douglas C. Schmidt (schmidt@ics.uci.edu). diff --git a/libctf/ctf-serialize.c b/libctf/ctf-serialize.c index ba830a2b095..8645f32ab20 100644 --- a/libctf/ctf-serialize.c +++ b/libctf/ctf-serialize.c @@ -1,5 +1,5 @@ /* CTF dict creation. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-sha1.c b/libctf/ctf-sha1.c index 7e983eab164..61ac4b3b12c 100644 --- a/libctf/ctf-sha1.c +++ b/libctf/ctf-sha1.c @@ -1,5 +1,5 @@ /* SHA-1 thunks. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-sha1.h b/libctf/ctf-sha1.h index 7c2704167b5..17c415c9e62 100644 --- a/libctf/ctf-sha1.h +++ b/libctf/ctf-sha1.h @@ -1,5 +1,5 @@ /* SHA-1 thunks. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-string.c b/libctf/ctf-string.c index 594b24377a3..58ebcd9d785 100644 --- a/libctf/ctf-string.c +++ b/libctf/ctf-string.c @@ -1,5 +1,5 @@ /* CTF string table management. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-subr.c b/libctf/ctf-subr.c index f4118328a83..a21048d0032 100644 --- a/libctf/ctf-subr.c +++ b/libctf/ctf-subr.c @@ -1,5 +1,5 @@ /* Simple subrs. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-types.c b/libctf/ctf-types.c index 4d3c01dbbb4..6dc723d61ea 100644 --- a/libctf/ctf-types.c +++ b/libctf/ctf-types.c @@ -1,5 +1,5 @@ /* Type handling functions. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/ctf-util.c b/libctf/ctf-util.c index e0d412df390..d47c10c99f0 100644 --- a/libctf/ctf-util.c +++ b/libctf/ctf-util.c @@ -1,5 +1,5 @@ /* Miscellaneous utilities. - Copyright (C) 2019-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/doc/ctf-spec.texi b/libctf/doc/ctf-spec.texi index c29161b67ee..37f84e74a54 100644 --- a/libctf/doc/ctf-spec.texi +++ b/libctf/doc/ctf-spec.texi @@ -9,7 +9,7 @@ @synindex vr cp @copying -Copyright @copyright{} 2021-2023 Free Software Foundation, Inc. +Copyright @copyright{} 2021-2024 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any diff --git a/libctf/doc/local.mk b/libctf/doc/local.mk index 9280dc7d78d..69db8c5f5c0 100644 --- a/libctf/doc/local.mk +++ b/libctf/doc/local.mk @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 Free Software Foundation, Inc. # # 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 diff --git a/libctf/elf.h b/libctf/elf.h index f775d849322..838b2ee12a7 100644 --- a/libctf/elf.h +++ b/libctf/elf.h @@ -1,5 +1,5 @@ /* This file defines standard ELF types, structures, and macros. - Copyright (C) 1995-2023 Free Software Foundation, Inc. + Copyright (C) 1995-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/libctf.ver b/libctf/libctf.ver index 0ff825d033b..c59847d012b 100644 --- a/libctf/libctf.ver +++ b/libctf/libctf.ver @@ -1,4 +1,4 @@ -/* Copyright (C) 2019-2023 Free Software Foundation, Inc. +/* Copyright (C) 2019-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/swap.h b/libctf/swap.h index c63be9a4e47..d004dc14348 100644 --- a/libctf/swap.h +++ b/libctf/swap.h @@ -1,5 +1,5 @@ /* Interface to byteswapping functions. - Copyright (C) 2006-2023 Free Software Foundation, Inc. + Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of libctf. diff --git a/libctf/testsuite/config/default.exp b/libctf/testsuite/config/default.exp index 357c4ee57f1..71f18398f07 100644 --- a/libctf/testsuite/config/default.exp +++ b/libctf/testsuite/config/default.exp @@ -1,5 +1,5 @@ # Basic expect script for libctf lookup tests -# Copyright (C) 1993-2023 Free Software Foundation, Inc. +# Copyright (C) 1993-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/lib/ctf-lib.exp b/libctf/testsuite/lib/ctf-lib.exp index 73b67b45e34..3df76198d66 100644 --- a/libctf/testsuite/lib/ctf-lib.exp +++ b/libctf/testsuite/lib/ctf-lib.exp @@ -1,5 +1,5 @@ # Support routines for libctf testsuite. -# Copyright (C) 1994-2023 Free Software Foundation, Inc. +# Copyright (C) 1994-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-lookup/lookup.exp b/libctf/testsuite/libctf-lookup/lookup.exp index b48457bd476..cbc4eeea47b 100644 --- a/libctf/testsuite/libctf-lookup/lookup.exp +++ b/libctf/testsuite/libctf-lookup/lookup.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp b/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp index d3601e179af..2f141198016 100644 --- a/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp +++ b/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-regression/regression.exp b/libctf/testsuite/libctf-regression/regression.exp index 5e81facc7e6..189b82c3e52 100644 --- a/libctf/testsuite/libctf-regression/regression.exp +++ b/libctf/testsuite/libctf-regression/regression.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libctf/testsuite/libctf-writable/writable.exp b/libctf/testsuite/libctf-writable/writable.exp index a03d85e7f8d..d2b745768f8 100644 --- a/libctf/testsuite/libctf-writable/writable.exp +++ b/libctf/testsuite/libctf-writable/writable.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # -- cgit v1.2.3