From 68792ee9db9c94e51ac1d8e41e4ff52bdb920012 Mon Sep 17 00:00:00 2001 From: hefee Date: Sat, 30 Aug 2014 02:18:55 +0200 Subject: [PATCH] Fixing spellingerror GNU Public License -> GNU General Public License --- src/mirall/owncloudtheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp index 5e5b2a5a9f..6691c69ce4 100644 --- a/src/mirall/owncloudtheme.cpp +++ b/src/mirall/owncloudtheme.cpp @@ -50,7 +50,7 @@ QString ownCloudTheme::about() const "Olivier Goffart, Markus Götz and others.
" "Based on Mirall by Duncan Mac-Vicar P.

" "

Copyright ownCloud, Inc.

" - "

Licensed under the GNU Public License (GPL) Version 2.0
" + "

Licensed under the GNU General Public License (GPL) Version 2.0
" "ownCloud and the ownCloud Logo are registered trademarks of ownCloud, " "Inc. in the United States, other countries, or both

" )