From 02e3210a60eb71b379d5851cc49e6ba2540c127b Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 8 Feb 2024 17:48:38 +0100 Subject: [PATCH] Updated copyright info in pandemonium_res.rc. --- platform/windows/pandemonium_res.rc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/platform/windows/pandemonium_res.rc b/platform/windows/pandemonium_res.rc index 8d111466a..36404c629 100644 --- a/platform/windows/pandemonium_res.rc +++ b/platform/windows/pandemonium_res.rc @@ -1,8 +1,4 @@ #include "core/version.h" -#ifndef _STR -#define _STR(m_x) #m_x -#define _MKSTR(m_x) _STR(m_x) -#endif PANDEMONIUM_ICON ICON platform/windows/pandemonium.ico @@ -21,7 +17,7 @@ BEGIN VALUE "FileVersion", VERSION_NUMBER VALUE "ProductName", VERSION_NAME VALUE "Licence", "MIT" - VALUE "LegalCopyright", "Copyright (c) 2007-" _MKSTR(VERSION_YEAR) " Juan Linietsky, Ariel Manzur and contributors" + VALUE "LegalCopyright", "Copyright (c) 2022-present Péter Magyar, 2007-2022 Juan Linietsky, Ariel Manzur and Godot Engine contributors" VALUE "Info", "https://github.com/Relintai/pandemonium_engine" VALUE "ProductVersion", VERSION_FULL_BUILD END