foxygit / doom Log in
commit 9eaf5ccf437353a2ad61ea033fd2acb7f396cdd1
Author:     Julia Nechaevskaya <julia.nechaevskaya@live.com>
AuthorDate: Thu Oct 10 09:33:16 2019 +0300
Commit:     GitHub <noreply@github.com>
CommitDate: Thu Oct 10 09:33:16 2019 +0300

    Update copyright year to 2019 in PACKAGE_COPYRIGHT
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 032a8be2..06488c01 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-2018"
+PACKAGE_COPYRIGHT="Copyright (C) 1993-2019"
 PACKAGE_LICENSE="GNU General Public License, version 2"
 PACKAGE_MAINTAINER="Simon Howard"
 PACKAGE_URL="https://www.chocolate-doom.org/"