summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.py
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-20 14:50:19 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-20 14:50:19 +0000
commit63dcebaa8747bb23c2c8a4ab4778f3589436af68 (patch)
treecb9042b4f0f2085bdc478c5e8f4024598d402b2e /contrib/update-copyright.py
parentc5c6a6386e509c511dbc9ec502cbe7c20b06b90b (diff)
* update-copyright.py (LibJavaFilter): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244719 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/update-copyright.py')
-rwxr-xr-xcontrib/update-copyright.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index 6bc37043f3a2..fd88e9a1151d 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -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)