summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-01-03 10:39:25 +0100
committerJakub Jelinek <jakub@redhat.com>2022-01-03 10:39:25 +0100
commit5d5db19630ff3b56c91a1c15d12c8167627f9ebe (patch)
treeb9728b8e83e5ab498fc7ca17818692c270160576 /contrib
parent877e3c2abf7a29d746ffda6354d6f19855595905 (diff)
Add University of Illinois as external author
* update-copyright.py: Add University of Illinois as external author.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/update-copyright.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index d13b963a147..2ec2a60f5d0 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -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')