Skip to content

Commit 5d5db19

Browse files
committed
Add University of Illinois as external author
* update-copyright.py: Add University of Illinois as external author.
1 parent 877e3c2 commit 5d5db19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: contrib/update-copyright.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2013-2021 Free Software Foundation, Inc.
3+
# Copyright (C) 2013-2022 Free Software Foundation, Inc.
44
#
55
# This script is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -726,6 +726,7 @@ def __init__ (self, errors):
726726
self.add_external_author ('The Regents of the University of California.')
727727
self.add_external_author ('Ulf Adams')
728728
self.add_external_author ('Unicode, Inc.')
729+
self.add_external_author ('University of Illinois at Urbana-Champaign.')
729730
self.add_external_author ('University of Toronto.')
730731
self.add_external_author ('Yoshinori Sato')
731732

0 commit comments

Comments
 (0)