[Pkg-owncloud-commits] [owncloud-client] 55/84: Update owner to be ownCloud GmbH
Sandro Knauß
hefee at moszumanska.debian.org
Fri Oct 21 22:51:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository owncloud-client.
commit 37adaa7872fa31179e13b3496b957d5c60478678
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Jul 26 16:47:44 2016 +0200
Update owner to be ownCloud GmbH
Fixes #5079
(cherry picked from commit a83c5598e850730c277f365e38a2348b825351a9)
---
src/libsync/owncloudtheme.cpp | 2 +-
src/libsync/theme.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libsync/owncloudtheme.cpp b/src/libsync/owncloudtheme.cpp
index 0916fa8..f5fcbd9 100644
--- a/src/libsync/owncloudtheme.cpp
+++ b/src/libsync/owncloudtheme.cpp
@@ -47,7 +47,7 @@ QString ownCloudTheme::about() const
devString = trUtf8("<p>Version %2. For more information visit <a href=\"%3\">%4</a></p>"
"<p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, "
"Olivier Goffart, Markus Götz and others.</small></p>"
- "<p>Copyright ownCloud, Inc.</p>"
+ "<p>Copyright ownCloud GmbH</p>"
"<p>Licensed under the GNU General Public License (GPL) Version 2.0<br/>"
"ownCloud and the ownCloud Logo are registered trademarks of ownCloud, "
"Inc. in the United States, other countries, or both.</p>"
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index 572ccec..5dfecc9 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -286,7 +286,7 @@ QString Theme::about() const
.arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
- re += tr("<p>Copyright ownCloud, Incorporated</p>");
+ re += tr("<p>Copyright ownCloud GmbH</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 "
"United States, other countries, or both.</p>")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list