Add AMD and Ulf Adams as external authors
authorJakub Jelinek <jakub@redhat.com>
Mon, 4 Jan 2021 09:23:07 +0000 (10:23 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 4 Jan 2021 09:25:17 +0000 (10:25 +0100)
* update-copyright.py: Add AMD and Ulf Adams as external authors.

contrib/update-copyright.py

index 2d85e64af5eeb38e92a9388e4b7281e776dcf332..bc65208d9cb87ee88edb0cc4b951ccf00c20c03b 100755 (executable)
@@ -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')