summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-01-01 23:01:20 +1030
committerAlan Modra <amodra@gmail.com>2023-01-01 23:26:30 +1030
commit76bdc7266ac6303afc566cf2eb104951b4ecc2b5 (patch)
tree5e94105ddbf8d13aeee54e85e2acf3ea171e5deb /etc
parentd87bef3a7bc827fa36a69d2c334aa82f7d188d81 (diff)
downloadbinutils-gdb-76bdc7266ac6303afc566cf2eb104951b4ecc2b5.tar.gz
Update year range in gprofng copyright notices
This adds 'Innovative Computing Labs' as an external author to update-copyright.py, to cover the copyright notice in gprofng/common/opteron_pcbe.c, and uses that plus another external author 'Oracle and' to update gprofng copyright dates. I'm not going to commit 'Oracle and' as an accepted author, but that covers the string "Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved." found in gprofng/testsuite/gprofng.display/jsynprog files.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/update-copyright.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/update-copyright.py b/etc/update-copyright.py
index fcbf1045d1b..8f5d33f336f 100755
--- a/etc/update-copyright.py
+++ b/etc/update-copyright.py
@@ -587,6 +587,7 @@ class BinutilsCopyright (Copyright):
self.add_external_author ('Carnegie Mellon University')
self.add_external_author ('John D. Polstra.')
+ self.add_external_author ('Innovative Computing Labs')
self.add_external_author ('Linaro Ltd.')
self.add_external_author ('MIPS Computer Systems, Inc.')
self.add_external_author ('Red Hat Inc.')