summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-04 14:41:50 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-01-04 14:41:50 +0000
commitbd3f0a53c07086e978ea4ec00e10a20e4a969c40 (patch)
tree728a757ac3e3f11cb90813d908cead47658548f8 /contrib
parentf1717362de1e56fe1ffab540289d7d0c6ed48b20 (diff)
downloadgcc-bd3f0a53c07086e978ea4ec00e10a20e4a969c40.tar.gz
* update-copyright.py (GCCCopyright): Add NVIDIA Corporation
as external author. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232056 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-x[-rw-r--r--]contrib/update-copyright.py3
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index ab8060bb246..c15df12886a 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index e5f17b4d3b4..5f93d01ac8c 100644..100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -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.')