From 76bdc7266ac6303afc566cf2eb104951b4ecc2b5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 1 Jan 2023 23:01:20 +1030 Subject: 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. --- etc/update-copyright.py | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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.') -- cgit v1.1