Hi! In https://gcc.gnu.org/r12-6176-gd04ae83244d346b95c36c2e3d39918548310f142 https://gcc.gnu.org/r12-6177-g6123f29a18a77eb1a0597f403c4424ae375351fd https://gcc.gnu.org/r12-6178-gabc1ac2d8d99b7b2846d06ac5a5298ca2f93aedf https://gcc.gnu.org/r12-6179-g877e3c2abf7a29d746ffda6354d6f19855595905 https://gcc.gnu.org/r12-6180-g5d5db19630ff3b56c91a1c15d12c8167627f9ebe https://gcc.gnu.org/r12-6181-g7adcbafe45f8001b698967defe682687b52c0007
I've done the usual ChangeLog files rotation (done in 2 steps as last year due to commit hook restrictions) and copyright year updates. The only non-standard change was below (due to gcc/testsuite/gcc.dg/vect/tsvc/license.txt ). Note, all the visible Copyrights still mention solely FSF and similarly the copyright year updates were for FSF, with the DCO perhaps that could change to The GNU Toolchain Authors or so, but I think we don't have any such copyright notices in the tree at all. Happy New Year to everyone! Add University of Illinois as external author * update-copyright.py: Add University of Illinois as external author. --- contrib/update-copyright.py +++ 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') Jakub