aboutsummaryrefslogtreecommitdiff
path: root/gprofng
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2024-01-04 22:22:08 +1030
committerAlan Modra <amodra@gmail.com>2024-01-04 22:58:12 +1030
commitfd67aa1129fd006ad49ed5ecb2b063705211553a (patch)
tree323c2da4c82f1fc5e98e7fc788e7f3d12ad4687d /gprofng
parentce3abd4734c1d4994937dc0defa71c4ac9f34185 (diff)
downloadfsf-binutils-gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.zip
fsf-binutils-gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.gz
fsf-binutils-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 'gprofng')
-rw-r--r--gprofng/Makefile.am2
-rw-r--r--gprofng/Makefile.in2
-rw-r--r--gprofng/common/cc_libcollector.h2
-rw-r--r--gprofng/common/core_pcbe.c2
-rw-r--r--gprofng/common/cpu_frequency.h2
-rw-r--r--gprofng/common/cpuid.c2
-rw-r--r--gprofng/common/gp-defs.h2
-rw-r--r--gprofng/common/gp-experiment.h2
-rw-r--r--gprofng/common/gp-time.h2
-rw-r--r--gprofng/common/hwc_cpus.h2
-rw-r--r--gprofng/common/hwcdrv.c2
-rw-r--r--gprofng/common/hwcdrv.h2
-rw-r--r--gprofng/common/hwcentry.h2
-rw-r--r--gprofng/common/hwcfuncs.c2
-rw-r--r--gprofng/common/hwcfuncs.h2
-rw-r--r--gprofng/common/hwctable.c2
-rw-r--r--gprofng/common/opteron_pcbe.c2
-rw-r--r--gprofng/config/bison.m42
-rw-r--r--gprofng/configure.ac2
-rw-r--r--gprofng/doc/Makefile.am2
-rw-r--r--gprofng/doc/Makefile.in2
-rw-r--r--gprofng/doc/gp-archive.texi2
-rw-r--r--gprofng/doc/gp-collect-app.texi2
-rw-r--r--gprofng/doc/gp-display-html.texi2
-rw-r--r--gprofng/doc/gp-display-src.texi2
-rw-r--r--gprofng/doc/gp-display-text.texi2
-rw-r--r--gprofng/doc/gprofng.texi2
-rw-r--r--gprofng/doc/gprofng_ug.texi2
-rwxr-xr-xgprofng/doc/mdate-sh2
-rw-r--r--gprofng/doc/version.texi6
-rw-r--r--gprofng/gp-display-html/Makefile.am2
-rw-r--r--gprofng/gp-display-html/Makefile.in2
-rw-r--r--gprofng/gp-display-html/gp-display-html.in4
-rwxr-xr-xgprofng/libcollector/CHK_LIBC_OBJ2
-rw-r--r--gprofng/libcollector/Makefile.am2
-rw-r--r--gprofng/libcollector/Makefile.in12
-rw-r--r--gprofng/libcollector/aclocal.m48
-rw-r--r--gprofng/libcollector/collector.c2
-rw-r--r--gprofng/libcollector/collector.h2
-rw-r--r--gprofng/libcollector/collectorAPI.c2
-rw-r--r--gprofng/libcollector/configure.ac2
-rw-r--r--gprofng/libcollector/descendants.h2
-rw-r--r--gprofng/libcollector/dispatcher.c2
-rw-r--r--gprofng/libcollector/envmgmt.c2
-rw-r--r--gprofng/libcollector/gethrtime.c2
-rw-r--r--gprofng/libcollector/heaptrace.c2
-rw-r--r--gprofng/libcollector/hwprofile.c2
-rw-r--r--gprofng/libcollector/hwprofile.h2
-rw-r--r--gprofng/libcollector/iolib.c2
-rw-r--r--gprofng/libcollector/iotrace.c2
-rw-r--r--gprofng/libcollector/jprofile.c2
-rw-r--r--gprofng/libcollector/libcol-i386-dis.c2
-rw-r--r--gprofng/libcollector/libcol_hwcdrv.c2
-rw-r--r--gprofng/libcollector/libcol_hwcfuncs.c2
-rw-r--r--gprofng/libcollector/libcol_util.c2
-rw-r--r--gprofng/libcollector/libcol_util.h2
-rw-r--r--gprofng/libcollector/libgprofng.ver2
-rw-r--r--gprofng/libcollector/linetrace.c2
-rw-r--r--gprofng/libcollector/memmgr.c2
-rw-r--r--gprofng/libcollector/memmgr.h2
-rw-r--r--gprofng/libcollector/mmaptrace.c2
-rw-r--r--gprofng/libcollector/profile.c2
-rw-r--r--gprofng/libcollector/synctrace.c2
-rw-r--r--gprofng/libcollector/tsd.c2
-rw-r--r--gprofng/libcollector/tsd.h2
-rw-r--r--gprofng/libcollector/unwind.c2
-rw-r--r--gprofng/src/ABS.h2
-rw-r--r--gprofng/src/Application.cc4
-rw-r--r--gprofng/src/Application.h2
-rw-r--r--gprofng/src/ArchiveExp.cc2
-rw-r--r--gprofng/src/ArchiveExp.h2
-rw-r--r--gprofng/src/BaseMetric.cc2
-rw-r--r--gprofng/src/BaseMetric.h2
-rw-r--r--gprofng/src/BaseMetricTreeNode.cc2
-rw-r--r--gprofng/src/BaseMetricTreeNode.h2
-rw-r--r--gprofng/src/CacheMap.h2
-rw-r--r--gprofng/src/CallStack.cc2
-rw-r--r--gprofng/src/CallStack.h2
-rw-r--r--gprofng/src/CatchOutOfMemory.cc2
-rw-r--r--gprofng/src/ClassFile.cc2
-rw-r--r--gprofng/src/ClassFile.h2
-rw-r--r--gprofng/src/Command.cc2
-rw-r--r--gprofng/src/Command.h2
-rw-r--r--gprofng/src/CompCom.cc2
-rw-r--r--gprofng/src/CompCom.h2
-rw-r--r--gprofng/src/DataObject.cc2
-rw-r--r--gprofng/src/DataObject.h2
-rw-r--r--gprofng/src/DataSpace.cc2
-rw-r--r--gprofng/src/DataSpace.h2
-rw-r--r--gprofng/src/DataStream.cc2
-rw-r--r--gprofng/src/DataStream.h2
-rw-r--r--gprofng/src/Data_window.cc2
-rw-r--r--gprofng/src/Data_window.h2
-rw-r--r--gprofng/src/Dbe.cc2
-rw-r--r--gprofng/src/Dbe.h2
-rw-r--r--gprofng/src/DbeApplication.cc2
-rw-r--r--gprofng/src/DbeApplication.h2
-rw-r--r--gprofng/src/DbeArray.h2
-rw-r--r--gprofng/src/DbeCacheMap.h2
-rw-r--r--gprofng/src/DbeFile.cc2
-rw-r--r--gprofng/src/DbeFile.h2
-rw-r--r--gprofng/src/DbeJarFile.cc2
-rw-r--r--gprofng/src/DbeJarFile.h2
-rw-r--r--gprofng/src/DbeLinkList.h2
-rw-r--r--gprofng/src/DbeLock.cc2
-rw-r--r--gprofng/src/DbeLock.h2
-rw-r--r--gprofng/src/DbeSession.cc2
-rw-r--r--gprofng/src/DbeSession.h2
-rw-r--r--gprofng/src/DbeSyncMap.h2
-rw-r--r--gprofng/src/DbeThread.cc2
-rw-r--r--gprofng/src/DbeThread.h2
-rw-r--r--gprofng/src/DbeView.cc2
-rw-r--r--gprofng/src/DbeView.h2
-rw-r--r--gprofng/src/DefaultHandler.h2
-rw-r--r--gprofng/src/DefaultMap.h2
-rw-r--r--gprofng/src/DefaultMap2D.h2
-rw-r--r--gprofng/src/DerivedMetrics.cc2
-rw-r--r--gprofng/src/DerivedMetrics.h2
-rw-r--r--gprofng/src/Disasm.cc2
-rw-r--r--gprofng/src/Disasm.h2
-rw-r--r--gprofng/src/Dwarf.cc2
-rw-r--r--gprofng/src/Dwarf.h2
-rw-r--r--gprofng/src/DwarfLib.cc2
-rw-r--r--gprofng/src/DwarfLib.h2
-rw-r--r--gprofng/src/Elf.cc2
-rw-r--r--gprofng/src/Elf.h2
-rw-r--r--gprofng/src/Emsg.cc2
-rw-r--r--gprofng/src/Emsg.h2
-rw-r--r--gprofng/src/Emsgnum.h2
-rw-r--r--gprofng/src/ExpGroup.cc2
-rw-r--r--gprofng/src/ExpGroup.h2
-rw-r--r--gprofng/src/Exp_Layout.cc2
-rw-r--r--gprofng/src/Exp_Layout.h2
-rw-r--r--gprofng/src/Experiment.cc2
-rw-r--r--gprofng/src/Experiment.h2
-rw-r--r--gprofng/src/Expression.cc2
-rw-r--r--gprofng/src/Expression.h2
-rw-r--r--gprofng/src/FileData.cc2
-rw-r--r--gprofng/src/FileData.h2
-rw-r--r--gprofng/src/Filter.cc2
-rw-r--r--gprofng/src/Filter.h2
-rw-r--r--gprofng/src/FilterExp.h2
-rw-r--r--gprofng/src/FilterSet.cc2
-rw-r--r--gprofng/src/FilterSet.h2
-rw-r--r--gprofng/src/Function.cc2
-rw-r--r--gprofng/src/Function.h2
-rw-r--r--gprofng/src/HashMap.h2
-rw-r--r--gprofng/src/HeapActivity.cc2
-rw-r--r--gprofng/src/HeapActivity.h2
-rw-r--r--gprofng/src/HeapData.cc2
-rw-r--r--gprofng/src/HeapData.h2
-rw-r--r--gprofng/src/HeapMap.cc2
-rw-r--r--gprofng/src/HeapMap.h2
-rw-r--r--gprofng/src/Hist_data.cc2
-rw-r--r--gprofng/src/Hist_data.h2
-rw-r--r--gprofng/src/Histable.h2
-rw-r--r--gprofng/src/IOActivity.cc2
-rw-r--r--gprofng/src/IOActivity.h2
-rw-r--r--gprofng/src/IndexMap2D.h2
-rw-r--r--gprofng/src/IndexObject.cc2
-rw-r--r--gprofng/src/IndexObject.h2
-rw-r--r--gprofng/src/IntervalMap.h2
-rw-r--r--gprofng/src/LoadObject.cc2
-rw-r--r--gprofng/src/LoadObject.h2
-rw-r--r--gprofng/src/MachineModel.cc2
-rw-r--r--gprofng/src/Makefile.am2
-rw-r--r--gprofng/src/Makefile.in2
-rw-r--r--gprofng/src/Map.h2
-rw-r--r--gprofng/src/Map2D.h2
-rw-r--r--gprofng/src/MemObject.cc2
-rw-r--r--gprofng/src/MemObject.h2
-rw-r--r--gprofng/src/MemorySpace.cc2
-rw-r--r--gprofng/src/MemorySpace.h2
-rw-r--r--gprofng/src/Metric.cc2
-rw-r--r--gprofng/src/Metric.h2
-rw-r--r--gprofng/src/MetricList.cc2
-rw-r--r--gprofng/src/MetricList.h2
-rw-r--r--gprofng/src/Module.cc2
-rw-r--r--gprofng/src/Module.h2
-rw-r--r--gprofng/src/Ovw_data.cc2
-rw-r--r--gprofng/src/Ovw_data.h2
-rw-r--r--gprofng/src/PRBTree.cc2
-rw-r--r--gprofng/src/PRBTree.h2
-rw-r--r--gprofng/src/PathTree.cc2
-rw-r--r--gprofng/src/PathTree.h2
-rw-r--r--gprofng/src/PreviewExp.cc2
-rw-r--r--gprofng/src/PreviewExp.h2
-rw-r--r--gprofng/src/Print.cc2
-rw-r--r--gprofng/src/Print.h2
-rw-r--r--gprofng/src/QLParser.h2
-rw-r--r--gprofng/src/QLParser.yy2
-rw-r--r--gprofng/src/SAXParser.h2
-rw-r--r--gprofng/src/SAXParserFactory.cc2
-rw-r--r--gprofng/src/SAXParserFactory.h2
-rw-r--r--gprofng/src/Sample.cc2
-rw-r--r--gprofng/src/Sample.h2
-rw-r--r--gprofng/src/SegMem.h2
-rw-r--r--gprofng/src/Settings.cc2
-rw-r--r--gprofng/src/Settings.h2
-rw-r--r--gprofng/src/SourceFile.cc2
-rw-r--r--gprofng/src/SourceFile.h2
-rw-r--r--gprofng/src/Stabs.cc2
-rw-r--r--gprofng/src/Stabs.h2
-rw-r--r--gprofng/src/Stats_data.cc2
-rw-r--r--gprofng/src/Stats_data.h2
-rw-r--r--gprofng/src/StringBuilder.cc2
-rw-r--r--gprofng/src/StringBuilder.h2
-rw-r--r--gprofng/src/StringMap.h2
-rw-r--r--gprofng/src/Table.cc2
-rw-r--r--gprofng/src/Table.h2
-rw-r--r--gprofng/src/UserLabel.cc2
-rw-r--r--gprofng/src/UserLabel.h2
-rw-r--r--gprofng/src/checks.cc2
-rw-r--r--gprofng/src/collctrl.cc2
-rw-r--r--gprofng/src/collctrl.h2
-rw-r--r--gprofng/src/collect.h2
-rw-r--r--gprofng/src/collector_module.h2
-rw-r--r--gprofng/src/comp_com.c2
-rw-r--r--gprofng/src/comp_com.h2
-rw-r--r--gprofng/src/count.cc2
-rw-r--r--gprofng/src/data_pckts.h2
-rw-r--r--gprofng/src/dbe_collctrl.cc2
-rw-r--r--gprofng/src/dbe_hwc.h2
-rw-r--r--gprofng/src/dbe_hwcdrv.c2
-rw-r--r--gprofng/src/dbe_hwcfuncs.c2
-rw-r--r--gprofng/src/dbe_hwctable.c2
-rw-r--r--gprofng/src/dbe_memmgr.c2
-rw-r--r--gprofng/src/dbe_structs.h2
-rw-r--r--gprofng/src/dbe_types.h2
-rw-r--r--gprofng/src/debug.h2
-rw-r--r--gprofng/src/enums.h2
-rw-r--r--gprofng/src/envsets.cc2
-rw-r--r--gprofng/src/gethrtime.c2
-rw-r--r--gprofng/src/gp-archive.cc2
-rw-r--r--gprofng/src/gp-archive.h2
-rw-r--r--gprofng/src/gp-collect-app.cc2
-rw-r--r--gprofng/src/gp-display-src.cc2
-rw-r--r--gprofng/src/gp-display-text.cc2
-rw-r--r--gprofng/src/gp-print.h2
-rw-r--r--gprofng/src/gprofng.cc2
-rw-r--r--gprofng/src/gprofng.rc2
-rw-r--r--gprofng/src/i18n.cc2
-rw-r--r--gprofng/src/i18n.h2
-rw-r--r--gprofng/src/info.h2
-rw-r--r--gprofng/src/ipc.cc2
-rw-r--r--gprofng/src/ipcio.cc2
-rw-r--r--gprofng/src/ipcio.h2
-rw-r--r--gprofng/src/machinemodels/generic.ermm2
-rw-r--r--gprofng/src/machinemodels/m5.ermm2
-rw-r--r--gprofng/src/machinemodels/m6.ermm2
-rw-r--r--gprofng/src/machinemodels/m7.ermm2
-rw-r--r--gprofng/src/machinemodels/t4.ermm2
-rw-r--r--gprofng/src/machinemodels/t5.ermm2
-rw-r--r--gprofng/src/parse.cc2
-rw-r--r--gprofng/src/stab.h2
-rw-r--r--gprofng/src/util.cc2
-rw-r--r--gprofng/src/util.h2
-rw-r--r--gprofng/src/vec.h2
-rw-r--r--gprofng/testsuite/config/default.exp2
-rw-r--r--gprofng/testsuite/gprofng.display/display.exp2
-rw-r--r--gprofng/testsuite/gprofng.display/gp-archive.exp2
-rw-r--r--gprofng/testsuite/gprofng.display/gp-collect-app_F.exp2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/Intface.java2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/Launcher.java2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/Makefile2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/Routine.java2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java2
-rwxr-xr-xgprofng/testsuite/gprofng.display/jsynprog/check_results.pl2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/cloop.cc2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h2
-rw-r--r--gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java2
-rw-r--r--gprofng/testsuite/gprofng.display/mttest/Makefile2
-rw-r--r--gprofng/testsuite/gprofng.display/mttest/check_results.pl2
-rw-r--r--gprofng/testsuite/gprofng.display/mttest/gethrtime.c2
-rw-r--r--gprofng/testsuite/gprofng.display/mttest/mttest.c2
-rw-r--r--gprofng/testsuite/gprofng.display/setpath_map.exp2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/Makefile2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/callso.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/callsx.c2
-rwxr-xr-xgprofng/testsuite/gprofng.display/synprog/check_results.pl2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/endcases.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/fitos.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_body.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_brace.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_entry.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_exit.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_func.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_inline.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/inc_macro.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/iosyn.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/pagethrash.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/so_syn.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/so_syx.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/stopwatch.c2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/stopwatch.h2
-rw-r--r--gprofng/testsuite/gprofng.display/synprog/synprog.c2
-rw-r--r--gprofng/testsuite/lib/Makefile.skel2
-rw-r--r--gprofng/testsuite/lib/acct.pm2
-rw-r--r--gprofng/testsuite/lib/display-lib.exp2
299 files changed, 311 insertions, 311 deletions
diff --git a/gprofng/Makefile.am b/gprofng/Makefile.am
index cb03637..5d26441 100644
--- a/gprofng/Makefile.am
+++ b/gprofng/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/Makefile.in b/gprofng/Makefile.in
index d0b66b7..dbc8681 100644
--- a/gprofng/Makefile.in
+++ b/gprofng/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/common/cc_libcollector.h b/gprofng/common/cc_libcollector.h
index 9fa8a04..4239c07 100644
--- a/gprofng/common/cc_libcollector.h
+++ b/gprofng/common/cc_libcollector.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/core_pcbe.c b/gprofng/common/core_pcbe.c
index b71d46f..14c4268 100644
--- a/gprofng/common/core_pcbe.c
+++ b/gprofng/common/core_pcbe.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/cpu_frequency.h b/gprofng/common/cpu_frequency.h
index 7676259..c7caf2d 100644
--- a/gprofng/common/cpu_frequency.h
+++ b/gprofng/common/cpu_frequency.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/cpuid.c b/gprofng/common/cpuid.c
index fd98b30..af15439 100644
--- a/gprofng/common/cpuid.c
+++ b/gprofng/common/cpuid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/gp-defs.h b/gprofng/common/gp-defs.h
index ee4f545..a1c1f05 100644
--- a/gprofng/common/gp-defs.h
+++ b/gprofng/common/gp-defs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/gp-experiment.h b/gprofng/common/gp-experiment.h
index 2b3262b..210ec60 100644
--- a/gprofng/common/gp-experiment.h
+++ b/gprofng/common/gp-experiment.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/gp-time.h b/gprofng/common/gp-time.h
index 9176967..065c4f3 100644
--- a/gprofng/common/gp-time.h
+++ b/gprofng/common/gp-time.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwc_cpus.h b/gprofng/common/hwc_cpus.h
index be82081..634aa4f 100644
--- a/gprofng/common/hwc_cpus.h
+++ b/gprofng/common/hwc_cpus.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwcdrv.c b/gprofng/common/hwcdrv.c
index bd8da49..29a0e17 100644
--- a/gprofng/common/hwcdrv.c
+++ b/gprofng/common/hwcdrv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwcdrv.h b/gprofng/common/hwcdrv.h
index f711990..1829ec8 100644
--- a/gprofng/common/hwcdrv.h
+++ b/gprofng/common/hwcdrv.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwcentry.h b/gprofng/common/hwcentry.h
index 78b62ab..739bc4e 100644
--- a/gprofng/common/hwcentry.h
+++ b/gprofng/common/hwcentry.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwcfuncs.c b/gprofng/common/hwcfuncs.c
index ef3d0d0..3c44ab6 100644
--- a/gprofng/common/hwcfuncs.c
+++ b/gprofng/common/hwcfuncs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwcfuncs.h b/gprofng/common/hwcfuncs.h
index a5f64f2..7db0f72 100644
--- a/gprofng/common/hwcfuncs.h
+++ b/gprofng/common/hwcfuncs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/hwctable.c b/gprofng/common/hwctable.c
index a2a553d..2a3b59a 100644
--- a/gprofng/common/hwctable.c
+++ b/gprofng/common/hwctable.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/common/opteron_pcbe.c b/gprofng/common/opteron_pcbe.c
index 6cab4d1..4104a13 100644
--- a/gprofng/common/opteron_pcbe.c
+++ b/gprofng/common/opteron_pcbe.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/config/bison.m4 b/gprofng/config/bison.m4
index 7877868..db117e4 100644
--- a/gprofng/config/bison.m4
+++ b/gprofng/config/bison.m4
@@ -1,6 +1,6 @@
# serial 10
-# Copyright (C) 2002-2023 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/gprofng/configure.ac b/gprofng/configure.ac
index 6b8fe26..a7221d9 100644
--- a/gprofng/configure.ac
+++ b/gprofng/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2021-2023 Free Software Foundation, Inc.
+dnl Copyright (C) 2021-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/gprofng/doc/Makefile.am b/gprofng/doc/Makefile.am
index ad72c26..ae0a98c 100644
--- a/gprofng/doc/Makefile.am
+++ b/gprofng/doc/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2012-2023 Free Software Foundation, Inc.
+# Copyright (C) 2012-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/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in
index 0b38534..3306c51 100644
--- a/gprofng/doc/Makefile.in
+++ b/gprofng/doc/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 2012-2023 Free Software Foundation, Inc.
+# Copyright (C) 2012-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/gprofng/doc/gp-archive.texi b/gprofng/doc/gp-archive.texi
index d57380e..e2639a5 100644
--- a/gprofng/doc/gp-archive.texi
+++ b/gprofng/doc/gp-archive.texi
@@ -391,7 +391,7 @@ and gprofng programs are correctly installed, the command
@ManPageStart{COPYRIGHT}
@c man begin COPYRIGHT
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprofng/doc/gp-collect-app.texi b/gprofng/doc/gp-collect-app.texi
index 203827c..cab2555 100644
--- a/gprofng/doc/gp-collect-app.texi
+++ b/gprofng/doc/gp-collect-app.texi
@@ -380,7 +380,7 @@ command @command{info gprofng} should give access to this document.
@ManPageStart{COPYRIGHT}
@c man begin COPYRIGHT
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprofng/doc/gp-display-html.texi b/gprofng/doc/gp-display-html.texi
index 7ec4c0c..9834468 100644
--- a/gprofng/doc/gp-display-html.texi
+++ b/gprofng/doc/gp-display-html.texi
@@ -283,7 +283,7 @@ command @command{info gprofng} should give access to this document.
@ManPageStart{COPYRIGHT}
@c man begin COPYRIGHT
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprofng/doc/gp-display-src.texi b/gprofng/doc/gp-display-src.texi
index 6ebe66d..5a02cc5 100644
--- a/gprofng/doc/gp-display-src.texi
+++ b/gprofng/doc/gp-display-src.texi
@@ -228,7 +228,7 @@ and gprofng programs are correctly installed, the command
@ManPageStart{COPYRIGHT}
@c man begin COPYRIGHT
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprofng/doc/gp-display-text.texi b/gprofng/doc/gp-display-text.texi
index 5790c13..8e369b1 100644
--- a/gprofng/doc/gp-display-text.texi
+++ b/gprofng/doc/gp-display-text.texi
@@ -437,7 +437,7 @@ command @command{info gprofng} should give access to this document.
@ManPageStart{COPYRIGHT}
@c man begin COPYRIGHT
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprofng/doc/gprofng.texi b/gprofng/doc/gprofng.texi
index 387104e..0441997 100644
--- a/gprofng/doc/gprofng.texi
+++ b/gprofng/doc/gprofng.texi
@@ -353,7 +353,7 @@ command @command{info gprofng} should give access to this document.
@ManPageStart{COPYRIGHT}
@c man begin COPYRIGHT
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
diff --git a/gprofng/doc/gprofng_ug.texi b/gprofng/doc/gprofng_ug.texi
index 9759ffe..5aa3533 100644
--- a/gprofng/doc/gprofng_ug.texi
+++ b/gprofng/doc/gprofng_ug.texi
@@ -46,7 +46,7 @@
@copying
This document is the manual for @ProductName{}, last updated @value{UPDATED}.
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
@c -- @quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/gprofng/doc/mdate-sh b/gprofng/doc/mdate-sh
index b580f2e..a7852c5 100755
--- a/gprofng/doc/mdate-sh
+++ b/gprofng/doc/mdate-sh
@@ -3,7 +3,7 @@
scriptversion=2016-01-11.22; # UTC
-# Copyright (C) 1995-2023 Free Software Foundation, Inc.
+# Copyright (C) 1995-2024 Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
#
# This program is free software; you can redistribute it and/or modify
diff --git a/gprofng/doc/version.texi b/gprofng/doc/version.texi
index 91da560..d9395b2 100644
--- a/gprofng/doc/version.texi
+++ b/gprofng/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 28 November 2023
-@set UPDATED-MONTH November 2023
+@set UPDATED 4 January 2024
+@set UPDATED-MONTH January 2024
@set EDITION 2.41.50
-@set VERSION 2.2
+@set VERSION 2.41.50
diff --git a/gprofng/gp-display-html/Makefile.am b/gprofng/gp-display-html/Makefile.am
index f9b214e..02fda16 100644
--- a/gprofng/gp-display-html/Makefile.am
+++ b/gprofng/gp-display-html/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/gp-display-html/Makefile.in b/gprofng/gp-display-html/Makefile.in
index 20c3eaa..61c00cd 100644
--- a/gprofng/gp-display-html/Makefile.in
+++ b/gprofng/gp-display-html/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/gp-display-html/gp-display-html.in b/gprofng/gp-display-html/gp-display-html.in
index 4973297..394aef0 100644
--- a/gprofng/gp-display-html/gp-display-html.in
+++ b/gprofng/gp-display-html/gp-display-html.in
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
# Contributed by Oracle.
#
# This file is part of GNU Binutils.
@@ -11876,7 +11876,7 @@ sub print_user_settings
sub print_version_info
{
print "$version_info\n";
- print "Copyright (C) 2023 Free Software Foundation, Inc.\n";
+ print "Copyright (C) 2024 Free Software Foundation, Inc.\n";
print "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n";
print "This is free software: you are free to change and redistribute it.\n";
print "There is NO WARRANTY, to the extent permitted by law.\n";
diff --git a/gprofng/libcollector/CHK_LIBC_OBJ b/gprofng/libcollector/CHK_LIBC_OBJ
index c458638..6adc1ca 100755
--- a/gprofng/libcollector/CHK_LIBC_OBJ
+++ b/gprofng/libcollector/CHK_LIBC_OBJ
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/libcollector/Makefile.am b/gprofng/libcollector/Makefile.am
index 0610fb0..1d08400 100644
--- a/gprofng/libcollector/Makefile.am
+++ b/gprofng/libcollector/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in
index 53d77b7..ce8755c 100644
--- a/gprofng/libcollector/Makefile.in
+++ b/gprofng/libcollector/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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
@@ -109,15 +109,15 @@ host_triplet = @host@
target_triplet = @target@
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
+ $(top_srcdir)/../../config/lead-dot.m4 \
+ $(top_srcdir)/../../config/override.m4 \
+ $(top_srcdir)/../../config/warnings.m4 \
+ $(top_srcdir)/../../libtool.m4 \
$(top_srcdir)/../../ltoptions.m4 \
$(top_srcdir)/../../ltsugar.m4 \
$(top_srcdir)/../../ltversion.m4 \
$(top_srcdir)/../../lt~obsolete.m4 \
- $(top_srcdir)/../../config/depstand.m4 \
- $(top_srcdir)/../../config/lead-dot.m4 \
- $(top_srcdir)/../../config/override.m4 \
- $(top_srcdir)/../../config/warnings.m4 \
$(top_srcdir)/../../bfd/version.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
diff --git a/gprofng/libcollector/aclocal.m4 b/gprofng/libcollector/aclocal.m4
index c5a4a54..2d13dba 100644
--- a/gprofng/libcollector/aclocal.m4
+++ b/gprofng/libcollector/aclocal.m4
@@ -1227,12 +1227,12 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
+m4_include([../../config/depstand.m4])
+m4_include([../../config/lead-dot.m4])
+m4_include([../../config/override.m4])
+m4_include([../../config/warnings.m4])
m4_include([../../libtool.m4])
m4_include([../../ltoptions.m4])
m4_include([../../ltsugar.m4])
m4_include([../../ltversion.m4])
m4_include([../../lt~obsolete.m4])
-m4_include([../../config/depstand.m4])
-m4_include([../../config/lead-dot.m4])
-m4_include([../../config/override.m4])
-m4_include([../../config/warnings.m4])
diff --git a/gprofng/libcollector/collector.c b/gprofng/libcollector/collector.c
index df49365..3952975 100644
--- a/gprofng/libcollector/collector.c
+++ b/gprofng/libcollector/collector.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/collector.h b/gprofng/libcollector/collector.h
index 4de7022..07a03bd 100644
--- a/gprofng/libcollector/collector.h
+++ b/gprofng/libcollector/collector.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/collectorAPI.c b/gprofng/libcollector/collectorAPI.c
index 348eea9..5fa6403 100644
--- a/gprofng/libcollector/collectorAPI.c
+++ b/gprofng/libcollector/collectorAPI.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/configure.ac b/gprofng/libcollector/configure.ac
index 7af9581..b0ef678 100644
--- a/gprofng/libcollector/configure.ac
+++ b/gprofng/libcollector/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright (C) 2021-2023 Free Software Foundation, Inc.
+dnl Copyright (C) 2021-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/gprofng/libcollector/descendants.h b/gprofng/libcollector/descendants.h
index 10373e2..6fbb3fa 100644
--- a/gprofng/libcollector/descendants.h
+++ b/gprofng/libcollector/descendants.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/dispatcher.c b/gprofng/libcollector/dispatcher.c
index 9bb694c..d2a4ad0 100644
--- a/gprofng/libcollector/dispatcher.c
+++ b/gprofng/libcollector/dispatcher.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/envmgmt.c b/gprofng/libcollector/envmgmt.c
index bd3c81d..ebe08f8 100644
--- a/gprofng/libcollector/envmgmt.c
+++ b/gprofng/libcollector/envmgmt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/gethrtime.c b/gprofng/libcollector/gethrtime.c
index d9c84d7..d63db9a 100644
--- a/gprofng/libcollector/gethrtime.c
+++ b/gprofng/libcollector/gethrtime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/heaptrace.c b/gprofng/libcollector/heaptrace.c
index 4c1b6b3..481a69b 100644
--- a/gprofng/libcollector/heaptrace.c
+++ b/gprofng/libcollector/heaptrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/hwprofile.c b/gprofng/libcollector/hwprofile.c
index 092d665..841a371 100644
--- a/gprofng/libcollector/hwprofile.c
+++ b/gprofng/libcollector/hwprofile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/hwprofile.h b/gprofng/libcollector/hwprofile.h
index 23422dd..b1ddd1c 100644
--- a/gprofng/libcollector/hwprofile.h
+++ b/gprofng/libcollector/hwprofile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/iolib.c b/gprofng/libcollector/iolib.c
index 96fdd25..a671781 100644
--- a/gprofng/libcollector/iolib.c
+++ b/gprofng/libcollector/iolib.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/iotrace.c b/gprofng/libcollector/iotrace.c
index 7ed9c99..1806086 100644
--- a/gprofng/libcollector/iotrace.c
+++ b/gprofng/libcollector/iotrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/jprofile.c b/gprofng/libcollector/jprofile.c
index 130da19..1bacacc 100644
--- a/gprofng/libcollector/jprofile.c
+++ b/gprofng/libcollector/jprofile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/libcol-i386-dis.c b/gprofng/libcollector/libcol-i386-dis.c
index 89a4255..7191520 100644
--- a/gprofng/libcollector/libcol-i386-dis.c
+++ b/gprofng/libcollector/libcol-i386-dis.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2022-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/libcol_hwcdrv.c b/gprofng/libcollector/libcol_hwcdrv.c
index 79fcd0b..1a7edbd 100644
--- a/gprofng/libcollector/libcol_hwcdrv.c
+++ b/gprofng/libcollector/libcol_hwcdrv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/libcol_hwcfuncs.c b/gprofng/libcollector/libcol_hwcfuncs.c
index f8110f7..14d0538 100644
--- a/gprofng/libcollector/libcol_hwcfuncs.c
+++ b/gprofng/libcollector/libcol_hwcfuncs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/libcol_util.c b/gprofng/libcollector/libcol_util.c
index a8802d4..15ba24d 100644
--- a/gprofng/libcollector/libcol_util.c
+++ b/gprofng/libcollector/libcol_util.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/libcol_util.h b/gprofng/libcollector/libcol_util.h
index c21b4a4..2eeeaee 100644
--- a/gprofng/libcollector/libcol_util.h
+++ b/gprofng/libcollector/libcol_util.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/libgprofng.ver b/gprofng/libcollector/libgprofng.ver
index 2433f15..05b0733 100644
--- a/gprofng/libcollector/libgprofng.ver
+++ b/gprofng/libcollector/libgprofng.ver
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/linetrace.c b/gprofng/libcollector/linetrace.c
index 917bc95..67b2d7e 100644
--- a/gprofng/libcollector/linetrace.c
+++ b/gprofng/libcollector/linetrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/memmgr.c b/gprofng/libcollector/memmgr.c
index b4ca450..6a8b086 100644
--- a/gprofng/libcollector/memmgr.c
+++ b/gprofng/libcollector/memmgr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/memmgr.h b/gprofng/libcollector/memmgr.h
index 0de395a..129730c 100644
--- a/gprofng/libcollector/memmgr.h
+++ b/gprofng/libcollector/memmgr.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/mmaptrace.c b/gprofng/libcollector/mmaptrace.c
index b7ad2db..f07f4d7 100644
--- a/gprofng/libcollector/mmaptrace.c
+++ b/gprofng/libcollector/mmaptrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/profile.c b/gprofng/libcollector/profile.c
index 02c3e66..dbaa36d 100644
--- a/gprofng/libcollector/profile.c
+++ b/gprofng/libcollector/profile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/synctrace.c b/gprofng/libcollector/synctrace.c
index 4c4d80d..a304188 100644
--- a/gprofng/libcollector/synctrace.c
+++ b/gprofng/libcollector/synctrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/tsd.c b/gprofng/libcollector/tsd.c
index bbd4057..80d6a1c 100644
--- a/gprofng/libcollector/tsd.c
+++ b/gprofng/libcollector/tsd.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/tsd.h b/gprofng/libcollector/tsd.h
index e76ddef..437d1eb 100644
--- a/gprofng/libcollector/tsd.h
+++ b/gprofng/libcollector/tsd.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/libcollector/unwind.c b/gprofng/libcollector/unwind.c
index c2c5aaf..91678b1 100644
--- a/gprofng/libcollector/unwind.c
+++ b/gprofng/libcollector/unwind.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ABS.h b/gprofng/src/ABS.h
index 23ee6ed..0530a16 100644
--- a/gprofng/src/ABS.h
+++ b/gprofng/src/ABS.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Application.cc b/gprofng/src/Application.cc
index 07e93c4..98caeba 100644
--- a/gprofng/src/Application.cc
+++ b/gprofng/src/Application.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
@@ -252,7 +252,7 @@ Application::print_version_info ()
{
printf ( GTXT (
"GNU %s binutils version %s\n"
- "Copyright (C) 2023 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2024 Free Software Foundation, Inc.\n"
"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"),
diff --git a/gprofng/src/Application.h b/gprofng/src/Application.h
index 22d7356..bf8f06e 100644
--- a/gprofng/src/Application.h
+++ b/gprofng/src/Application.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ArchiveExp.cc b/gprofng/src/ArchiveExp.cc
index 7d24d68..eb03581 100644
--- a/gprofng/src/ArchiveExp.cc
+++ b/gprofng/src/ArchiveExp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ArchiveExp.h b/gprofng/src/ArchiveExp.h
index a34c6c9..f57e1ed 100644
--- a/gprofng/src/ArchiveExp.h
+++ b/gprofng/src/ArchiveExp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/BaseMetric.cc b/gprofng/src/BaseMetric.cc
index 61cfede..08ab883 100644
--- a/gprofng/src/BaseMetric.cc
+++ b/gprofng/src/BaseMetric.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/BaseMetric.h b/gprofng/src/BaseMetric.h
index a9ab85e..4a86687 100644
--- a/gprofng/src/BaseMetric.h
+++ b/gprofng/src/BaseMetric.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/BaseMetricTreeNode.cc b/gprofng/src/BaseMetricTreeNode.cc
index 8ad808d..c8d76a6 100644
--- a/gprofng/src/BaseMetricTreeNode.cc
+++ b/gprofng/src/BaseMetricTreeNode.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/BaseMetricTreeNode.h b/gprofng/src/BaseMetricTreeNode.h
index 5f0ca21..d73d244 100644
--- a/gprofng/src/BaseMetricTreeNode.h
+++ b/gprofng/src/BaseMetricTreeNode.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/CacheMap.h b/gprofng/src/CacheMap.h
index a0f8476..1204175 100644
--- a/gprofng/src/CacheMap.h
+++ b/gprofng/src/CacheMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/CallStack.cc b/gprofng/src/CallStack.cc
index 84872cf..6212b5b 100644
--- a/gprofng/src/CallStack.cc
+++ b/gprofng/src/CallStack.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/CallStack.h b/gprofng/src/CallStack.h
index 985ae05..c13b047 100644
--- a/gprofng/src/CallStack.h
+++ b/gprofng/src/CallStack.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/CatchOutOfMemory.cc b/gprofng/src/CatchOutOfMemory.cc
index 16dbee1..2873caf 100644
--- a/gprofng/src/CatchOutOfMemory.cc
+++ b/gprofng/src/CatchOutOfMemory.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ClassFile.cc b/gprofng/src/ClassFile.cc
index f35661c..37dd0ff 100644
--- a/gprofng/src/ClassFile.cc
+++ b/gprofng/src/ClassFile.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ClassFile.h b/gprofng/src/ClassFile.h
index f607201..3bb7d82 100644
--- a/gprofng/src/ClassFile.h
+++ b/gprofng/src/ClassFile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Command.cc b/gprofng/src/Command.cc
index cd6d19e..a744ed0 100644
--- a/gprofng/src/Command.cc
+++ b/gprofng/src/Command.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Command.h b/gprofng/src/Command.h
index 98b2e62..1de6d98 100644
--- a/gprofng/src/Command.h
+++ b/gprofng/src/Command.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/CompCom.cc b/gprofng/src/CompCom.cc
index 2b63b8f..03397d7 100644
--- a/gprofng/src/CompCom.cc
+++ b/gprofng/src/CompCom.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/CompCom.h b/gprofng/src/CompCom.h
index 99f16a2..946a2c1 100644
--- a/gprofng/src/CompCom.h
+++ b/gprofng/src/CompCom.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DataObject.cc b/gprofng/src/DataObject.cc
index 2aa7310..d44919d 100644
--- a/gprofng/src/DataObject.cc
+++ b/gprofng/src/DataObject.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DataObject.h b/gprofng/src/DataObject.h
index affdaf5..998215d 100644
--- a/gprofng/src/DataObject.h
+++ b/gprofng/src/DataObject.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DataSpace.cc b/gprofng/src/DataSpace.cc
index 0cb6767..7aac78e 100644
--- a/gprofng/src/DataSpace.cc
+++ b/gprofng/src/DataSpace.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DataSpace.h b/gprofng/src/DataSpace.h
index 81280af..4031897 100644
--- a/gprofng/src/DataSpace.h
+++ b/gprofng/src/DataSpace.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DataStream.cc b/gprofng/src/DataStream.cc
index 37cb7ac..bc9da4b 100644
--- a/gprofng/src/DataStream.cc
+++ b/gprofng/src/DataStream.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DataStream.h b/gprofng/src/DataStream.h
index 065ef18..1a6c98d 100644
--- a/gprofng/src/DataStream.h
+++ b/gprofng/src/DataStream.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Data_window.cc b/gprofng/src/Data_window.cc
index ef84fec..da142f0 100644
--- a/gprofng/src/Data_window.cc
+++ b/gprofng/src/Data_window.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Data_window.h b/gprofng/src/Data_window.h
index 8a8ba65..89e9a49 100644
--- a/gprofng/src/Data_window.h
+++ b/gprofng/src/Data_window.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Dbe.cc b/gprofng/src/Dbe.cc
index f5d7f33..91a5aa5 100644
--- a/gprofng/src/Dbe.cc
+++ b/gprofng/src/Dbe.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Dbe.h b/gprofng/src/Dbe.h
index 212e329..05440a2 100644
--- a/gprofng/src/Dbe.h
+++ b/gprofng/src/Dbe.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeApplication.cc b/gprofng/src/DbeApplication.cc
index b659a0f..4b913c4 100644
--- a/gprofng/src/DbeApplication.cc
+++ b/gprofng/src/DbeApplication.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeApplication.h b/gprofng/src/DbeApplication.h
index 728e522..8481696 100644
--- a/gprofng/src/DbeApplication.h
+++ b/gprofng/src/DbeApplication.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeArray.h b/gprofng/src/DbeArray.h
index 37510b0..6b2807d 100644
--- a/gprofng/src/DbeArray.h
+++ b/gprofng/src/DbeArray.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeCacheMap.h b/gprofng/src/DbeCacheMap.h
index c8a6475..98c5c52 100644
--- a/gprofng/src/DbeCacheMap.h
+++ b/gprofng/src/DbeCacheMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeFile.cc b/gprofng/src/DbeFile.cc
index bae5888..5b45764 100644
--- a/gprofng/src/DbeFile.cc
+++ b/gprofng/src/DbeFile.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeFile.h b/gprofng/src/DbeFile.h
index fa437c8..dcbf667 100644
--- a/gprofng/src/DbeFile.h
+++ b/gprofng/src/DbeFile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeJarFile.cc b/gprofng/src/DbeJarFile.cc
index 3fa1840..fe3427f 100644
--- a/gprofng/src/DbeJarFile.cc
+++ b/gprofng/src/DbeJarFile.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeJarFile.h b/gprofng/src/DbeJarFile.h
index b168913..55e84eb 100644
--- a/gprofng/src/DbeJarFile.h
+++ b/gprofng/src/DbeJarFile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeLinkList.h b/gprofng/src/DbeLinkList.h
index bc20266..93e913e 100644
--- a/gprofng/src/DbeLinkList.h
+++ b/gprofng/src/DbeLinkList.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeLock.cc b/gprofng/src/DbeLock.cc
index 358e927..db54e97 100644
--- a/gprofng/src/DbeLock.cc
+++ b/gprofng/src/DbeLock.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeLock.h b/gprofng/src/DbeLock.h
index 066538d..dc76f5b 100644
--- a/gprofng/src/DbeLock.h
+++ b/gprofng/src/DbeLock.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeSession.cc b/gprofng/src/DbeSession.cc
index 43812e4..2032909 100644
--- a/gprofng/src/DbeSession.cc
+++ b/gprofng/src/DbeSession.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeSession.h b/gprofng/src/DbeSession.h
index c3d7ebd..901181b 100644
--- a/gprofng/src/DbeSession.h
+++ b/gprofng/src/DbeSession.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeSyncMap.h b/gprofng/src/DbeSyncMap.h
index 8ddf30f..4b6458c 100644
--- a/gprofng/src/DbeSyncMap.h
+++ b/gprofng/src/DbeSyncMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeThread.cc b/gprofng/src/DbeThread.cc
index c534bc1..b4ee2a3 100644
--- a/gprofng/src/DbeThread.cc
+++ b/gprofng/src/DbeThread.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeThread.h b/gprofng/src/DbeThread.h
index e732af0..683f65a 100644
--- a/gprofng/src/DbeThread.h
+++ b/gprofng/src/DbeThread.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeView.cc b/gprofng/src/DbeView.cc
index f55a6cc..6b0c3a4 100644
--- a/gprofng/src/DbeView.cc
+++ b/gprofng/src/DbeView.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DbeView.h b/gprofng/src/DbeView.h
index a553c66..9d2c434 100644
--- a/gprofng/src/DbeView.h
+++ b/gprofng/src/DbeView.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DefaultHandler.h b/gprofng/src/DefaultHandler.h
index e96caaa..a04acb3 100644
--- a/gprofng/src/DefaultHandler.h
+++ b/gprofng/src/DefaultHandler.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DefaultMap.h b/gprofng/src/DefaultMap.h
index 39832a2..bd417bc 100644
--- a/gprofng/src/DefaultMap.h
+++ b/gprofng/src/DefaultMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DefaultMap2D.h b/gprofng/src/DefaultMap2D.h
index 5a599c8..44702b9 100644
--- a/gprofng/src/DefaultMap2D.h
+++ b/gprofng/src/DefaultMap2D.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DerivedMetrics.cc b/gprofng/src/DerivedMetrics.cc
index 076214b..ee14ea0 100644
--- a/gprofng/src/DerivedMetrics.cc
+++ b/gprofng/src/DerivedMetrics.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DerivedMetrics.h b/gprofng/src/DerivedMetrics.h
index bc534fc..bbb017b 100644
--- a/gprofng/src/DerivedMetrics.h
+++ b/gprofng/src/DerivedMetrics.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Disasm.cc b/gprofng/src/Disasm.cc
index 9c7e59a..1396e4f 100644
--- a/gprofng/src/Disasm.cc
+++ b/gprofng/src/Disasm.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Disasm.h b/gprofng/src/Disasm.h
index 4094c13..9351548 100644
--- a/gprofng/src/Disasm.h
+++ b/gprofng/src/Disasm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Dwarf.cc b/gprofng/src/Dwarf.cc
index c982102..e90d251 100644
--- a/gprofng/src/Dwarf.cc
+++ b/gprofng/src/Dwarf.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Dwarf.h b/gprofng/src/Dwarf.h
index 0d77563..c41840d 100644
--- a/gprofng/src/Dwarf.h
+++ b/gprofng/src/Dwarf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DwarfLib.cc b/gprofng/src/DwarfLib.cc
index 6273282..18c47a4 100644
--- a/gprofng/src/DwarfLib.cc
+++ b/gprofng/src/DwarfLib.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/DwarfLib.h b/gprofng/src/DwarfLib.h
index 6baecac..99a26e4 100644
--- a/gprofng/src/DwarfLib.h
+++ b/gprofng/src/DwarfLib.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Elf.cc b/gprofng/src/Elf.cc
index 9730b99..45f8893 100644
--- a/gprofng/src/Elf.cc
+++ b/gprofng/src/Elf.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Elf.h b/gprofng/src/Elf.h
index e5a4f68..eaa026d 100644
--- a/gprofng/src/Elf.h
+++ b/gprofng/src/Elf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Emsg.cc b/gprofng/src/Emsg.cc
index 99a6750..0162059 100644
--- a/gprofng/src/Emsg.cc
+++ b/gprofng/src/Emsg.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Emsg.h b/gprofng/src/Emsg.h
index 9dbacea..2bd40f9 100644
--- a/gprofng/src/Emsg.h
+++ b/gprofng/src/Emsg.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Emsgnum.h b/gprofng/src/Emsgnum.h
index 15de280..0524c19 100644
--- a/gprofng/src/Emsgnum.h
+++ b/gprofng/src/Emsgnum.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ExpGroup.cc b/gprofng/src/ExpGroup.cc
index 497a61e..e198c05 100644
--- a/gprofng/src/ExpGroup.cc
+++ b/gprofng/src/ExpGroup.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ExpGroup.h b/gprofng/src/ExpGroup.h
index 53cd54a..b97325c 100644
--- a/gprofng/src/ExpGroup.h
+++ b/gprofng/src/ExpGroup.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Exp_Layout.cc b/gprofng/src/Exp_Layout.cc
index b43cbe6..97fb20d 100644
--- a/gprofng/src/Exp_Layout.cc
+++ b/gprofng/src/Exp_Layout.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Exp_Layout.h b/gprofng/src/Exp_Layout.h
index 5c64e0f..ff72593 100644
--- a/gprofng/src/Exp_Layout.h
+++ b/gprofng/src/Exp_Layout.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Experiment.cc b/gprofng/src/Experiment.cc
index 16941a7..02a24eb 100644
--- a/gprofng/src/Experiment.cc
+++ b/gprofng/src/Experiment.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Experiment.h b/gprofng/src/Experiment.h
index dacc077..e2fa30d 100644
--- a/gprofng/src/Experiment.h
+++ b/gprofng/src/Experiment.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Expression.cc b/gprofng/src/Expression.cc
index 49f0e9e..f5bf785 100644
--- a/gprofng/src/Expression.cc
+++ b/gprofng/src/Expression.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Expression.h b/gprofng/src/Expression.h
index 9083c57..368a2a2 100644
--- a/gprofng/src/Expression.h
+++ b/gprofng/src/Expression.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/FileData.cc b/gprofng/src/FileData.cc
index fa0856f..2d22a36 100644
--- a/gprofng/src/FileData.cc
+++ b/gprofng/src/FileData.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/FileData.h b/gprofng/src/FileData.h
index 1aad48c..9376763 100644
--- a/gprofng/src/FileData.h
+++ b/gprofng/src/FileData.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Filter.cc b/gprofng/src/Filter.cc
index 94fc0ec..ebeb9be 100644
--- a/gprofng/src/Filter.cc
+++ b/gprofng/src/Filter.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Filter.h b/gprofng/src/Filter.h
index 40f6d31..6f3cd16 100644
--- a/gprofng/src/Filter.h
+++ b/gprofng/src/Filter.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/FilterExp.h b/gprofng/src/FilterExp.h
index e10d3f6..8f0b3bd 100644
--- a/gprofng/src/FilterExp.h
+++ b/gprofng/src/FilterExp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/FilterSet.cc b/gprofng/src/FilterSet.cc
index c141744..d2ce0f1 100644
--- a/gprofng/src/FilterSet.cc
+++ b/gprofng/src/FilterSet.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/FilterSet.h b/gprofng/src/FilterSet.h
index 16f14e0..21dcaee 100644
--- a/gprofng/src/FilterSet.h
+++ b/gprofng/src/FilterSet.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Function.cc b/gprofng/src/Function.cc
index 5f07b52..1d8ae45 100644
--- a/gprofng/src/Function.cc
+++ b/gprofng/src/Function.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Function.h b/gprofng/src/Function.h
index 0381a3a..59577f6 100644
--- a/gprofng/src/Function.h
+++ b/gprofng/src/Function.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HashMap.h b/gprofng/src/HashMap.h
index d7d718f..918c0dc 100644
--- a/gprofng/src/HashMap.h
+++ b/gprofng/src/HashMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HeapActivity.cc b/gprofng/src/HeapActivity.cc
index 8ff4f48..d25fe162 100644
--- a/gprofng/src/HeapActivity.cc
+++ b/gprofng/src/HeapActivity.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HeapActivity.h b/gprofng/src/HeapActivity.h
index 32caa2a..a91d9a1 100644
--- a/gprofng/src/HeapActivity.h
+++ b/gprofng/src/HeapActivity.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HeapData.cc b/gprofng/src/HeapData.cc
index 9f1837c..24987eb 100644
--- a/gprofng/src/HeapData.cc
+++ b/gprofng/src/HeapData.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HeapData.h b/gprofng/src/HeapData.h
index 17ab770..c64f30c 100644
--- a/gprofng/src/HeapData.h
+++ b/gprofng/src/HeapData.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HeapMap.cc b/gprofng/src/HeapMap.cc
index 260de68..70fddd4 100644
--- a/gprofng/src/HeapMap.cc
+++ b/gprofng/src/HeapMap.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/HeapMap.h b/gprofng/src/HeapMap.h
index 4f3595c..8698a7f 100644
--- a/gprofng/src/HeapMap.h
+++ b/gprofng/src/HeapMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Hist_data.cc b/gprofng/src/Hist_data.cc
index 44889f0..fb72901 100644
--- a/gprofng/src/Hist_data.cc
+++ b/gprofng/src/Hist_data.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Hist_data.h b/gprofng/src/Hist_data.h
index a178e90..8a1b8bf 100644
--- a/gprofng/src/Hist_data.h
+++ b/gprofng/src/Hist_data.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Histable.h b/gprofng/src/Histable.h
index abcf651..a5207ed 100644
--- a/gprofng/src/Histable.h
+++ b/gprofng/src/Histable.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/IOActivity.cc b/gprofng/src/IOActivity.cc
index eea0c3d..63fe89a 100644
--- a/gprofng/src/IOActivity.cc
+++ b/gprofng/src/IOActivity.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/IOActivity.h b/gprofng/src/IOActivity.h
index a5dbbc2..cf462cf 100644
--- a/gprofng/src/IOActivity.h
+++ b/gprofng/src/IOActivity.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/IndexMap2D.h b/gprofng/src/IndexMap2D.h
index e385934..79fda0c 100644
--- a/gprofng/src/IndexMap2D.h
+++ b/gprofng/src/IndexMap2D.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/IndexObject.cc b/gprofng/src/IndexObject.cc
index fa0b937..786fdad 100644
--- a/gprofng/src/IndexObject.cc
+++ b/gprofng/src/IndexObject.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/IndexObject.h b/gprofng/src/IndexObject.h
index d9d4071..035c201 100644
--- a/gprofng/src/IndexObject.h
+++ b/gprofng/src/IndexObject.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/IntervalMap.h b/gprofng/src/IntervalMap.h
index 2d6dae8..f65c842 100644
--- a/gprofng/src/IntervalMap.h
+++ b/gprofng/src/IntervalMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/LoadObject.cc b/gprofng/src/LoadObject.cc
index 76dba3e..6d9c421 100644
--- a/gprofng/src/LoadObject.cc
+++ b/gprofng/src/LoadObject.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/LoadObject.h b/gprofng/src/LoadObject.h
index f08fd9e..21ced96 100644
--- a/gprofng/src/LoadObject.h
+++ b/gprofng/src/LoadObject.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MachineModel.cc b/gprofng/src/MachineModel.cc
index dc1577d..c49f97b 100644
--- a/gprofng/src/MachineModel.cc
+++ b/gprofng/src/MachineModel.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Makefile.am b/gprofng/src/Makefile.am
index 20c8b00..fb4b8a0 100644
--- a/gprofng/src/Makefile.am
+++ b/gprofng/src/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/Makefile.in b/gprofng/src/Makefile.in
index b45bf32..db763ef 100644
--- a/gprofng/src/Makefile.in
+++ b/gprofng/src/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/Map.h b/gprofng/src/Map.h
index c491d48..d94c9ed 100644
--- a/gprofng/src/Map.h
+++ b/gprofng/src/Map.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Map2D.h b/gprofng/src/Map2D.h
index af1e2e5..ee71b03 100644
--- a/gprofng/src/Map2D.h
+++ b/gprofng/src/Map2D.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MemObject.cc b/gprofng/src/MemObject.cc
index 563062a..2c2d224 100644
--- a/gprofng/src/MemObject.cc
+++ b/gprofng/src/MemObject.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MemObject.h b/gprofng/src/MemObject.h
index ba60524..48df20c 100644
--- a/gprofng/src/MemObject.h
+++ b/gprofng/src/MemObject.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MemorySpace.cc b/gprofng/src/MemorySpace.cc
index d47c5e1..cdd4d7e 100644
--- a/gprofng/src/MemorySpace.cc
+++ b/gprofng/src/MemorySpace.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MemorySpace.h b/gprofng/src/MemorySpace.h
index 56a5b9f..480d1a6 100644
--- a/gprofng/src/MemorySpace.h
+++ b/gprofng/src/MemorySpace.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Metric.cc b/gprofng/src/Metric.cc
index 0fb3725..43ffa88 100644
--- a/gprofng/src/Metric.cc
+++ b/gprofng/src/Metric.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Metric.h b/gprofng/src/Metric.h
index a13c1ac..b42ea98 100644
--- a/gprofng/src/Metric.h
+++ b/gprofng/src/Metric.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MetricList.cc b/gprofng/src/MetricList.cc
index b3f3a86..939a41b 100644
--- a/gprofng/src/MetricList.cc
+++ b/gprofng/src/MetricList.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/MetricList.h b/gprofng/src/MetricList.h
index 7fdcd9b..862b0e4 100644
--- a/gprofng/src/MetricList.h
+++ b/gprofng/src/MetricList.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Module.cc b/gprofng/src/Module.cc
index afacfc6..d5255dc 100644
--- a/gprofng/src/Module.cc
+++ b/gprofng/src/Module.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Module.h b/gprofng/src/Module.h
index 686c498..3d00413 100644
--- a/gprofng/src/Module.h
+++ b/gprofng/src/Module.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Ovw_data.cc b/gprofng/src/Ovw_data.cc
index abd7921..fd5afa3 100644
--- a/gprofng/src/Ovw_data.cc
+++ b/gprofng/src/Ovw_data.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Ovw_data.h b/gprofng/src/Ovw_data.h
index 6f3eb4de..1e5f4a4 100644
--- a/gprofng/src/Ovw_data.h
+++ b/gprofng/src/Ovw_data.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/PRBTree.cc b/gprofng/src/PRBTree.cc
index 07ab9b5..3169acb 100644
--- a/gprofng/src/PRBTree.cc
+++ b/gprofng/src/PRBTree.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/PRBTree.h b/gprofng/src/PRBTree.h
index 1e11c23..2d6f1da 100644
--- a/gprofng/src/PRBTree.h
+++ b/gprofng/src/PRBTree.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/PathTree.cc b/gprofng/src/PathTree.cc
index e96f34c..ac05497 100644
--- a/gprofng/src/PathTree.cc
+++ b/gprofng/src/PathTree.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/PathTree.h b/gprofng/src/PathTree.h
index 835a513..542e40f 100644
--- a/gprofng/src/PathTree.h
+++ b/gprofng/src/PathTree.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/PreviewExp.cc b/gprofng/src/PreviewExp.cc
index e7c10d8..734b91c 100644
--- a/gprofng/src/PreviewExp.cc
+++ b/gprofng/src/PreviewExp.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/PreviewExp.h b/gprofng/src/PreviewExp.h
index ced6cb4..7ddee5d 100644
--- a/gprofng/src/PreviewExp.h
+++ b/gprofng/src/PreviewExp.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Print.cc b/gprofng/src/Print.cc
index 9e88b6f..32a5178 100644
--- a/gprofng/src/Print.cc
+++ b/gprofng/src/Print.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Print.h b/gprofng/src/Print.h
index 6b83577..10ed5f8 100644
--- a/gprofng/src/Print.h
+++ b/gprofng/src/Print.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/QLParser.h b/gprofng/src/QLParser.h
index 382937b..47189c8 100644
--- a/gprofng/src/QLParser.h
+++ b/gprofng/src/QLParser.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/QLParser.yy b/gprofng/src/QLParser.yy
index 0978f8e..c0d7329 100644
--- a/gprofng/src/QLParser.yy
+++ b/gprofng/src/QLParser.yy
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/SAXParser.h b/gprofng/src/SAXParser.h
index 5932b2e..e7d81a0 100644
--- a/gprofng/src/SAXParser.h
+++ b/gprofng/src/SAXParser.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/SAXParserFactory.cc b/gprofng/src/SAXParserFactory.cc
index 09ae22d..1099ca3 100644
--- a/gprofng/src/SAXParserFactory.cc
+++ b/gprofng/src/SAXParserFactory.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/SAXParserFactory.h b/gprofng/src/SAXParserFactory.h
index 659c412..db19d9f 100644
--- a/gprofng/src/SAXParserFactory.h
+++ b/gprofng/src/SAXParserFactory.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Sample.cc b/gprofng/src/Sample.cc
index 6e74e47..e7948b8 100644
--- a/gprofng/src/Sample.cc
+++ b/gprofng/src/Sample.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Sample.h b/gprofng/src/Sample.h
index d54388c..8c5a543 100644
--- a/gprofng/src/Sample.h
+++ b/gprofng/src/Sample.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/SegMem.h b/gprofng/src/SegMem.h
index 2baf6cd..1df3039 100644
--- a/gprofng/src/SegMem.h
+++ b/gprofng/src/SegMem.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Settings.cc b/gprofng/src/Settings.cc
index cfba2c8..6d1d357 100644
--- a/gprofng/src/Settings.cc
+++ b/gprofng/src/Settings.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Settings.h b/gprofng/src/Settings.h
index c9f1a0b..6f2983e 100644
--- a/gprofng/src/Settings.h
+++ b/gprofng/src/Settings.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/SourceFile.cc b/gprofng/src/SourceFile.cc
index f3809c8..b9f4f13 100644
--- a/gprofng/src/SourceFile.cc
+++ b/gprofng/src/SourceFile.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/SourceFile.h b/gprofng/src/SourceFile.h
index 32f82c3..05d940c 100644
--- a/gprofng/src/SourceFile.h
+++ b/gprofng/src/SourceFile.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Stabs.cc b/gprofng/src/Stabs.cc
index 82d85ef..28a6a3d 100644
--- a/gprofng/src/Stabs.cc
+++ b/gprofng/src/Stabs.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Stabs.h b/gprofng/src/Stabs.h
index 6308e0c..e7a8892 100644
--- a/gprofng/src/Stabs.h
+++ b/gprofng/src/Stabs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Stats_data.cc b/gprofng/src/Stats_data.cc
index 1f290bd..6bbdd3a 100644
--- a/gprofng/src/Stats_data.cc
+++ b/gprofng/src/Stats_data.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Stats_data.h b/gprofng/src/Stats_data.h
index f880574..1dd7b1f 100644
--- a/gprofng/src/Stats_data.h
+++ b/gprofng/src/Stats_data.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/StringBuilder.cc b/gprofng/src/StringBuilder.cc
index f312866..9901b62 100644
--- a/gprofng/src/StringBuilder.cc
+++ b/gprofng/src/StringBuilder.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/StringBuilder.h b/gprofng/src/StringBuilder.h
index 8db90c5..398b873 100644
--- a/gprofng/src/StringBuilder.h
+++ b/gprofng/src/StringBuilder.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/StringMap.h b/gprofng/src/StringMap.h
index 7d50745..db949ad 100644
--- a/gprofng/src/StringMap.h
+++ b/gprofng/src/StringMap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Table.cc b/gprofng/src/Table.cc
index a4f4966..5e8883e 100644
--- a/gprofng/src/Table.cc
+++ b/gprofng/src/Table.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/Table.h b/gprofng/src/Table.h
index 05cf678..e720343 100644
--- a/gprofng/src/Table.h
+++ b/gprofng/src/Table.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/UserLabel.cc b/gprofng/src/UserLabel.cc
index 317e3fe..614abfa 100644
--- a/gprofng/src/UserLabel.cc
+++ b/gprofng/src/UserLabel.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/UserLabel.h b/gprofng/src/UserLabel.h
index 5f1403e..3fd2caf 100644
--- a/gprofng/src/UserLabel.h
+++ b/gprofng/src/UserLabel.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/checks.cc b/gprofng/src/checks.cc
index f48276b..8392bbe 100644
--- a/gprofng/src/checks.cc
+++ b/gprofng/src/checks.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/collctrl.cc b/gprofng/src/collctrl.cc
index aeff5a0..703344c 100644
--- a/gprofng/src/collctrl.cc
+++ b/gprofng/src/collctrl.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/collctrl.h b/gprofng/src/collctrl.h
index 33d59b0..c32b430 100644
--- a/gprofng/src/collctrl.h
+++ b/gprofng/src/collctrl.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/collect.h b/gprofng/src/collect.h
index 872f910..3e8f2da 100644
--- a/gprofng/src/collect.h
+++ b/gprofng/src/collect.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/collector_module.h b/gprofng/src/collector_module.h
index 67dcad6..bb48ead 100644
--- a/gprofng/src/collector_module.h
+++ b/gprofng/src/collector_module.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/comp_com.c b/gprofng/src/comp_com.c
index a6a828a..79d14eb 100644
--- a/gprofng/src/comp_com.c
+++ b/gprofng/src/comp_com.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/comp_com.h b/gprofng/src/comp_com.h
index 502d394..233fdc8 100644
--- a/gprofng/src/comp_com.h
+++ b/gprofng/src/comp_com.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/count.cc b/gprofng/src/count.cc
index 4efc6ba..41fa092 100644
--- a/gprofng/src/count.cc
+++ b/gprofng/src/count.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/data_pckts.h b/gprofng/src/data_pckts.h
index eecd4e9..8c51d87 100644
--- a/gprofng/src/data_pckts.h
+++ b/gprofng/src/data_pckts.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_collctrl.cc b/gprofng/src/dbe_collctrl.cc
index cd22cd0..68f339f 100644
--- a/gprofng/src/dbe_collctrl.cc
+++ b/gprofng/src/dbe_collctrl.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_hwc.h b/gprofng/src/dbe_hwc.h
index 1b7b3d1..951ebaf 100644
--- a/gprofng/src/dbe_hwc.h
+++ b/gprofng/src/dbe_hwc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_hwcdrv.c b/gprofng/src/dbe_hwcdrv.c
index 9b2b5b6..82a5e4e 100644
--- a/gprofng/src/dbe_hwcdrv.c
+++ b/gprofng/src/dbe_hwcdrv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_hwcfuncs.c b/gprofng/src/dbe_hwcfuncs.c
index 36b64d8..85e1889 100644
--- a/gprofng/src/dbe_hwcfuncs.c
+++ b/gprofng/src/dbe_hwcfuncs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_hwctable.c b/gprofng/src/dbe_hwctable.c
index c119a48..aae5d91 100644
--- a/gprofng/src/dbe_hwctable.c
+++ b/gprofng/src/dbe_hwctable.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_memmgr.c b/gprofng/src/dbe_memmgr.c
index 097314e9..8c451cf 100644
--- a/gprofng/src/dbe_memmgr.c
+++ b/gprofng/src/dbe_memmgr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_structs.h b/gprofng/src/dbe_structs.h
index 060a87a..0a5c9c1 100644
--- a/gprofng/src/dbe_structs.h
+++ b/gprofng/src/dbe_structs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/dbe_types.h b/gprofng/src/dbe_types.h
index 9fa842c..dd97adc 100644
--- a/gprofng/src/dbe_types.h
+++ b/gprofng/src/dbe_types.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/debug.h b/gprofng/src/debug.h
index a9112f7..007ac61 100644
--- a/gprofng/src/debug.h
+++ b/gprofng/src/debug.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/enums.h b/gprofng/src/enums.h
index eebaefa..695349c 100644
--- a/gprofng/src/enums.h
+++ b/gprofng/src/enums.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/envsets.cc b/gprofng/src/envsets.cc
index 52d1551..1ca39ed 100644
--- a/gprofng/src/envsets.cc
+++ b/gprofng/src/envsets.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gethrtime.c b/gprofng/src/gethrtime.c
index 3b41241..3e068d9 100644
--- a/gprofng/src/gethrtime.c
+++ b/gprofng/src/gethrtime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gp-archive.cc b/gprofng/src/gp-archive.cc
index af60656..ff6816d 100644
--- a/gprofng/src/gp-archive.cc
+++ b/gprofng/src/gp-archive.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gp-archive.h b/gprofng/src/gp-archive.h
index 95d564b..16bb74a 100644
--- a/gprofng/src/gp-archive.h
+++ b/gprofng/src/gp-archive.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gp-collect-app.cc b/gprofng/src/gp-collect-app.cc
index 44541c4..5a3653f 100644
--- a/gprofng/src/gp-collect-app.cc
+++ b/gprofng/src/gp-collect-app.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gp-display-src.cc b/gprofng/src/gp-display-src.cc
index bc09ba5..200e608 100644
--- a/gprofng/src/gp-display-src.cc
+++ b/gprofng/src/gp-display-src.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gp-display-text.cc b/gprofng/src/gp-display-text.cc
index 85ae274..3d7774a 100644
--- a/gprofng/src/gp-display-text.cc
+++ b/gprofng/src/gp-display-text.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gp-print.h b/gprofng/src/gp-print.h
index a0fed79..1b748ea 100644
--- a/gprofng/src/gp-print.h
+++ b/gprofng/src/gp-print.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gprofng.cc b/gprofng/src/gprofng.cc
index 30e07eb..a59fdb2 100644
--- a/gprofng/src/gprofng.cc
+++ b/gprofng/src/gprofng.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/gprofng.rc b/gprofng/src/gprofng.rc
index 69534a7..188ce7a 100644
--- a/gprofng/src/gprofng.rc
+++ b/gprofng/src/gprofng.rc
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/i18n.cc b/gprofng/src/i18n.cc
index 8a8641e..bc87dd9 100644
--- a/gprofng/src/i18n.cc
+++ b/gprofng/src/i18n.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/i18n.h b/gprofng/src/i18n.h
index 0a22987..b2f2806 100644
--- a/gprofng/src/i18n.h
+++ b/gprofng/src/i18n.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/info.h b/gprofng/src/info.h
index 6f07d42..b3f7e16 100644
--- a/gprofng/src/info.h
+++ b/gprofng/src/info.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ipc.cc b/gprofng/src/ipc.cc
index d0f15d3..d5f3771 100644
--- a/gprofng/src/ipc.cc
+++ b/gprofng/src/ipc.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ipcio.cc b/gprofng/src/ipcio.cc
index 54648cd..29d699d 100644
--- a/gprofng/src/ipcio.cc
+++ b/gprofng/src/ipcio.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/ipcio.h b/gprofng/src/ipcio.h
index 6c97dc7..23c35fc 100644
--- a/gprofng/src/ipcio.h
+++ b/gprofng/src/ipcio.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/machinemodels/generic.ermm b/gprofng/src/machinemodels/generic.ermm
index 4eca219..9581bb1 100644
--- a/gprofng/src/machinemodels/generic.ermm
+++ b/gprofng/src/machinemodels/generic.ermm
@@ -1,6 +1,6 @@
# generic machinemodel file
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/machinemodels/m5.ermm b/gprofng/src/machinemodels/m5.ermm
index ca0359f..e9e12ce 100644
--- a/gprofng/src/machinemodels/m5.ermm
+++ b/gprofng/src/machinemodels/m5.ermm
@@ -1,6 +1,6 @@
# Machinemodel file for M5 systems
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/machinemodels/m6.ermm b/gprofng/src/machinemodels/m6.ermm
index 59392ee..13648d7 100644
--- a/gprofng/src/machinemodels/m6.ermm
+++ b/gprofng/src/machinemodels/m6.ermm
@@ -1,6 +1,6 @@
# Machinemodel file for M6 systems
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/machinemodels/m7.ermm b/gprofng/src/machinemodels/m7.ermm
index b041442..2554475 100644
--- a/gprofng/src/machinemodels/m7.ermm
+++ b/gprofng/src/machinemodels/m7.ermm
@@ -1,6 +1,6 @@
# Machinemodel file for M7/T7 systems
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/machinemodels/t4.ermm b/gprofng/src/machinemodels/t4.ermm
index b998c3a..fe70657 100644
--- a/gprofng/src/machinemodels/t4.ermm
+++ b/gprofng/src/machinemodels/t4.ermm
@@ -1,6 +1,6 @@
# Machinemodel file for T4 systems
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/machinemodels/t5.ermm b/gprofng/src/machinemodels/t5.ermm
index 7740f67..66c36ef 100644
--- a/gprofng/src/machinemodels/t5.ermm
+++ b/gprofng/src/machinemodels/t5.ermm
@@ -1,6 +1,6 @@
# Machinemodel file for T5 systems
#
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/gprofng/src/parse.cc b/gprofng/src/parse.cc
index 80bebef..36960e4 100644
--- a/gprofng/src/parse.cc
+++ b/gprofng/src/parse.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/stab.h b/gprofng/src/stab.h
index eee8163..139882d 100644
--- a/gprofng/src/stab.h
+++ b/gprofng/src/stab.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/util.cc b/gprofng/src/util.cc
index ba83e72..201f708 100644
--- a/gprofng/src/util.cc
+++ b/gprofng/src/util.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/util.h b/gprofng/src/util.h
index 9227833..c6382aa 100644
--- a/gprofng/src/util.h
+++ b/gprofng/src/util.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/src/vec.h b/gprofng/src/vec.h
index b8d380b..7d5be1f 100644
--- a/gprofng/src/vec.h
+++ b/gprofng/src/vec.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/config/default.exp b/gprofng/testsuite/config/default.exp
index c4a6588..e22d99b 100644
--- a/gprofng/testsuite/config/default.exp
+++ b/gprofng/testsuite/config/default.exp
@@ -1,5 +1,5 @@
# Basic expect script for gprofng tests
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/display.exp b/gprofng/testsuite/gprofng.display/display.exp
index b021910..44a21c3 100644
--- a/gprofng/testsuite/gprofng.display/display.exp
+++ b/gprofng/testsuite/gprofng.display/display.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/gp-archive.exp b/gprofng/testsuite/gprofng.display/gp-archive.exp
index 0dd6196..32dae0a 100644
--- a/gprofng/testsuite/gprofng.display/gp-archive.exp
+++ b/gprofng/testsuite/gprofng.display/gp-archive.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp b/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp
index 02bcc8e..3d5d454 100644
--- a/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp
+++ b/gprofng/testsuite/gprofng.display/gp-collect-app_F.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Intface.java b/gprofng/testsuite/gprofng.display/jsynprog/Intface.java
index 4a1edb1..a2ee81c 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/Intface.java
+++ b/gprofng/testsuite/gprofng.display/jsynprog/Intface.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java b/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java
index 37669dc..0d9294f 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java
+++ b/gprofng/testsuite/gprofng.display/jsynprog/Launcher.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Makefile b/gprofng/testsuite/gprofng.display/jsynprog/Makefile
index 37ea9ed..2403e01 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/Makefile
+++ b/gprofng/testsuite/gprofng.display/jsynprog/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Routine.java b/gprofng/testsuite/gprofng.display/jsynprog/Routine.java
index 1295d82..7231075 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/Routine.java
+++ b/gprofng/testsuite/gprofng.display/jsynprog/Routine.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java b/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java
index 57afd27..f57e4db 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java
+++ b/gprofng/testsuite/gprofng.display/jsynprog/Sub_Routine.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl b/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl
index ff2e450..2568940 100755
--- a/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl
+++ b/gprofng/testsuite/gprofng.display/jsynprog/check_results.pl
@@ -1,6 +1,6 @@
#!/bin/sh -- # This comment tells perl not to loop!
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc b/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc
index d9a78e2..1cb2906 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc
+++ b/gprofng/testsuite/gprofng.display/jsynprog/cloop.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h
index 97a24b3..4f38f2f 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h
+++ b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java
index ee22bb9..1735adf 100644
--- a/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java
+++ b/gprofng/testsuite/gprofng.display/jsynprog/jsynprog.java
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/mttest/Makefile b/gprofng/testsuite/gprofng.display/mttest/Makefile
index 6386197..345c0d5 100644
--- a/gprofng/testsuite/gprofng.display/mttest/Makefile
+++ b/gprofng/testsuite/gprofng.display/mttest/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/mttest/check_results.pl b/gprofng/testsuite/gprofng.display/mttest/check_results.pl
index 939d37b..a3b9b79 100644
--- a/gprofng/testsuite/gprofng.display/mttest/check_results.pl
+++ b/gprofng/testsuite/gprofng.display/mttest/check_results.pl
@@ -1,6 +1,6 @@
#!/bin/sh -- # This comment tells perl not to loop!
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/mttest/gethrtime.c b/gprofng/testsuite/gprofng.display/mttest/gethrtime.c
index da39821..38298a2 100644
--- a/gprofng/testsuite/gprofng.display/mttest/gethrtime.c
+++ b/gprofng/testsuite/gprofng.display/mttest/gethrtime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/mttest/mttest.c b/gprofng/testsuite/gprofng.display/mttest/mttest.c
index 76fd542..e0835c8 100644
--- a/gprofng/testsuite/gprofng.display/mttest/mttest.c
+++ b/gprofng/testsuite/gprofng.display/mttest/mttest.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/setpath_map.exp b/gprofng/testsuite/gprofng.display/setpath_map.exp
index fd0c00b..0a9d80c 100644
--- a/gprofng/testsuite/gprofng.display/setpath_map.exp
+++ b/gprofng/testsuite/gprofng.display/setpath_map.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/synprog/Makefile b/gprofng/testsuite/gprofng.display/synprog/Makefile
index 6b1f893..4352ceb 100644
--- a/gprofng/testsuite/gprofng.display/synprog/Makefile
+++ b/gprofng/testsuite/gprofng.display/synprog/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/synprog/callso.c b/gprofng/testsuite/gprofng.display/synprog/callso.c
index 0de2cab..7c5acde 100644
--- a/gprofng/testsuite/gprofng.display/synprog/callso.c
+++ b/gprofng/testsuite/gprofng.display/synprog/callso.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/callsx.c b/gprofng/testsuite/gprofng.display/synprog/callsx.c
index a6e94d5..de2889a 100644
--- a/gprofng/testsuite/gprofng.display/synprog/callsx.c
+++ b/gprofng/testsuite/gprofng.display/synprog/callsx.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/check_results.pl b/gprofng/testsuite/gprofng.display/synprog/check_results.pl
index 830ed9a..673491d 100755
--- a/gprofng/testsuite/gprofng.display/synprog/check_results.pl
+++ b/gprofng/testsuite/gprofng.display/synprog/check_results.pl
@@ -1,6 +1,6 @@
#!/bin/sh -- # This comment tells perl not to loop!
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/gprofng.display/synprog/endcases.c b/gprofng/testsuite/gprofng.display/synprog/endcases.c
index 3a5cc59..a6a1389 100644
--- a/gprofng/testsuite/gprofng.display/synprog/endcases.c
+++ b/gprofng/testsuite/gprofng.display/synprog/endcases.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/fitos.c b/gprofng/testsuite/gprofng.display/synprog/fitos.c
index e569956..d8aad5d 100644
--- a/gprofng/testsuite/gprofng.display/synprog/fitos.c
+++ b/gprofng/testsuite/gprofng.display/synprog/fitos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_body.h b/gprofng/testsuite/gprofng.display/synprog/inc_body.h
index af373d2..9ee5bf7 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_body.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_body.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_brace.h b/gprofng/testsuite/gprofng.display/synprog/inc_brace.h
index af373d2..9ee5bf7 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_brace.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_brace.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_entry.h b/gprofng/testsuite/gprofng.display/synprog/inc_entry.h
index 58cf753..230e273 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_entry.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_entry.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_exit.h b/gprofng/testsuite/gprofng.display/synprog/inc_exit.h
index efbfb95..d6cfadd 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_exit.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_exit.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_func.h b/gprofng/testsuite/gprofng.display/synprog/inc_func.h
index ee5193a..757a6d4 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_func.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_func.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_inline.h b/gprofng/testsuite/gprofng.display/synprog/inc_inline.h
index 1f4191e..da42563 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_inline.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_inline.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/inc_macro.h b/gprofng/testsuite/gprofng.display/synprog/inc_macro.h
index 6034e23..0e9ea3a 100644
--- a/gprofng/testsuite/gprofng.display/synprog/inc_macro.h
+++ b/gprofng/testsuite/gprofng.display/synprog/inc_macro.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/iosyn.c b/gprofng/testsuite/gprofng.display/synprog/iosyn.c
index 6e446db..561ba8a 100644
--- a/gprofng/testsuite/gprofng.display/synprog/iosyn.c
+++ b/gprofng/testsuite/gprofng.display/synprog/iosyn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/pagethrash.c b/gprofng/testsuite/gprofng.display/synprog/pagethrash.c
index 4292b56..c50c647 100644
--- a/gprofng/testsuite/gprofng.display/synprog/pagethrash.c
+++ b/gprofng/testsuite/gprofng.display/synprog/pagethrash.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/so_syn.c b/gprofng/testsuite/gprofng.display/synprog/so_syn.c
index d718219..cbf832c 100644
--- a/gprofng/testsuite/gprofng.display/synprog/so_syn.c
+++ b/gprofng/testsuite/gprofng.display/synprog/so_syn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/so_syx.c b/gprofng/testsuite/gprofng.display/synprog/so_syx.c
index 942a190..79e2550 100644
--- a/gprofng/testsuite/gprofng.display/synprog/so_syx.c
+++ b/gprofng/testsuite/gprofng.display/synprog/so_syx.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/stopwatch.c b/gprofng/testsuite/gprofng.display/synprog/stopwatch.c
index e285a00..b6d9925 100644
--- a/gprofng/testsuite/gprofng.display/synprog/stopwatch.c
+++ b/gprofng/testsuite/gprofng.display/synprog/stopwatch.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/stopwatch.h b/gprofng/testsuite/gprofng.display/synprog/stopwatch.h
index aa4b97f..1ed7508 100644
--- a/gprofng/testsuite/gprofng.display/synprog/stopwatch.h
+++ b/gprofng/testsuite/gprofng.display/synprog/stopwatch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/gprofng.display/synprog/synprog.c b/gprofng/testsuite/gprofng.display/synprog/synprog.c
index 3e0eac2..cf1bc5b 100644
--- a/gprofng/testsuite/gprofng.display/synprog/synprog.c
+++ b/gprofng/testsuite/gprofng.display/synprog/synprog.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2021-2024 Free Software Foundation, Inc.
Contributed by Oracle.
This file is part of GNU Binutils.
diff --git a/gprofng/testsuite/lib/Makefile.skel b/gprofng/testsuite/lib/Makefile.skel
index 9ccc034..8ea994d 100644
--- a/gprofng/testsuite/lib/Makefile.skel
+++ b/gprofng/testsuite/lib/Makefile.skel
@@ -1,5 +1,5 @@
# Skeleton makefile for display tests
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/lib/acct.pm b/gprofng/testsuite/lib/acct.pm
index 7c328e7..4c8f04f 100644
--- a/gprofng/testsuite/lib/acct.pm
+++ b/gprofng/testsuite/lib/acct.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
diff --git a/gprofng/testsuite/lib/display-lib.exp b/gprofng/testsuite/lib/display-lib.exp
index 50db4d5..4843c36 100644
--- a/gprofng/testsuite/lib/display-lib.exp
+++ b/gprofng/testsuite/lib/display-lib.exp
@@ -1,5 +1,5 @@
# Support routines for display-testing machinery in gprofng testsuite.
-# Copyright (C) 1994-2023 Free Software Foundation, Inc.
+# Copyright (C) 1994-2024 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#