Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
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
sv2v
Commits
c103d0cb
Commit
c103d0cb
authored
Jun 18, 2023
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump license year
parent
a05659cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
LICENSE
+1
-1
src/Job.hs
+1
-1
No files found.
LICENSE
View file @
c103d0cb
BSD 3-Clause License
BSD 3-Clause License
Copyright 2019-202
2
Zachary Snow
Copyright 2019-202
3
Zachary Snow
Copyright 2011-2015 Tom Hawkins
Copyright 2011-2015 Tom Hawkins
All rights reserved.
All rights reserved.
...
...
src/Job.hs
View file @
c103d0cb
...
@@ -90,7 +90,7 @@ defaultJob = Job
...
@@ -90,7 +90,7 @@ defaultJob = Job
&=
summary
(
"sv2v "
++
version
)
&=
summary
(
"sv2v "
++
version
)
&=
details
[
"sv2v converts SystemVerilog to Verilog."
&=
details
[
"sv2v converts SystemVerilog to Verilog."
,
"More info: https://github.com/zachjs/sv2v"
,
"More info: https://github.com/zachjs/sv2v"
,
"(C) 2019-202
2
Zachary Snow, 2011-2015 Tom Hawkins"
]
,
"(C) 2019-202
3
Zachary Snow, 2011-2015 Tom Hawkins"
]
&=
helpArg
[
explicit
,
name
"help"
]
&=
helpArg
[
explicit
,
name
"help"
]
&=
versionArg
[
explicit
,
name
"version"
]
&=
versionArg
[
explicit
,
name
"version"
]
&=
verbosityArgs
[
ignore
]
[
ignore
]
&=
verbosityArgs
[
ignore
]
[
ignore
]
...
...
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