summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.py
diff options
context:
space:
mode:
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)