Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-22 20:59:19 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-22 20:59:19 +0300
commitc235a891c99226184ce836bc2707fa6c4e077629 (patch)
tree41d62ecaf001027415b663555083d0e0bf6d9834
parentd8b6ed75abe4bc7b36b5f44fc8cd9a72cc48895a (diff)
Fix copyright statementv2.2.3-rc1
-rw-r--r--nextcloudtheme/nextcloudtheme.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nextcloudtheme/nextcloudtheme.h b/nextcloudtheme/nextcloudtheme.h
index 87fc908..2ead385 100644
--- a/nextcloudtheme/nextcloudtheme.h
+++ b/nextcloudtheme/nextcloudtheme.h
@@ -77,7 +77,9 @@ public:
.arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
- re += tr("<p>Copyright ownCloud, Incorporated</p>");
+ re += trUtf8("<p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, "
+ "Olivier Goffart, Markus Götz and others.</small></p>");
+
re += tr("<p>Distributed by %1 and 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>")