diff -r 30eb2d538f02 -r fe41c66bacc7 configtool/com.nokia.S60CT.gui/src/com/nokia/s60ct/gui/views/AboutDialog.java --- a/configtool/com.nokia.S60CT.gui/src/com/nokia/s60ct/gui/views/AboutDialog.java Thu Mar 11 18:39:02 2010 +0200 +++ b/configtool/com.nokia.S60CT.gui/src/com/nokia/s60ct/gui/views/AboutDialog.java Wed Jun 02 10:50:41 2010 +0300 @@ -167,9 +167,9 @@ String legalText ="Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n" + "All rights reserved.\n" + "This component and the accompanying materials are made available \n" + - "under the terms of the License \"Symbian Foundation License v1.0\"\n" + + "under the terms of the License \"Eclipse Public License v1.0\"\n" + "which accompanies this distribution, and is available at the URL \n" + - "\"http://www.symbianfoundation.org/legal/sfl-v10.html\"."; + "\"http://www.eclipse.org/legal/epl-v10.html\"."; return "\n"+toolName+"\n\n"+pluginVersion+"\n"+pluginDate+" rev."+pluginRepositoryVersion+"\n\n"+legalText; }