ref: b33ff7e96c5c410f722808314579810f23c86cd8
parent: dde9b2c1bf6184d7d525ebbf52485549f31196ba
author: Julia Nechaevskaya <julia.nechaevskaya@live.com>
date: Mon Jan 2 19:12:10 EST 2023
Update copyright year to 2023 (#1566)
--- 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-2022")
+set(PACKAGE_COPYRIGHT "Copyright (C) 1993-2023")
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-2022"
+PACKAGE_COPYRIGHT="Copyright (C) 1993-2023"
PACKAGE_LICENSE="GNU General Public License, version 2"
PACKAGE_MAINTAINER="Simon Howard"
PACKAGE_URL="https://www.chocolate-doom.org/"