aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-01-01 12:20:46 +0000
committerJakub Jelinek <jakub@redhat.com>2019-01-01 12:20:46 +0000
commit0352af229e82cf0e6cd8ecfd105759fdc50f73c2 (patch)
treeed76d6dbb37cb9925c69cbd3baf339a18e771355
parentc92b552cad0c072fb5f93ed90d4dc30961f773cd (diff)
* update-copyright.py: Add Gerard Jungman as external author.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@267493 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/update-copyright.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index e6296c858d2..35eb2669544 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-01 Jakub Jelinek <jakub@redhat.com>
+
+ * update-copyright.py: Add Gerard Jungman as external author.
+
2018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
* update-copyright.py (TestsuiteFilter): Skip .d tests.
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index 67c21cab23c..ee3ee7fef40 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')