From 0e542ccfcdc3345b500e4010131f80fecf8c7a93 Mon Sep 17 00:00:00 2001 From: Darren Wiebe Date: Mon, 18 Dec 2017 16:45:32 -0700 Subject: [PATCH 1/3] Update LICENSE Change name at top of license. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 77e1f6119fe20..b7a8969ad2a91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Telegram Desktop is licensed under the GNU General Public License +CloudVeil Messenger Desktop is licensed under the GNU General Public License version 3 with the addition of the following special exception: In addition, as a special exception, the copyright holders give From 7289e0ddc88d7993aa86d64fd295d7e34556ec7c Mon Sep 17 00:00:00 2001 From: Darren Wiebe Date: Mon, 18 Dec 2017 16:47:49 -0700 Subject: [PATCH 2/3] Begin updating branding. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 14519469de284..66cf5dad93739 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ -# [Telegram Desktop][telegram_desktop] – Official Messenger +# [CloudVeil Messenger Desktop][cloudveil_messenger_desktop] - Unofficial Client -This is the complete source code and the build instructions for the alpha version of the official desktop client for the [Telegram][telegram] messenger, based on the [Telegram API][telegram_api] and the [MTProto][telegram_proto] secure protocol. - -[![Version](https://badge.fury.io/gh/telegramdesktop%2Ftdesktop.svg)](https://github.com/telegramdesktop/tdesktop/releases) -[![Build Status](https://travis-ci.org/telegramdesktop/tdesktop.svg?branch=dev)](https://travis-ci.org/telegramdesktop/tdesktop) -[![Build status](https://ci.appveyor.com/api/projects/status/uiw2y768iy4i5bu8/branch/dev?svg=true)](https://ci.appveyor.com/project/telegramdesktop/tdesktop) - -[![Preview of Telegram Desktop][preview_image]][preview_image_url] +This is the complete source code and the build instructions for the alpha version of CloudVeil Messenger which is based on he [Telegram][telegram] messenger, based on the [Telegram API][telegram_api] and the [MTProto][telegram_proto] secure protocol. The source code is published under GPLv3 with OpenSSL exception, the license is available [here][license]. From 9926a2a8d404a17aa4870845b797963e50a780b2 Mon Sep 17 00:00:00 2001 From: Darren Wiebe Date: Mon, 18 Dec 2017 16:50:31 -0700 Subject: [PATCH 3/3] Update README.md Corrected formatting in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 66cf5dad93739..c64924f8b8efe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [CloudVeil Messenger Desktop][cloudveil_messenger_desktop] - Unofficial Client +# CloudVeil Messenger Desktop – Unofficial Telegram Client This is the complete source code and the build instructions for the alpha version of CloudVeil Messenger which is based on he [Telegram][telegram] messenger, based on the [Telegram API][telegram_api] and the [MTProto][telegram_proto] secure protocol. @@ -42,7 +42,6 @@ The source code is published under GPLv3 with OpenSSL exception, the license is [//]: # (LINKS) [telegram]: https://telegram.org -[telegram_desktop]: https://desktop.telegram.org [telegram_api]: https://core.telegram.org [telegram_proto]: https://core.telegram.org/mtproto [license]: LICENSE