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/libcollector | |
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/libcollector')
33 files changed, 41 insertions, 41 deletions
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. |