From: Jakub Jelinek Date: Mon, 4 Jan 2021 09:23:07 +0000 (+0100) Subject: Add AMD and Ulf Adams as external authors X-Git-Tag: basepoints/gcc-12~1826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00e2af3639eda2dccffb55049b3d79389fbe90a;p=thirdparty%2Fgcc.git Add AMD and Ulf Adams as external authors * update-copyright.py: Add AMD and Ulf Adams as external authors. --- diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 2d85e64af5ee..bc65208d9cb8 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -683,6 +683,7 @@ class GCCCopyright (Copyright): self.add_external_author ('ARM') self.add_external_author ('AdaCore') + self.add_external_author ('Advanced Micro Devices Inc.') self.add_external_author ('Ami Tavory and Vladimir Dreizin, IBM-HRL.') self.add_external_author ('Cavium Networks.') self.add_external_author ('Faraday Technology Corp.') @@ -710,6 +711,7 @@ class GCCCopyright (Copyright): self.add_external_author ('The Go Authors. All rights reserved.') self.add_external_author ('The Go Authors.') self.add_external_author ('The Regents of the University of California.') + self.add_external_author ('Ulf Adams') self.add_external_author ('Unicode, Inc.') self.add_external_author ('University of Toronto.') self.add_external_author ('Yoshinori Sato')