mirror of https://github.com/procxx/kepka.git
Add logo copyright info to README
This commit is contained in:
parent
8d681800e3
commit
419705ed15
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue