]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update-copyright.py (GCCCopyright): Add NVIDIA Corporation as external author.
authorJakub Jelinek <jakub@redhat.com>
Mon, 4 Jan 2016 14:41:50 +0000 (15:41 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 4 Jan 2016 14:41:50 +0000 (15:41 +0100)
* update-copyright.py (GCCCopyright): Add NVIDIA Corporation
as external author.

From-SVN: r232056

contrib/ChangeLog
contrib/update-copyright.py [changed mode: 0644->0755]

index ab8060bb2467b08a4edd94404cd07cd57e980b8c..c15df12886a0f9d42ddde063029770bebca902a5 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
+       as external author.
+
 2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
 
        * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
old mode 100644 (file)
new mode 100755 (executable)
index e5f17b4..5f93d01
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 2013-2016 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
@@ -696,6 +696,7 @@ class GCCCopyright (Copyright):
         self.add_external_author ('James Theiler, Brian Gough')
         self.add_external_author ('Makoto Matsumoto and Takuji Nishimura,')
         self.add_external_author ('National Research Council of Canada.')
+        self.add_external_author ('NVIDIA Corporation')
         self.add_external_author ('Peter Dimov and Multi Media Ltd.')
         self.add_external_author ('Peter Dimov')
         self.add_external_author ('Pipeline Associates, Inc.')