foxygit / doom Log in
commit 7c7063964933a15a2b351e9571513d2eb09f9ccc
Author:     Julia Nechaevskaya <julia.nechaevskaya@live.com>
AuthorDate: Mon Jan 1 10:24:44 2024 +0300
Commit:     Julia Nechaevskaya <julia.nechaevskaya@live.com>
CommitDate: Mon Jan 1 10:24:44 2024 +0300

    Update copyright year to 2024

    Happy New Year! 🎄
---
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 217765b3..9393daa3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ set(PACKAGE_STRING "${PROJECT_NAME} ${PROJECT_VERSION}")
 set(PACKAGE_BUGREPORT "chocolate-doom-dev-list@chocolate-doom.org")

 string(REGEX REPLACE " Doom$" "" PACKAGE_SHORTNAME "${PACKAGE_NAME}")
-set(PACKAGE_COPYRIGHT "Copyright (C) 1993-2023")
+set(PACKAGE_COPYRIGHT "Copyright (C) 1993-2024")
 set(PACKAGE_LICENSE "GNU General Public License, version 2")

 # Any settings that should apply to all targets in this directory and all
diff --git a/configure.ac b/configure.ac
index b6810d00..d464f579 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(Chocolate Doom, 3.0.0,

 PACKAGE_SHORTNAME=${PACKAGE_NAME% Doom}
 PACKAGE_SHORTDESC="Conservative source port"
-PACKAGE_COPYRIGHT="Copyright (C) 1993-2023"
+PACKAGE_COPYRIGHT="Copyright (C) 1993-2024"
 PACKAGE_LICENSE="GNU General Public License, version 2"
 PACKAGE_MAINTAINER="Simon Howard"
 PACKAGE_URL="https://www.chocolate-doom.org/"