From c00e2af3639eda2dccffb55049b3d79389fbe90a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 4 Jan 2021 10:23:07 +0100 Subject: Add AMD and Ulf Adams as external authors * update-copyright.py: Add AMD and Ulf Adams as external authors. --- contrib/update-copyright.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 2d85e64..bc65208 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') -- cgit v1.1