From 080f1186c8a39000e2a29bf6a7dba145d198eb67 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Wed, 15 Sep 2010 13:38:24 +0200
Subject: [PATCH] MacOSX: Cut down excessive copyright text

Task-number: QTCREATORBUG-2242
---
 src/app/Info.plist | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/app/Info.plist b/src/app/Info.plist
index bbbb8865f58..7da981629dc 100644
--- a/src/app/Info.plist
+++ b/src/app/Info.plist
@@ -200,14 +200,7 @@
 		</dict>
 	</array>
         <key>NSHumanReadableCopyright</key>
-        <string>(C) 2008-2010 Nokia Corporation
-Commercial Usage
-
-Licensees holding valid Qt Commercial licenses may use this file in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
-
-GNU Lesser General Public License Usage
-
-Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file.  Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</string>
+        <string>(C) 2008-2010 Nokia Corporation</string>
 	<key>CFBundleIconFile</key>
 	<string>@ICON@</string>
 	<key>CFBundlePackageType</key>
-- 
GitLab