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
bcc404b8
Commit
bcc404b8
authored
Feb 12, 2022
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump license year
parent
96cfe18c
Show 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 @
bcc404b8
BSD 3-Clause License
Copyright 2019-202
1
Zachary Snow
Copyright 2019-202
2
Zachary Snow
Copyright 2011-2015 Tom Hawkins
All rights reserved.
...
...
src/Job.hs
View file @
bcc404b8
...
...
@@ -86,7 +86,7 @@ defaultJob = Job
&=
summary
(
"sv2v "
++
version
)
&=
details
[
"sv2v converts SystemVerilog to Verilog."
,
"More info: https://github.com/zachjs/sv2v"
,
"(C) 2019-202
1
Zachary Snow, 2011-2015 Tom Hawkins"
]
,
"(C) 2019-202
2
Zachary Snow, 2011-2015 Tom Hawkins"
]
&=
helpArg
[
explicit
,
name
"help"
]
&=
versionArg
[
explicit
,
name
"version"
]
&=
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