mirror of https://github.com/zachjs/sv2v.git
bump license year
This commit is contained in:
parent
ea56f51d03
commit
ccd09a1386
2
LICENSE
2
LICENSE
|
|
@ -2,7 +2,7 @@ BSD 3-Clause License
|
||||||
|
|
||||||
Copyright for portions of sv2v are held by Tom Hawkins, 2011-2015, as part of
|
Copyright for portions of sv2v are held by Tom Hawkins, 2011-2015, as part of
|
||||||
tomahawkins/verilog. Copyright for all other portions of sv2v are held by
|
tomahawkins/verilog. Copyright for all other portions of sv2v are held by
|
||||||
Zachary Snow, 2019-2020.
|
Zachary Snow, 2019-2021.
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ defaultJob = Job
|
||||||
&= summary ("sv2v " ++ giDescribe $$tGitInfoCwd)
|
&= summary ("sv2v " ++ giDescribe $$tGitInfoCwd)
|
||||||
&= 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-2020 Zachary Snow, 2011-2015 Tom Hawkins" ]
|
, "(C) 2019-2021 Zachary Snow, 2011-2015 Tom Hawkins" ]
|
||||||
&= helpArg [explicit, name "help", groupname "Other"]
|
&= helpArg [explicit, name "help", groupname "Other"]
|
||||||
&= versionArg [explicit, name "version"]
|
&= versionArg [explicit, name "version"]
|
||||||
&= verbosityArgs [ignore] [ignore]
|
&= verbosityArgs [ignore] [ignore]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue