mirror of https://github.com/procxx/kepka.git
Add logo copyright info to README
This commit is contained in:
parent
9c1b501123
commit
f09f8075fb
|
@ -6,6 +6,7 @@ project(Kepka
|
||||||
# HOMEPAGE_URL "https://github.com/procxx/kepka"
|
# HOMEPAGE_URL "https://github.com/procxx/kepka"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(PROJECT_COMPANY_NAME "pro.cxx Community")
|
||||||
set(PROJECT_VERSION_RC 1)
|
set(PROJECT_VERSION_RC 1)
|
||||||
|
|
||||||
if(PROJECT_VERSION_RC)
|
if(PROJECT_VERSION_RC)
|
||||||
|
|
|
@ -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 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
|
## Supported systems
|
||||||
|
|
||||||
* Windows 7 - Windows 10 (**not** RT)
|
* Windows 7 - Windows 10 (**not** RT)
|
||||||
|
|
|
@ -50,7 +50,7 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Telegram Messenger LLP"
|
VALUE "CompanyName", "@PROJECT_COMPANY_NAME@"
|
||||||
VALUE "FileDescription", "@PROJECT_NAME@"
|
VALUE "FileDescription", "@PROJECT_NAME@"
|
||||||
VALUE "FileVersion", "@PROJECT_VERSION@"
|
VALUE "FileVersion", "@PROJECT_VERSION@"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
||||||
|
|
Loading…
Reference in New Issue