diff options
-rwxr-xr-x | contrib/update-copyright.py | 2 |
1 files changed, 2 insertions, 0 deletions
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') |