mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 10:39:40 +08:00
update-copyright.py (GCCCopyright): Add NVIDIA Corporation as external author.
* update-copyright.py (GCCCopyright): Add NVIDIA Corporation as external author. From-SVN: r232056
This commit is contained in:
parent
818ab71a41
commit
f29fa917a5
@ -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
|
||||
|
3
contrib/update-copyright.py
Normal file → Executable file
3
contrib/update-copyright.py
Normal file → Executable file
@ -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.')
|
||||
|
Loading…
Reference in New Issue
Block a user