diff mbox series

[committed] Tweak update-copyright.py

Message ID 20190101123213.GD30353@tucnak
State New
Headers show
Series [committed] Tweak update-copyright.py | expand

Commit Message

Jakub Jelinek Jan. 1, 2019, 12:32 p.m. UTC
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  <jakub@redhat.com>

	* update-copyright.py: Add Gerard Jungman as external author.


	Jakub
diff mbox series

Patch

--- 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')