Remove default trademark text

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-06-29 21:36:18 +02:00
parent 85cee68f1d
commit d2b75cabb2
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -335,11 +335,7 @@ QString Theme::about() const
"Copyright 2017-2018 Nextcloud GmbH<br />"
"Copyright 2012-2018 ownCloud GmbH</p>");
devString += tr("<p>Licensed under the GNU General Public License (GPL) Version 2.0.<br/>"
"%2 and the %2 Logo are registered trademarks of %1 in the "
"European Union, other countries, or both.</p>")
.arg(APPLICATION_VENDOR)
.arg(APPLICATION_NAME);
devString += tr("<p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p>");
devString += gitSHA1();