diff --git a/AUTHORS b/AUTHORS index 3cfb339..49f1fe1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Phaethon - A FLOSS resource explorer for BioWare's Aurora engine games -Copyright (c) 2014-2022 by the following: +Copyright (c) 2014-2023 by the following: Sven Hesse (DrMcCoy) Matthew Hoops (clone2727) diff --git a/dists/debian/copyright b/dists/debian/copyright index e5fb0cf..6c12237 100644 --- a/dists/debian/copyright +++ b/dists/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: phaethon Source: https://xoreos.org/ Files: * -Copyright: 2010-2022 The xoreos Team +Copyright: 2010-2023 The xoreos Team License: GPL-3.0-or-later Comment: See list of copyright holders and upstream authors in diff --git a/src/version/version.cpp b/src/version/version.cpp index 0e8d648..262951c 100644 --- a/src/version/version.cpp +++ b/src/version/version.cpp @@ -75,7 +75,7 @@ static const char *kProjectNameVersionFull = PACKAGE_NAME " " PACKAGE_VERSION PH static const char *kProjectURL = "https://xoreos.org/"; static const char *kProjectAuthors = - "Copyright (c) 2014-2022 by the xoreos team.\n" + "Copyright (c) 2014-2023 by the xoreos team.\n" "Please see the AUTHORS file for details.\n" "\n" "This is free software; see the source for copying conditions. There is NO\n"