Hi! update-copyright.py failed because of unknown copyright holder in one of the libstdc++ files.
Fixed thusly, committed as obvious: 2019-01-01 Jakub Jelinek <ja...@redhat.com> * update-copyright.py: Add Gerard Jungman as external author. --- contrib/update-copyright.py.jj 2018-11-28 09:45:11.628717994 +0100 +++ contrib/update-copyright.py 2019-01-01 12:45:24.639976573 +0100 @@ -686,6 +686,7 @@ class GCCCopyright (Copyright): self.add_external_author ('Cavium Networks.') self.add_external_author ('Faraday Technology Corp.') self.add_external_author ('Florida State University') + self.add_external_author ('Gerard Jungman') self.add_external_author ('Greg Colvin and Beman Dawes.') self.add_external_author ('Hewlett-Packard Company') self.add_external_author ('Intel Corporation') Jakub