summaryrefslogtreecommitdiff
path: root/libctf
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-01-01 16:38:42 +1030
committerAlan Modra <amodra@gmail.com>2023-01-01 21:50:11 +1030
commitd87bef3a7bc827fa36a69d2c334aa82f7d188d81 (patch)
tree93fdac0ecd3a4096fcc8b7815f5b11734fa10093 /libctf
parent004cb07ebf48833dbb6e5bbd209cc6ad410b3178 (diff)
downloadbinutils-gdb-d87bef3a7bc827fa36a69d2c334aa82f7d188d81.tar.gz
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 'libctf')
-rw-r--r--libctf/ChangeLog2
-rw-r--r--libctf/Makefile.am2
-rw-r--r--libctf/Makefile.in4
-rw-r--r--libctf/configure.ac2
-rw-r--r--libctf/ctf-archive.c2
-rw-r--r--libctf/ctf-create.c2
-rw-r--r--libctf/ctf-decl.c2
-rw-r--r--libctf/ctf-decls.h2
-rw-r--r--libctf/ctf-dedup.c2
-rw-r--r--libctf/ctf-dump.c2
-rw-r--r--libctf/ctf-endian.h2
-rw-r--r--libctf/ctf-error.c2
-rw-r--r--libctf/ctf-hash.c2
-rw-r--r--libctf/ctf-impl.h2
-rw-r--r--libctf/ctf-inlines.h2
-rw-r--r--libctf/ctf-intl.h2
-rw-r--r--libctf/ctf-labels.c2
-rw-r--r--libctf/ctf-link.c2
-rw-r--r--libctf/ctf-lookup.c2
-rw-r--r--libctf/ctf-open-bfd.c2
-rw-r--r--libctf/ctf-open.c2
-rw-r--r--libctf/ctf-qsort_r.c2
-rw-r--r--libctf/ctf-serialize.c2
-rw-r--r--libctf/ctf-sha1.c2
-rw-r--r--libctf/ctf-sha1.h2
-rw-r--r--libctf/ctf-string.c2
-rw-r--r--libctf/ctf-subr.c2
-rw-r--r--libctf/ctf-types.c2
-rw-r--r--libctf/ctf-util.c2
-rw-r--r--libctf/doc/ctf-spec.texi2
-rw-r--r--libctf/doc/local.mk2
-rw-r--r--libctf/elf.h2
-rw-r--r--libctf/libctf.ver2
-rw-r--r--libctf/swap.h2
-rw-r--r--libctf/testsuite/config/default.exp2
-rw-r--r--libctf/testsuite/lib/ctf-lib.exp2
-rw-r--r--libctf/testsuite/libctf-lookup/lookup.exp2
-rw-r--r--libctf/testsuite/libctf-regression/libctf-repeat-cu.exp2
-rw-r--r--libctf/testsuite/libctf-regression/regression.exp2
-rw-r--r--libctf/testsuite/libctf-writable/writable.exp2
40 files changed, 41 insertions, 41 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index 107b94a8b35..1c6e454420a 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -863,7 +863,7 @@
For older changes see ChangeLog-2020
-Copyright (C) 2021-2022 Free Software Foundation, Inc.
+Copyright (C) 2021-2023 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 27e90f0ba36..c4809f70bae 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-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/libctf/Makefile.in b/libctf/Makefile.in
index 1984f50867a..f2b852e3fae 100644
--- a/libctf/Makefile.in
+++ b/libctf/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
@@ -33,7 +33,7 @@
#
#
-# 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/libctf/configure.ac b/libctf/configure.ac
index 65686fedc5a..a0148a4c328 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-2022 Free Software Foundation, Inc.
+dnl Copyright (C) 2019-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/libctf/ctf-archive.c b/libctf/ctf-archive.c
index 8366d7fd606..abae90da113 100644
--- a/libctf/ctf-archive.c
+++ b/libctf/ctf-archive.c
@@ -1,5 +1,5 @@
/* CTF archive files.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-create.c b/libctf/ctf-create.c
index e0fce13afc1..7a3b3078dba 100644
--- a/libctf/ctf-create.c
+++ b/libctf/ctf-create.c
@@ -1,5 +1,5 @@
/* CTF dict creation.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-decl.c b/libctf/ctf-decl.c
index e56bbb334cd..c6afae807f8 100644
--- a/libctf/ctf-decl.c
+++ b/libctf/ctf-decl.c
@@ -1,5 +1,5 @@
/* C declarator syntax glue.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-decls.h b/libctf/ctf-decls.h
index 32a00ca2b9a..5d81bf0ec23 100644
--- a/libctf/ctf-decls.h
+++ b/libctf/ctf-decls.h
@@ -1,5 +1,5 @@
/* Declarations for missing functions.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-dedup.c b/libctf/ctf-dedup.c
index dcde3e88c6f..c46f69e7449 100644
--- a/libctf/ctf-dedup.c
+++ b/libctf/ctf-dedup.c
@@ -1,5 +1,5 @@
/* CTF type deduplication.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-dump.c b/libctf/ctf-dump.c
index 5e9095dcc97..686951a9869 100644
--- a/libctf/ctf-dump.c
+++ b/libctf/ctf-dump.c
@@ -1,5 +1,5 @@
/* Textual dumping of CTF data.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-endian.h b/libctf/ctf-endian.h
index c63ae8247c9..eb87159debc 100644
--- a/libctf/ctf-endian.h
+++ b/libctf/ctf-endian.h
@@ -1,5 +1,5 @@
/* Interface to endianness-neutrality functions.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c
index bd342e3892b..c554738ea00 100644
--- a/libctf/ctf-error.c
+++ b/libctf/ctf-error.c
@@ -1,5 +1,5 @@
/* Error table.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-hash.c b/libctf/ctf-hash.c
index 94bd5b62ecd..f67ac1b5010 100644
--- a/libctf/ctf-hash.c
+++ b/libctf/ctf-hash.c
@@ -1,5 +1,5 @@
/* Interface to hashtable implementations.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h
index 465f1c6c58e..da687762c89 100644
--- a/libctf/ctf-impl.h
+++ b/libctf/ctf-impl.h
@@ -1,5 +1,5 @@
/* Implementation header.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-inlines.h b/libctf/ctf-inlines.h
index d36a9af848a..6bda68d68e6 100644
--- a/libctf/ctf-inlines.h
+++ b/libctf/ctf-inlines.h
@@ -1,5 +1,5 @@
/* Inline functions.
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-intl.h b/libctf/ctf-intl.h
index a6419162dd3..c2ea5066cc5 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 1998-2023 Free Software Foundation, Inc.
Written by Tom Tromey <tromey@cygnus.com>
diff --git a/libctf/ctf-labels.c b/libctf/ctf-labels.c
index fbef934f241..16b111b14df 100644
--- a/libctf/ctf-labels.c
+++ b/libctf/ctf-labels.c
@@ -1,5 +1,5 @@
/* Labelled ranges of type IDs.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-link.c b/libctf/ctf-link.c
index 902b4408cd6..2837168b2a6 100644
--- a/libctf/ctf-link.c
+++ b/libctf/ctf-link.c
@@ -1,5 +1,5 @@
/* CTF linking.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-lookup.c b/libctf/ctf-lookup.c
index 26b3f8863c0..10ababf1489 100644
--- a/libctf/ctf-lookup.c
+++ b/libctf/ctf-lookup.c
@@ -1,5 +1,5 @@
/* Symbol, variable and name lookup.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 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 65877d38284..bb752597f0a 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c
index f0e203e0a16..5bcf0dd9b76 100644
--- a/libctf/ctf-open.c
+++ b/libctf/ctf-open.c
@@ -1,5 +1,5 @@
/* Opening CTF files.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 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 600dddb84f9..9892e3c79a8 100644
--- a/libctf/ctf-qsort_r.c
+++ b/libctf/ctf-qsort_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2023 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 ecbc61783f2..ba830a2b095 100644
--- a/libctf/ctf-serialize.c
+++ b/libctf/ctf-serialize.c
@@ -1,5 +1,5 @@
/* CTF dict creation.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-sha1.c b/libctf/ctf-sha1.c
index e5366b014fb..7e983eab164 100644
--- a/libctf/ctf-sha1.c
+++ b/libctf/ctf-sha1.c
@@ -1,5 +1,5 @@
/* SHA-1 thunks.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-sha1.h b/libctf/ctf-sha1.h
index 1e9079f0116..7c2704167b5 100644
--- a/libctf/ctf-sha1.h
+++ b/libctf/ctf-sha1.h
@@ -1,5 +1,5 @@
/* SHA-1 thunks.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-string.c b/libctf/ctf-string.c
index 936307cf6e5..911e94700f1 100644
--- a/libctf/ctf-string.c
+++ b/libctf/ctf-string.c
@@ -1,5 +1,5 @@
/* CTF string table management.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-subr.c b/libctf/ctf-subr.c
index 83572320f4c..f4118328a83 100644
--- a/libctf/ctf-subr.c
+++ b/libctf/ctf-subr.c
@@ -1,5 +1,5 @@
/* Simple subrs.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-types.c b/libctf/ctf-types.c
index 220bbb528fb..d21f6d5ff99 100644
--- a/libctf/ctf-types.c
+++ b/libctf/ctf-types.c
@@ -1,5 +1,5 @@
/* Type handling functions.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/ctf-util.c b/libctf/ctf-util.c
index db0b6a59bd9..9f83ab9ab0b 100644
--- a/libctf/ctf-util.c
+++ b/libctf/ctf-util.c
@@ -1,5 +1,5 @@
/* Miscellaneous utilities.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 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 330f623d95e..c29161b67ee 100644
--- a/libctf/doc/ctf-spec.texi
+++ b/libctf/doc/ctf-spec.texi
@@ -9,7 +9,7 @@
@synindex vr cp
@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/libctf/doc/local.mk b/libctf/doc/local.mk
index 93177971a92..9280dc7d78d 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-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/libctf/elf.h b/libctf/elf.h
index d6420328011..f775d849322 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 1995-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/libctf.ver b/libctf/libctf.ver
index e0e454cff11..0ff825d033b 100644
--- a/libctf/libctf.ver
+++ b/libctf/libctf.ver
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of libctf.
diff --git a/libctf/swap.h b/libctf/swap.h
index b4a9df10a75..c63be9a4e47 100644
--- a/libctf/swap.h
+++ b/libctf/swap.h
@@ -1,5 +1,5 @@
/* Interface to byteswapping functions.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 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 29d31363071..4bac9c4281c 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-2022 Free Software Foundation, Inc.
+# Copyright (C) 1993-2023 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 6c55bbe52aa..3ee82a00a33 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-2022 Free Software Foundation, Inc.
+# Copyright (C) 1994-2023 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 1e5ad0534ae..b48457bd476 100644
--- a/libctf/testsuite/libctf-lookup/lookup.exp
+++ b/libctf/testsuite/libctf-lookup/lookup.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 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 4a5d2d1d03b..d3601e179af 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-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 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 8348bbf7e85..5e81facc7e6 100644
--- a/libctf/testsuite/libctf-regression/regression.exp
+++ b/libctf/testsuite/libctf-regression/regression.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 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 11912ffe902..a03d85e7f8d 100644
--- a/libctf/testsuite/libctf-writable/writable.exp
+++ b/libctf/testsuite/libctf-writable/writable.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2021-2023 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#