Skip to content

Commit a45c976

Browse files
fix: adjust copyright (#12087)
1 parent a043fdb commit a45c976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gui/generalsettings.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<cursorShape>ArrowCursor</cursorShape>
237237
</property>
238238
<property name="text">
239-
<string notr="true">Copyright ownCloud GmbH</string>
239+
<string notr="true">Copyright ownCloud GmbH (A Kiteworks Company)</string>
240240
</property>
241241
<property name="textInteractionFlags">
242242
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>

src/libsync/theme.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ QString Theme::about() const
325325
"<p><small>By Klaas Freitag, Daniel Molkentin, Olivier Goffart, Markus Götz, "
326326
" Jan-Christoph Borchardt, Thomas Müller,<br>"
327327
"Dominik Schmidt, Michael Stingl, Hannah von Reth, Fabian Müller and others.</small></p>"
328-
"<p>Copyright ownCloud GmbH</p>"
328+
"<p>Copyright ownCloud GmbH (A Kiteworks Company)</p>"
329329
"<p>Distributed by %4 and licensed under the GNU General Public License (GPL) Version 2.0.<br/>"
330330
"%5 and the %5 logo are registered trademarks of %4 in the "
331331
"United States, other countries, or both.</p>"

0 commit comments

Comments
 (0)