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 /ld/emulparams | |
parent | ce3abd4734c1d4994937dc0defa71c4ac9f34185 (diff) | |
download | binutils-fd67aa1129fd006ad49ed5ecb2b063705211553a.zip binutils-fd67aa1129fd006ad49ed5ecb2b063705211553a.tar.gz binutils-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 'ld/emulparams')
-rw-r--r-- | ld/emulparams/README | 2 | ||||
-rwxr-xr-x | ld/emulparams/elf32kvx.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf64kvx.sh | 2 | ||||
-rw-r--r-- | ld/emulparams/elf64kvx_linux.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ld/emulparams/README b/ld/emulparams/README index 7bd9610..662b27f 100644 --- a/ld/emulparams/README +++ b/ld/emulparams/README @@ -1,7 +1,7 @@ The files in this directory are read by genscripts.sh as shell commands. They set parameters for the emulations. -Copyright (C) 2012-2023 Free Software Foundation, Inc. +Copyright (C) 2012-2024 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ld/emulparams/elf32kvx.sh b/ld/emulparams/elf32kvx.sh index eb7ffa8..aa6a74f 100755 --- a/ld/emulparams/elf32kvx.sh +++ b/ld/emulparams/elf32kvx.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 Free Software Foundation, Inc. +# Copyright (C) 2009-2024 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/ld/emulparams/elf64kvx.sh b/ld/emulparams/elf64kvx.sh index 5a05738..f994f64 100644 --- a/ld/emulparams/elf64kvx.sh +++ b/ld/emulparams/elf64kvx.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 Free Software Foundation, Inc. +# Copyright (C) 2009-2024 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify diff --git a/ld/emulparams/elf64kvx_linux.sh b/ld/emulparams/elf64kvx_linux.sh index 0de1547..8f266b4 100644 --- a/ld/emulparams/elf64kvx_linux.sh +++ b/ld/emulparams/elf64kvx_linux.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 Free Software Foundation, Inc. +# Copyright (C) 2009-2024 Free Software Foundation, Inc. # Contributed by Kalray SA. # This program is free software; you can redistribute it and/or modify |