bump license year

This commit is contained in:
Zachary Snow 2023-06-18 15:02:05 -04:00
parent a05659cd06
commit c103d0cb67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright 2019-2022 Zachary Snow
Copyright 2019-2023 Zachary Snow
Copyright 2011-2015 Tom Hawkins
All rights reserved.

View File

@ -90,7 +90,7 @@ defaultJob = Job
&= summary ("sv2v " ++ version)
&= details [ "sv2v converts SystemVerilog to Verilog."
, "More info: https://github.com/zachjs/sv2v"
, "(C) 2019-2022 Zachary Snow, 2011-2015 Tom Hawkins" ]
, "(C) 2019-2023 Zachary Snow, 2011-2015 Tom Hawkins" ]
&= helpArg [explicit, name "help"]
&= versionArg [explicit, name "version"]
&= verbosityArgs [ignore] [ignore]