]> gcc.gnu.org Git - gcc.git/commitdiff
Add University of Illinois as external author
authorJakub Jelinek <jakub@redhat.com>
Mon, 3 Jan 2022 09:39:25 +0000 (10:39 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 3 Jan 2022 09:39:25 +0000 (10:39 +0100)
* update-copyright.py: Add University of Illinois as external author.

contrib/update-copyright.py

index d13b963a1475c622e49de97acad8604d45fb47ce..2ec2a60f5d0209dd4b6df2fe4c0b0b886258753c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2013-2021 Free Software Foundation, Inc.
+# Copyright (C) 2013-2022 Free Software Foundation, Inc.
 #
 # This script is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -726,6 +726,7 @@ class GCCCopyright (Copyright):
         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 Illinois at Urbana-Champaign.')
         self.add_external_author ('University of Toronto.')
         self.add_external_author ('Yoshinori Sato')
 
This page took 0.0569539999999999 seconds and 5 git commands to generate.