Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a395b2e5
Commit
a395b2e5
authored
Jan 20, 2017
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Jan 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* update-copyright.py (LibJavaFilter): Remove.
From-SVN: r244719
parent
be42aa71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
24 deletions
+5
-24
contrib/ChangeLog
+5
-1
contrib/update-copyright.py
+0
-23
No files found.
contrib/ChangeLog
View file @
a395b2e5
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
.
...
...
contrib/update-copyright.py
View file @
a395b2e5
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment