diff options
author | Alan Modra <amodra@gmail.com> | 2023-01-01 16:38:42 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-01-01 21:50:11 +1030 |
commit | d87bef3a7bc827fa36a69d2c334aa82f7d188d81 (patch) | |
tree | 93fdac0ecd3a4096fcc8b7815f5b11734fa10093 /libsframe | |
parent | 004cb07ebf48833dbb6e5bbd209cc6ad410b3178 (diff) | |
download | fsf-binutils-gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.zip fsf-binutils-gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.gz fsf-binutils-gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.bz2 |
Update year range in copyright notice of binutils files
The newer update-copyright.py fixes file encoding too, removing cr/lf
on binutils/bfdtest2.c and ld/testsuite/ld-cygwin/exe-export.exp, and
embedded cr in binutils/testsuite/binutils-all/ar.exp string match.
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 |
16 files changed, 17 insertions, 17 deletions
diff --git a/libsframe/Makefile.am b/libsframe/Makefile.am index a976a7e..2d73662 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 Free Software Foundation, Inc. +# Copyright (C) 2022-2023 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 8622d8b..107b82c 100644 --- a/libsframe/Makefile.in +++ b/libsframe/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2019-2022 Free Software Foundation, Inc. +# Copyright (C) 2019-2023 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 @@ -464,7 +464,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # -# Copyright (C) 2022 Free Software Foundation, Inc. +# Copyright (C) 2022-2023 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 4182a0d..7908fc9 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 Free Software Foundation, Inc. +dnl Copyright (C) 2022-2023 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 bdd1312..345dd1c 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-2022 Free Software Foundation, Inc. +# Copyright (C) 2019-2023 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 345b8f9..7b647c1 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-2022 Free Software Foundation, Inc. +Copyright @copyright{} 2021-2023 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 c00ff40..320555a 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 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. his file is part of libsframe. diff --git a/libsframe/sframe-error.c b/libsframe/sframe-error.c index 9dc2321..c6265eb 100644 --- a/libsframe/sframe-error.c +++ b/libsframe/sframe-error.c @@ -1,6 +1,6 @@ /* sframe-error.c - Error messages. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe-impl.h b/libsframe/sframe-impl.h index 340d3b3..b179680 100644 --- a/libsframe/sframe-impl.h +++ b/libsframe/sframe-impl.h @@ -1,6 +1,6 @@ /* Implementation header. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 Free Software Foundation, Inc. This file is part of libsframe. diff --git a/libsframe/sframe.c b/libsframe/sframe.c index c912340..4aada1a 100644 --- a/libsframe/sframe.c +++ b/libsframe/sframe.c @@ -1,6 +1,6 @@ /* sframe.c - SFrame decoder/encoder. - Copyright (C) 2022 Free Software Foundation, Inc. + Copyright (C) 2022-2023 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 c45e25d..f5ffad8 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 Free Software Foundation, Inc. +# Copyright (C) 2022-2023 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 378537e..d37a4b8 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 Free Software Foundation, Inc. + Copyright (C) 2022-2023 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 0d85994..9f4dcfc 100644 --- a/libsframe/testsuite/libsframe.decode/decode.exp +++ b/libsframe/testsuite/libsframe.decode/decode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Free Software Foundation, Inc. +# Copyright (C) 2022-2023 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 bffa2ef..b343291 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 Free Software Foundation, Inc. + Copyright (C) 2022-2023 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 cbb72fe..997c7d3 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 Free Software Foundation, Inc. + Copyright (C) 2022-2023 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 0f5225f..15aeee8 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 Free Software Foundation, Inc. + Copyright (C) 2022-2023 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 60c08e8..16ac3b6 100644 --- a/libsframe/testsuite/libsframe.encode/encode.exp +++ b/libsframe/testsuite/libsframe.encode/encode.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022 Free Software Foundation, Inc. +# Copyright (C) 2022-2023 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # |