From: Jakub Jelinek Date: Tue, 1 Jan 2019 12:20:46 +0000 (+0100) Subject: * update-copyright.py: Add Gerard Jungman as external author. X-Git-Tag: basepoints/gcc-10~2042 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5fcfdba9a81e15f7d85ce8a5240a4a8a2730b2b;p=thirdparty%2Fgcc.git * update-copyright.py: Add Gerard Jungman as external author. From-SVN: r267493 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e6296c858d25..35eb26695443 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2019-01-01 Jakub Jelinek + + * update-copyright.py: Add Gerard Jungman as external author. + 2018-11-26 Iain Buclaw * update-copyright.py (TestsuiteFilter): Skip .d tests. diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 67c21cab23ca..ee3ee7fef40b 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -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')