From 419705ed15a579542a9ed33527ac9f96a23f8c3d Mon Sep 17 00:00:00 2001 From: leha-bot Date: Mon, 31 Dec 2018 04:37:48 +0300 Subject: [PATCH] Add logo copyright info to README --- CMakeLists.txt | 1 + README.md | 2 ++ Telegram/Resources/winrc/Kepka.rc.in | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa9413ae0..b6949e707 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ project(Kepka # HOMEPAGE_URL "https://github.com/procxx/kepka" ) +set(PROJECT_COMPANY_NAME "pro.cxx Community") set(PROJECT_VERSION_RC 1) if(PROJECT_VERSION_RC) diff --git a/README.md b/README.md index efbd5f10c..9c1e07ddd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ $ cmake --build . --config RelWithDebInfo The source code is published under GPLv3 with OpenSSL exception, the license is available [here][license]. +The Kepka logo is available by CC-BY-SA 4.0 License. (c) 2018 leha-bot. The full CC-BY-SA 4.0 license text is available [here](https://creativecommons.org/licenses/by-sa/4.0/legalcode). + ## Supported systems * Windows 7 - Windows 10 (**not** RT) diff --git a/Telegram/Resources/winrc/Kepka.rc.in b/Telegram/Resources/winrc/Kepka.rc.in index 81f7744c6..f775585fd 100644 --- a/Telegram/Resources/winrc/Kepka.rc.in +++ b/Telegram/Resources/winrc/Kepka.rc.in @@ -50,7 +50,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "Telegram Messenger LLP" + VALUE "CompanyName", "@PROJECT_COMPANY_NAME@" VALUE "FileDescription", "@PROJECT_NAME@" VALUE "FileVersion", "@PROJECT_VERSION@" VALUE "LegalCopyright", "Copyright (C) 2014-2019"