configtool/com.nokia.S60CT.gui/src/com/nokia/s60ct/gui/views/AboutDialog.java
changeset 1 fe41c66bacc7
parent 0 30eb2d538f02
equal deleted inserted replaced
0:30eb2d538f02 1:fe41c66bacc7
   165 		String pluginDate=(String)Platform.getBundle(pluginID).getHeaders().get("Bundle-Date");   
   165 		String pluginDate=(String)Platform.getBundle(pluginID).getHeaders().get("Bundle-Date");   
   166 		String pluginRepositoryVersion=(String)Platform.getBundle(pluginID).getHeaders().get("Bundle-RepositoryVersion"); 
   166 		String pluginRepositoryVersion=(String)Platform.getBundle(pluginID).getHeaders().get("Bundle-RepositoryVersion"); 
   167 		String legalText ="Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n" +
   167 		String legalText ="Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n" +
   168 				"All rights reserved.\n" +
   168 				"All rights reserved.\n" +
   169 				"This component and the accompanying materials are made available    \n" +
   169 				"This component and the accompanying materials are made available    \n" +
   170 				"under the terms of the License \"Symbian Foundation License v1.0\"\n" +
   170 				"under the terms of the License \"Eclipse Public License v1.0\"\n" +
   171 				"which accompanies this distribution, and is available at the URL \n" +
   171 				"which accompanies this distribution, and is available at the URL \n" +
   172 				"\"http://www.symbianfoundation.org/legal/sfl-v10.html\".";
   172 				"\"http://www.eclipse.org/legal/epl-v10.html\".";
   173 		
   173 		
   174 		return "\n"+toolName+"\n\n"+pluginVersion+"\n"+pluginDate+" rev."+pluginRepositoryVersion+"\n\n"+legalText;
   174 		return "\n"+toolName+"\n\n"+pluginVersion+"\n"+pluginDate+" rev."+pluginRepositoryVersion+"\n\n"+legalText;
   175     }
   175     }
   176 	
   176 	
   177 }
   177 }