From edb1b4e0f6deb000022867c9074ae1a705741b3e Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 25 Jan 2020 02:51:44 +0300 Subject: [PATCH] Changing copyright year Since fork development started in 2019, it should be the first year. --- Telegram/Resources/winrc/Telegram.rc | 2 +- Telegram/Resources/winrc/Updater.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index cc608e727..609208fec 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -52,7 +52,7 @@ BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop" VALUE "FileVersion", "1.1.4.0" - VALUE "LegalCopyright", "Copyright (C) 2014-2020" + VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" VALUE "ProductVersion", "1.1.4.0" END diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 953864d92..e112c1385 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -43,7 +43,7 @@ BEGIN VALUE "CompanyName", "Kotatogram" VALUE "FileDescription", "Kotatogram Desktop Updater" VALUE "FileVersion", "1.1.4.0" - VALUE "LegalCopyright", "Copyright (C) 2014-2020" + VALUE "LegalCopyright", "Copyright (C) 2019-2020" VALUE "ProductName", "Kotatogram Desktop" VALUE "ProductVersion", "1.1.4.0" END