shithub: choc

Download patch

ref: a2f5121a3bb65b6e57297c3159f07447dd837c6d
parent: 9dc7a7f5d543317b2fd7c63a4ca1c3d14eebf205
parent: 1b62ef1de3d33fa45fef45a90506b8f73e6e8776
author: Michael Francis <mikefrancis95@gmail.com>
date: Sun Jan 2 18:01:01 EST 2022

Merge pull request #1419 from JNechaevsky/happy_new_year

Update copyright year to 2022

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
 set(PACKAGE_BUGREPORT "chocolate-doom-dev-list@chocolate-doom.org")
 
 string(REGEX REPLACE " Doom$" "" PACKAGE_SHORTNAME "${PACKAGE_NAME}")
-set(PACKAGE_COPYRIGHT "Copyright (C) 1993-2017")
+set(PACKAGE_COPYRIGHT "Copyright (C) 1993-2022")
 set(PACKAGE_LICENSE "GNU General Public License, version 2")
 
 # Any settings that should apply to all targets in this directory and all
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 PACKAGE_SHORTNAME=${PACKAGE_NAME% Doom}
 PACKAGE_SHORTDESC="Conservative source port"
-PACKAGE_COPYRIGHT="Copyright (C) 1993-2021"
+PACKAGE_COPYRIGHT="Copyright (C) 1993-2022"
 PACKAGE_LICENSE="GNU General Public License, version 2"
 PACKAGE_MAINTAINER="Simon Howard"
 PACKAGE_URL="https://www.chocolate-doom.org/"