diff options
author | Alan Modra <amodra@gmail.com> | 2024-01-04 22:22:08 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-01-04 22:58:12 +1030 |
commit | fd67aa1129fd006ad49ed5ecb2b063705211553a (patch) | |
tree | 323c2da4c82f1fc5e98e7fc788e7f3d12ad4687d /gprofng/src | |
parent | ce3abd4734c1d4994937dc0defa71c4ac9f34185 (diff) | |
download | gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.zip gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.gz gdb-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.bz2 |
Update year range in copyright notice of binutils files
Adds two new external authors to etc/update-copyright.py to cover
bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then
updates copyright messages as follows:
1) Update cgen/utils.scm emitted copyrights.
2) Run "etc/update-copyright.py --this-year" with an extra external
author I haven't committed, 'Kalray SA.', to cover gas testsuite
files (which should have their copyright message removed).
3) Build with --enable-maintainer-mode --enable-cgen-maint=yes.
4) Check out */po/*.pot which we don't update frequently.
Diffstat (limited to 'gprofng/src')
192 files changed, 193 insertions, 193 deletions
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. |