diff options
author | Alan Modra <amodra@gmail.com> | 2023-01-01 23:01:20 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-01-01 23:26:30 +1030 |
commit | 76bdc7266ac6303afc566cf2eb104951b4ecc2b5 (patch) | |
tree | 5e94105ddbf8d13aeee54e85e2acf3ea171e5deb /etc/update-copyright.py | |
parent | d87bef3a7bc827fa36a69d2c334aa82f7d188d81 (diff) | |
download | gdb-76bdc7266ac6303afc566cf2eb104951b4ecc2b5.zip gdb-76bdc7266ac6303afc566cf2eb104951b4ecc2b5.tar.gz gdb-76bdc7266ac6303afc566cf2eb104951b4ecc2b5.tar.bz2 |
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/update-copyright.py')
-rwxr-xr-x | etc/update-copyright.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/update-copyright.py b/etc/update-copyright.py index fcbf104..8f5d33f 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.') |