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 /include/cgen | |
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 'include/cgen')
-rw-r--r-- | include/cgen/basic-modes.h | 2 | ||||
-rw-r--r-- | include/cgen/basic-ops.h | 2 | ||||
-rw-r--r-- | include/cgen/bitset.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/cgen/basic-modes.h b/include/cgen/basic-modes.h index da8729e..567d93c 100644 --- a/include/cgen/basic-modes.h +++ b/include/cgen/basic-modes.h @@ -1,5 +1,5 @@ /* Basic CGEN modes. - Copyright (C) 2005-2023 Free Software Foundation, Inc. + Copyright (C) 2005-2024 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU opcodes library. diff --git a/include/cgen/basic-ops.h b/include/cgen/basic-ops.h index 3946dd5..d1cb366 100644 --- a/include/cgen/basic-ops.h +++ b/include/cgen/basic-ops.h @@ -1,5 +1,5 @@ /* Basic semantics ops support for CGEN. - Copyright (C) 2005-2023 Free Software Foundation, Inc. + Copyright (C) 2005-2024 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU opcodes library. diff --git a/include/cgen/bitset.h b/include/cgen/bitset.h index 8bd556b..f41a1e8 100644 --- a/include/cgen/bitset.h +++ b/include/cgen/bitset.h @@ -1,5 +1,5 @@ /* Header file the type CGEN_BITSET. - Copyright (C) 2002-2023 Free Software Foundation, Inc. + Copyright (C) 2002-2024 Free Software Foundation, Inc. This file is part of the GNU opcodes library. |