From 4dc672bbfadcd29a870898cf04e52d7e205851f6 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Sun, 5 May 2024 18:24:21 -0400 Subject: [PATCH] bump license year --- LICENSE | 2 +- src/Job.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b4e2e8e..fe34d6c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright 2019-2023 Zachary Snow +Copyright 2019-2024 Zachary Snow Copyright 2011-2015 Tom Hawkins All rights reserved. diff --git a/src/Job.hs b/src/Job.hs index 8731548..e9ed4be 100644 --- a/src/Job.hs +++ b/src/Job.hs @@ -106,7 +106,7 @@ defaultJob = Job &= summary ("sv2v " ++ version) &= details [ "sv2v converts SystemVerilog to Verilog." , "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"] &= versionArg [explicit, name "version"] &= verbosityArgs [ignore] [ignore]