* update-copyright.py (LibJavaFilter): Remove.
From-SVN: r244719
This commit is contained in:
parent
be42aa717c
commit
a395b2e5cd
2 changed files with 5 additions and 24 deletions
|
@ -1,5 +1,9 @@
|
|||
2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
2017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* update-copyright.py (LibJavaFilter): Remove.
|
||||
|
||||
2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* gcc_update: Remove entries related to GCJ and libgcj.
|
||||
Complete copyright years and adjust my e-mail address.
|
||||
|
||||
|
|
|
@ -611,29 +611,6 @@ class LibGCCFilter (GenericFilter):
|
|||
'soft-fp',
|
||||
])
|
||||
|
||||
class LibJavaFilter (GenericFilter):
|
||||
def __init__ (self):
|
||||
GenericFilter.__init__ (self)
|
||||
|
||||
self.skip_dirs |= set ([
|
||||
# Handled separately.
|
||||
'testsuite',
|
||||
|
||||
# Not really part of the library
|
||||
'contrib',
|
||||
|
||||
# Imported from upstream
|
||||
'classpath',
|
||||
'libltdl',
|
||||
])
|
||||
|
||||
def get_line_filter (self, dir, filename):
|
||||
if filename == 'NameDecoder.h':
|
||||
return re.compile ('.*NAME_COPYRIGHT')
|
||||
if filename == 'ICC_Profile.h':
|
||||
return re.compile ('.*icSigCopyrightTag')
|
||||
return GenericFilter.get_line_filter (self, dir, filename)
|
||||
|
||||
class LibStdCxxFilter (GenericFilter):
|
||||
def __init__ (self):
|
||||
GenericFilter.__init__ (self)
|
||||
|
|
Loading…
Add table
Reference in a new issue