Fixed bug 2072: update .js files with EPL
authortasneems@symbian.org
Mon, 01 Mar 2010 14:14:07 -0800
changeset 210 0f7abfd6ae62
parent 209 7f0d53ed35c6
child 211 7b148352159e
Fixed bug 2072: update .js files with EPL
org.symbian.tools.wrttools.previewer/preview/css/style.css
org.symbian.tools.wrttools.previewer/preview/data/appManager_data.js
org.symbian.tools.wrttools.previewer/preview/data/calendar_data.js
org.symbian.tools.wrttools.previewer/preview/data/contact_data.js
org.symbian.tools.wrttools.previewer/preview/data/landmarks_data.js
org.symbian.tools.wrttools.previewer/preview/data/location_data.js
org.symbian.tools.wrttools.previewer/preview/data/logging_data.js
org.symbian.tools.wrttools.previewer/preview/data/mediaManagement_data.js
org.symbian.tools.wrttools.previewer/preview/data/messaging_data.js
org.symbian.tools.wrttools.previewer/preview/data/sensor_data.js
org.symbian.tools.wrttools.previewer/preview/data/sysInfo_data.js
org.symbian.tools.wrttools.previewer/preview/nopreview.html
org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/css/ui-darkness/ui.all.css
org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/js/jquery-1.2.6.min.js
org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/js/jquery-ui-1.6.custom.min.js
org.symbian.tools.wrttools.previewer/preview/script/lib/console.js
org.symbian.tools.wrttools.previewer/preview/script/lib/device.js
org.symbian.tools.wrttools.previewer/preview/script/lib/loader.js
org.symbian.tools.wrttools.previewer/preview/script/lib/menu.js
org.symbian.tools.wrttools.previewer/preview/script/lib/menuItem.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/AppManager.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Calendar.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Contact.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Landmarks.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Location.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Logging.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/MediaManagement.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Messaging.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Sensor.js
org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/SysInfo.js
org.symbian.tools.wrttools.previewer/preview/script/lib/systeminfo.js
org.symbian.tools.wrttools.previewer/preview/script/lib/widget.js
org.symbian.tools.wrttools.previewer/preview/script/nokia.js
org.symbian.tools.wrttools.previewer/preview/script/resolution.js
org.symbian.tools.wrttools.previewer/preview/script/xml2json.js
org.symbian.tools.wrttools.previewer/preview/wrt_preview.html
org.symbian.tools.wrttools/projecttemplates/WRTKit/Resources/UI.css
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ActionControl.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Ajax.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ContentPanel.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Control.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/FormButton.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Label.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ListView.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/NavigationButton.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/NotificationPopup.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Scrollbar.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionControl.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionList.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionMenu.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Separator.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextArea.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextEntryControl.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextField.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIElement.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIInit.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIManager.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/View.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/Utils/Logger.js
org.symbian.tools.wrttools/projecttemplates/WRTKit/WRTKit.js
org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/status/IWRTConstants.java
--- a/org.symbian.tools.wrttools.previewer/preview/css/style.css	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/css/style.css	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 @charset "utf-8";
 body {
 	background-image: url(../images/Gradient0Background.png);
--- a/org.symbian.tools.wrttools.previewer/preview/data/appManager_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/appManager_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - AppManager
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/calendar_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/calendar_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Calendar
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/contact_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/contact_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Contacts
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/landmarks_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/landmarks_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Landmark
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/location_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/location_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Location
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/logging_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/logging_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Logging
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/mediaManagement_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/mediaManagement_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - MediaManagement
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/messaging_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/messaging_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Messaging
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/sensor_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/sensor_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - Sensor
  */
--- a/org.symbian.tools.wrttools.previewer/preview/data/sysInfo_data.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/data/sysInfo_data.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SAPI Sample Data - SysInfo
  */
--- a/org.symbian.tools.wrttools.previewer/preview/nopreview.html	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/nopreview.html	Mon Mar 01 14:14:07 2010 -0800
@@ -1,4 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+ -->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <style type="text/css">
--- a/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/css/ui-darkness/ui.all.css	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/css/ui-darkness/ui.all.css	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
  * jQuery UI screen structure and presentation
  * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
--- a/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/js/jquery-1.2.6.min.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/js/jquery-1.2.6.min.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
  * jQuery 1.2.6 - New Wave Javascript
  *
--- a/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/js/jquery-ui-1.6.custom.min.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/js/jquery-ui-1.6.custom.min.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
  * jQuery UI 1.6
  *
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/console.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/console.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 //	for console support
 if ((typeof window.parent.console == 'undefined') || ( (/AppleWebKit/i.test(navigator.userAgent)) && !(/Version/i.test(navigator.userAgent))) ){
 	window.console = {
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/device.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/device.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * device.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
 
 /**
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/loader.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/loader.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
  * Emulator, which manages the device interacations
  */
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/menu.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/menu.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * widget object constructor
  * @param {void}
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/menuItem.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/menuItem.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
 	Function 	:	MenuItem()
 	Argument	:	Void
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/AppManager.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/AppManager.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * AppManager.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Calendar.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Calendar.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Calendar.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Contact.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Contact.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Contact.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Landmarks.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Landmarks.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Landmarks.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Location.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Location.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Location.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Logging.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Logging.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Logging.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/MediaManagement.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/MediaManagement.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * MediaManagement.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Messaging.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Messaging.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Messaging.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
   
 (function(){
 	
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Sensor.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/Sensor.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * Sensor.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
 (function(){
 
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/SysInfo.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/sapi/SysInfo.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,11 +1,23 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * SysInfo.js
  * 
- * Nokia Web Runtime Service API emulation 
+ * Web Runtime Service API emulation 
  * WRT v1.1
  * 
- * Copyright 2009 Nokia Corporation. All rights reserved.
-*/
+ */
 
  
 (function(){
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/systeminfo.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/systeminfo.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
 	This API is used to provide system related data.
 	It takes the sysObject as an argument that is the embeded API in the main HTML file.
--- a/org.symbian.tools.wrttools.previewer/preview/script/lib/widget.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/lib/widget.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /**
  * widget object constructor
  * @param {void}
--- a/org.symbian.tools.wrttools.previewer/preview/script/nokia.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/nokia.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
 	@chinnapp
 */
--- a/org.symbian.tools.wrttools.previewer/preview/script/resolution.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/resolution.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
  * Device Resolution details
  */
--- a/org.symbian.tools.wrttools.previewer/preview/script/xml2json.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/xml2json.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+
 /*
 xml2json v 1.1
 copyright 2005-2007 Thomas Frank
@@ -28,7 +41,7 @@
 		return y
 	},
 	xml_to_object:function(xmlcode){
-		var x=xmlcode.replace(/<\//g,"§");
+		var x=xmlcode.replace(/<\//g,"�");
 		x=x.split("<");
 		var y=[];
 		var level=0;
@@ -37,8 +50,8 @@
 			var tagname=x[i].split(">")[0];
 			opentags.push(tagname);
 			level++
-			y.push(level+"<"+x[i].split("§")[0]);
-			while(x[i].indexOf("§"+opentags[opentags.length-1]+">")>=0){level--;opentags.pop()}
+			y.push(level+"<"+x[i].split("�")[0]);
+			while(x[i].indexOf("�"+opentags[opentags.length-1]+">")>=0){level--;opentags.pop()}
 		};
 		var oldniva=-1;
 		var objname="this.xmlobject";
--- a/org.symbian.tools.wrttools.previewer/preview/wrt_preview.html	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/wrt_preview.html	Mon Mar 01 14:14:07 2010 -0800
@@ -1,4 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
+-->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/Resources/UI.css	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/Resources/UI.css	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ActionControl.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ActionControl.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (ÒNokiaÓ) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under NokiaÕs copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Ajax.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Ajax.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
 � Copyright 2008 Nokia Corporation. All rights reserved.
 
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ContentPanel.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ContentPanel.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Control.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Control.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/FormButton.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/FormButton.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Label.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Label.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ListView.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/ListView.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/NavigationButton.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/NavigationButton.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/NotificationPopup.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/NotificationPopup.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Scrollbar.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Scrollbar.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionControl.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionControl.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionList.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionList.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionMenu.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/SelectionMenu.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Separator.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Separator.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextArea.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextArea.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextEntryControl.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextEntryControl.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextField.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextField.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIElement.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIElement.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIInit.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIInit.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIManager.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/UIManager.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (ÒNokiaÓ) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under NokiaÕs copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/View.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/View.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (“Nokia”) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under Nokia’s copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/Utils/Logger.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/Utils/Logger.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,14 +1,26 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
-© Copyright 2008 Nokia Corporation. All rights reserved.
+� Copyright 2008 Nokia Corporation. All rights reserved.
 
 IMPORTANT:  The Nokia software ("WRTKit and Example Widget files") is supplied to you by Nokia
-Corporation (ÒNokiaÓ) in consideration of your agreement to the following terms. Your use, installation
+Corporation (�Nokia�) in consideration of your agreement to the following terms. Your use, installation
 and/or redistribution of the WRTKit and Example Widget files constitutes acceptance of these terms. If
 you do not agree with these terms, please do not use, install, or redistribute the WRTKit and Example
 Widget files.
 
 In consideration of your agreement to abide by the following terms, and subject to these terms, Nokia
-grants you a personal, non-exclusive license, under NokiaÕs copyrights in the WRTKit and Example
+grants you a personal, non-exclusive license, under Nokia�s copyrights in the WRTKit and Example
 Widget files, to use, reproduce, and redistribute the WRTKit and Example files, in text form (for HTML,
 CSS, or JavaScript files) or binary form (for associated images), for the sole purpose of creating S60
 Widgets.
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/WRTKit.js	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/WRTKit.js	Mon Mar 01 14:14:07 2010 -0800
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of the License "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Symbian Foundation - initial contribution.
+ * Contributors:
+ */
 /*
 � Copyright 2008 Nokia Corporation. All rights reserved.
 
--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/status/IWRTConstants.java	Fri Feb 26 17:41:00 2010 -0800
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/status/IWRTConstants.java	Mon Mar 01 14:14:07 2010 -0800
@@ -75,10 +75,7 @@
 	 * Locally stored Nokia DTD
 	 */
 	public static String NOKIA_PLIST_DTD = "/org/symbian/tools/wrttools/core/widgetmodel/plist-1.0.dtd";
-	/**
-	 * Locally stored Apple DTD
-	 */
-//	public static String APPLE_PLIST_DTD = "/com/nokia/wrt/core/converter/PropertyList-1.0.dtd";
+
 	/**
 	 * Nokia DTD in nfo.plist file 
 	 */