public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] update-copyright.py: Add Mentor Graphics Corporation and Yoshinori Sato as external authors.
@ 2020-01-22 23:57 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2020-01-22 23:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e528bf8d679ec946ed42568978ef4bc5c79bc7bd

commit e528bf8d679ec946ed42568978ef4bc5c79bc7bd
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Jan 1 12:26:53 2020 +0100

    update-copyright.py: Add Mentor Graphics Corporation and Yoshinori Sato as external authors.
    
    	* update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
    	Sato as external authors.  Skip LICENSE.txt files.
    
    From-SVN: r279812

Diff:
---
 contrib/ChangeLog           | 5 +++++
 contrib/update-copyright.py | 5 ++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index cfac553..b9c8fea 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+	* update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
+	Sato as external authors.  Skip LICENSE.txt files.
+
 2019-12-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
 
 	* config-list.mk: Add msp430-elfbare.
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index ee3ee7f..12ce4c0 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 #
-# Copyright (C) 2013-2018 Free Software Foundation, Inc.
+# Copyright (C) 2013-2020 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
@@ -75,6 +75,7 @@ class GenericFilter:
                 'COPYING3',
                 'COPYING3.LIB',
                 'LICENSE',
+                'LICENSE.txt',
                 'fdl.texi',
                 'gpl_v3.texi',
                 'fdl-1.3.xml',
@@ -693,6 +694,7 @@ class GCCCopyright (Copyright):
         self.add_external_author ('Information Technology Industry Council.')
         self.add_external_author ('James Theiler, Brian Gough')
         self.add_external_author ('Makoto Matsumoto and Takuji Nishimura,')
+        self.add_external_author ('Mentor Graphics Corporation')
         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.')
@@ -710,6 +712,7 @@ class GCCCopyright (Copyright):
         self.add_external_author ('The Regents of the University of California.')
         self.add_external_author ('Unicode, Inc.')
         self.add_external_author ('University of Toronto.')
+        self.add_external_author ('Yoshinori Sato')
 
 class GCCCmdLine (CmdLine):
     def __init__ (self):


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-22 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 23:57 [gcc/devel/gccgo] update-copyright.py: Add Mentor Graphics Corporation and Yoshinori Sato as external authors Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).