diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f6fb64ef..9981ade35 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 fb5a05c2b..77e413d75 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,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"