diff options
author | Alan Modra <amodra@gmail.com> | 2025-01-01 18:17:28 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-01-01 18:29:57 +1030 |
commit | e8e7cf2abe04d5691eb8e31cd18589ec9eb78635 (patch) | |
tree | 18cbc5ca8ee9a13c9bd06dbe06914cac87faac7c /libsframe | |
parent | a21a6dbe639a17792b800ae75272fa2815a8b9b5 (diff) | |
download | binutils-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.zip binutils-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.tar.gz binutils-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.tar.bz2 |
Update year range in copyright notice of binutils files
Diffstat (limited to 'libsframe')
-rw-r--r-- | libsframe/Makefile.am | 2 | ||||
-rw-r--r-- | libsframe/Makefile.in | 4 | ||||
-rw-r--r-- | libsframe/configure.ac | 2 | ||||
-rw-r--r-- | libsframe/doc/local.mk | 2 | ||||
-rw-r--r-- | libsframe/doc/sframe-spec.texi | 2 | ||||
-rw-r--r-- | libsframe/sframe-dump.c | 2 | ||||
-rw-r--r-- | libsframe/sframe-error.c | 2 | ||||
-rw-r--r-- | libsframe/sframe-impl.h | 2 | ||||
-rw-r--r-- | libsframe/sframe.c | 2 | ||||
-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 |
20 files changed, 21 insertions, 21 deletions
diff --git a/libsframe/Makefile.am b/libsframe/Makefile.am index c31eec9..89e471f 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-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 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 8915321..13f4c26 100644 --- a/libsframe/Makefile.in +++ b/libsframe/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019-2024 Free Software Foundation, Inc. +# Copyright (C) 2019-2025 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 @@ -501,7 +501,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 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 e44d160..cf4285f 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-2024 Free Software Foundation, Inc. +dnl Copyright (C) 2022-2025 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 e33dcbe..abd767b 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-2024 Free Software Foundation, Inc. +# Copyright (C) 2019-2025 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 c1730ad..eb70690 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-2024 Free Software Foundation, Inc. +Copyright @copyright{} 2021-2025 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 69633d5..1fa508d 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-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-error.c b/libsframe/sframe-error.c index 6923bdd..8e499e9 100644 --- a/libsframe/sframe-error.c +++ b/libsframe/sframe-error.c @@ -1,6 +1,6 @@ /* sframe-error.c - Error messages. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-impl.h b/libsframe/sframe-impl.h index 67bf581..1cada54 100644 --- a/libsframe/sframe-impl.h +++ b/libsframe/sframe-impl.h @@ -1,6 +1,6 @@ /* Implementation header. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe.c b/libsframe/sframe.c index 460face..c2693b9 100644 --- a/libsframe/sframe.c +++ b/libsframe/sframe.c @@ -1,6 +1,6 @@ /* sframe.c - SFrame decoder/encoder. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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 609f286..3999215 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-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 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 e7c7143..5002524 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-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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 5bdea3e..7d8d919 100644 --- a/libsframe/testsuite/libsframe.decode/decode.exp +++ b/libsframe/testsuite/libsframe.decode/decode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 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 0db1044..77b0440 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-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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 b5f52fb..912fdbd 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-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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 4872453..3c2df76 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-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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 f65b765..afd8926 100644 --- a/libsframe/testsuite/libsframe.encode/encode.exp +++ b/libsframe/testsuite/libsframe.encode/encode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 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 459f37b..d1be070 100644 --- a/libsframe/testsuite/libsframe.find/find.exp +++ b/libsframe/testsuite/libsframe.find/find.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 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 ec940f66..5b1da05 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-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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 4470a37..8671f5d 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-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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 e47e6ce..c84b46f 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-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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 |