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. --- libsframe/Makefile.am | 2 +- libsframe/Makefile.in | 4 ++-- libsframe/configure.ac | 2 +- libsframe/doc/local.mk | 2 +- libsframe/doc/sframe-spec.texi | 2 +- libsframe/sframe-dump.c | 2 +- libsframe/sframe-error.c | 2 +- libsframe/sframe-impl.h | 2 +- libsframe/sframe.c | 2 +- libsframe/testsuite/config/default.exp | 2 +- libsframe/testsuite/libsframe.decode/be-flipping.c | 2 +- libsframe/testsuite/libsframe.decode/decode.exp | 2 +- libsframe/testsuite/libsframe.decode/frecnt-1.c | 2 +- libsframe/testsuite/libsframe.decode/frecnt-2.c | 2 +- libsframe/testsuite/libsframe.encode/encode-1.c | 2 +- libsframe/testsuite/libsframe.encode/encode.exp | 2 +- libsframe/testsuite/libsframe.find/find.exp | 2 +- libsframe/testsuite/libsframe.find/findfre-1.c | 2 +- libsframe/testsuite/libsframe.find/findfunc-1.c | 2 +- libsframe/testsuite/libsframe.find/plt-findfre-1.c | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) (limited to 'libsframe') diff --git a/libsframe/Makefile.am b/libsframe/Makefile.am index a660e85..c31eec9 100644 --- a/libsframe/Makefile.am +++ b/libsframe/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. # -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-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/libsframe/Makefile.in b/libsframe/Makefile.in index 08c780c..9e3d268 100644 --- a/libsframe/Makefile.in +++ b/libsframe/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 @@ -495,7 +495,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-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/libsframe/configure.ac b/libsframe/configure.ac index 8189e96..733517a 100644 --- a/libsframe/configure.ac +++ b/libsframe/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2022-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2022-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/libsframe/doc/local.mk b/libsframe/doc/local.mk index 345dd1c..e33dcbe 100644 --- a/libsframe/doc/local.mk +++ b/libsframe/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/libsframe/doc/sframe-spec.texi b/libsframe/doc/sframe-spec.texi index 8a59aa7..d0f99bd 100644 --- a/libsframe/doc/sframe-spec.texi +++ b/libsframe/doc/sframe-spec.texi @@ -3,7 +3,7 @@ @settitle The SFrame Format @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/libsframe/sframe-dump.c b/libsframe/sframe-dump.c index bb83528..0d59691 100644 --- a/libsframe/sframe-dump.c +++ b/libsframe/sframe-dump.c @@ -1,6 +1,6 @@ /* sframe-dump.c - Textual dump of .sframe. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-error.c b/libsframe/sframe-error.c index c6265eb..6923bdd 100644 --- a/libsframe/sframe-error.c +++ b/libsframe/sframe-error.c @@ -1,6 +1,6 @@ /* sframe-error.c - Error messages. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-impl.h b/libsframe/sframe-impl.h index 06b4a89..67bf581 100644 --- a/libsframe/sframe-impl.h +++ b/libsframe/sframe-impl.h @@ -1,6 +1,6 @@ /* Implementation header. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe.c b/libsframe/sframe.c index 95da010..460face 100644 --- a/libsframe/sframe.c +++ b/libsframe/sframe.c @@ -1,6 +1,6 @@ /* sframe.c - SFrame decoder/encoder. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/testsuite/config/default.exp b/libsframe/testsuite/config/default.exp index f5ffad8..609f286 100644 --- a/libsframe/testsuite/config/default.exp +++ b/libsframe/testsuite/config/default.exp @@ -1,5 +1,5 @@ # Basic expect script for libsframe decoder tests. -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.decode/be-flipping.c b/libsframe/testsuite/libsframe.decode/be-flipping.c index d37a4b8..e7c7143 100644 --- a/libsframe/testsuite/libsframe.decode/be-flipping.c +++ b/libsframe/testsuite/libsframe.decode/be-flipping.c @@ -1,6 +1,6 @@ /* be-flipping.c -- Test for handling different endianness in libsframe. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-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/libsframe/testsuite/libsframe.decode/decode.exp b/libsframe/testsuite/libsframe.decode/decode.exp index 9f4dcfc..5bdea3e 100644 --- a/libsframe/testsuite/libsframe.decode/decode.exp +++ b/libsframe/testsuite/libsframe.decode/decode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.decode/frecnt-1.c b/libsframe/testsuite/libsframe.decode/frecnt-1.c index b343291..0db1044 100644 --- a/libsframe/testsuite/libsframe.decode/frecnt-1.c +++ b/libsframe/testsuite/libsframe.decode/frecnt-1.c @@ -1,6 +1,6 @@ /* frecnt-1.c -- Test for decoder in libsframe. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-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/libsframe/testsuite/libsframe.decode/frecnt-2.c b/libsframe/testsuite/libsframe.decode/frecnt-2.c index 997c7d3..b5f52fb 100644 --- a/libsframe/testsuite/libsframe.decode/frecnt-2.c +++ b/libsframe/testsuite/libsframe.decode/frecnt-2.c @@ -1,6 +1,6 @@ /* frecnt-2.c -- Test for decoder in libsframe. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-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/libsframe/testsuite/libsframe.encode/encode-1.c b/libsframe/testsuite/libsframe.encode/encode-1.c index 15aeee8..4872453 100644 --- a/libsframe/testsuite/libsframe.encode/encode-1.c +++ b/libsframe/testsuite/libsframe.encode/encode-1.c @@ -1,6 +1,6 @@ /* encode-1.c -- Test for encoder in libsframe. - Copyright (C) 2022-2023 Free Software Foundation, Inc. + Copyright (C) 2022-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/libsframe/testsuite/libsframe.encode/encode.exp b/libsframe/testsuite/libsframe.encode/encode.exp index 16ac3b6..f65b765 100644 --- a/libsframe/testsuite/libsframe.encode/encode.exp +++ b/libsframe/testsuite/libsframe.encode/encode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.find/find.exp b/libsframe/testsuite/libsframe.find/find.exp index ce80490..459f37b 100644 --- a/libsframe/testsuite/libsframe.find/find.exp +++ b/libsframe/testsuite/libsframe.find/find.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # diff --git a/libsframe/testsuite/libsframe.find/findfre-1.c b/libsframe/testsuite/libsframe.find/findfre-1.c index a10da44..ec940f66 100644 --- a/libsframe/testsuite/libsframe.find/findfre-1.c +++ b/libsframe/testsuite/libsframe.find/findfre-1.c @@ -1,6 +1,6 @@ /* findfre-1.c -- Test for sframe_find_fre in libsframe. - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-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/libsframe/testsuite/libsframe.find/findfunc-1.c b/libsframe/testsuite/libsframe.find/findfunc-1.c index 292e818..4470a37 100644 --- a/libsframe/testsuite/libsframe.find/findfunc-1.c +++ b/libsframe/testsuite/libsframe.find/findfunc-1.c @@ -1,6 +1,6 @@ /* findfunc-1.c -- Test for sframe_get_funcdesc_with_addr in libsframe. - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-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/libsframe/testsuite/libsframe.find/plt-findfre-1.c b/libsframe/testsuite/libsframe.find/plt-findfre-1.c index cc6e239..e47e6ce 100644 --- a/libsframe/testsuite/libsframe.find/plt-findfre-1.c +++ b/libsframe/testsuite/libsframe.find/plt-findfre-1.c @@ -1,6 +1,6 @@ /* plt-findfre-1.c -- Test for sframe_find_fre for SFRAME_FDE_TYPE_PCMASK. - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-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 -- cgit v1.1