mirror of https://github.com/zachjs/sv2v.git
bump license year
This commit is contained in:
parent
a4928a87e6
commit
4dc672bbfa
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright 2019-2023 Zachary Snow
|
Copyright 2019-2024 Zachary Snow
|
||||||
Copyright 2011-2015 Tom Hawkins
|
Copyright 2011-2015 Tom Hawkins
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,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-2023 Zachary Snow, 2011-2015 Tom Hawkins" ]
|
, "(C) 2019-2024 Zachary Snow, 2011-2015 Tom Hawkins" ]
|
||||||
&= helpArg [explicit, name "help", help "Display this help message"]
|
&= helpArg [explicit, name "help", help "Display this help message"]
|
||||||
&= versionArg [explicit, name "version"]
|
&= versionArg [explicit, name "version"]
|
||||||
&= verbosityArgs [ignore] [ignore]
|
&= verbosityArgs [ignore] [ignore]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue