diff options
author | Alan Modra <amodra@gmail.com> | 2024-01-04 22:22:08 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-01-04 22:58:12 +1030 |
commit | fd67aa1129fd006ad49ed5ecb2b063705211553a (patch) | |
tree | 323c2da4c82f1fc5e98e7fc788e7f3d12ad4687d /libsframe/testsuite | |
parent | ce3abd4734c1d4994937dc0defa71c4ac9f34185 (diff) | |
download | gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.zip gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.gz gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.bz2 |
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.
Diffstat (limited to 'libsframe/testsuite')
-rw-r--r-- | libsframe/testsuite/config/default.exp | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.decode/be-flipping.c | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.decode/decode.exp | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.decode/frecnt-1.c | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.decode/frecnt-2.c | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.encode/encode-1.c | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.encode/encode.exp | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.find/find.exp | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.find/findfre-1.c | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.find/findfunc-1.c | 2 | ||||
-rw-r--r-- | libsframe/testsuite/libsframe.find/plt-findfre-1.c | 2 |
11 files changed, 11 insertions, 11 deletions
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 |