diff --git a/LICENSE b/LICENSE index 0a3d4a5..7571348 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright 2019-2021 Zachary Snow +Copyright 2019-2022 Zachary Snow Copyright 2011-2015 Tom Hawkins All rights reserved. diff --git a/src/Job.hs b/src/Job.hs index 3d607a8..7eb04fd 100644 --- a/src/Job.hs +++ b/src/Job.hs @@ -86,7 +86,7 @@ defaultJob = Job &= summary ("sv2v " ++ version) &= details [ "sv2v converts SystemVerilog to Verilog." , "More info: https://github.com/zachjs/sv2v" - , "(C) 2019-2021 Zachary Snow, 2011-2015 Tom Hawkins" ] + , "(C) 2019-2022 Zachary Snow, 2011-2015 Tom Hawkins" ] &= helpArg [explicit, name "help"] &= versionArg [explicit, name "version"] &= verbosityArgs [ignore] [ignore]