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/dists/win32/phaethon.rc b/dists/win32/phaethon.rc index dc7ffe0..7ea8777 100644 --- a/dists/win32/phaethon.rc +++ b/dists/win32/phaethon.rc @@ -24,7 +24,7 @@ BEGIN VALUE "FileDescription", "https://xoreos.org/\0" VALUE "FileVersion", "0.0.6+git\0" VALUE "InternalName", "Phaethon\0" - VALUE "LegalCopyright", "Copyright © 2014-2022 The xoreos Team\0" + VALUE "LegalCopyright", "Copyright © 2014-2023 The xoreos Team\0" VALUE "LegalTrademarks", "The Infinity engine, Aurora engine, Odyssey engine and Eclipse engine are registered trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc. The Electron engine and Lycium engine are trademarks of BioWare Corp., a subsidiary of Electronic Arts, Inc. Bink is a registered trademark of RAD Game Tools, Inc. Neverwinter Nights is a registered trademark of Wizards of the Coast, a subsidiary of Hasbro Inc. Star Wars, Knights of the Old Republic and The Sith Lords are registered trademarks of Lucasfilm Entertainment Company Ltd., a subsidiary of The Walt Disney Company. Jade Empire is a registered trademark of BioWare Corp., a subsidiary of Electronic Arts, Inc. Sonic the Hedgehog is a registered trademark of Sega Corporation. The Witcher is a registered trademark of CD Projekt S.A. Dragon Age is a registered trademark of Electronic Arts, Inc. All rights reserved.\0" VALUE "OriginalFilename", "phaethon.exe\0" VALUE "ProductName", "phaethon\0" 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"