Bug 485878 - DateTime widget databinding
Add copyright
diff --git a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/DataBindingDateTimeTest.java b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/DataBindingDateTimeTest.java
index 6db1788..c3acc92 100644
--- a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/DataBindingDateTimeTest.java
+++ b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/DataBindingDateTimeTest.java
@@ -1,20 +1,18 @@
 /*******************************************************************************

- * Copyright (c) 2010 IBM Corporation and others.

- * All rights reserved. This program and the accompanying materials

- * are made available under the terms of the Eclipse Public License v1.0

- * which accompanies this distribution, and is available at

- * http://www.eclipse.org/legal/epl-v10.html

- *

- * Contributors:

- *     IBM Corporation - initial API and implementation

+ * Copyright (c) 2006, 2016 Soyatec (http://www.soyatec.com) and others.       *

+ * All rights reserved. This program and the accompanying materials            *

+ * are made available under the terms of the Eclipse Public License v1.0       *

+ * which accompanies this distribution, and is available at                    *

+ * http://www.eclipse.org/legal/epl-v10.html                                   *

+ *                                                                             *  

+ * Contributors:                                                               *        

+ *     Soyatec - initial API and implementation                                *

  *******************************************************************************/

 package org.eclipse.xwt.tests.databinding.datetime;

 

 import java.net.URL;

 

 import org.eclipse.swt.widgets.DateTime;

-import org.eclipse.swt.widgets.Label;

-import org.eclipse.swt.widgets.Text;

 import org.eclipse.xwt.IConstants;

 import org.eclipse.xwt.XWT;

 import org.eclipse.xwt.tests.XWTTestCase;

diff --git a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/ModelObject.java b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/ModelObject.java
index 6e23ceb..6f38b89 100644
--- a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/ModelObject.java
+++ b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/ModelObject.java
@@ -1,3 +1,13 @@
+/*******************************************************************************

+ * Copyright (c) 2006, 2016 Soyatec (http://www.soyatec.com) and others.       *

+ * All rights reserved. This program and the accompanying materials            *

+ * are made available under the terms of the Eclipse Public License v1.0       *

+ * which accompanies this distribution, and is available at                    *

+ * http://www.eclipse.org/legal/epl-v10.html                                   *

+ *                                                                             *  

+ * Contributors:                                                               *        

+ *     Soyatec - initial API and implementation                                *

+ *******************************************************************************/

 package org.eclipse.xwt.tests.databinding.datetime;

 

 import java.beans.PropertyChangeListener;

diff --git a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/Person.java b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/Person.java
index afff6f1..dccf11d 100644
--- a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/Person.java
+++ b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/Person.java
@@ -1,3 +1,13 @@
+/*******************************************************************************

+ * Copyright (c) 2006, 2016 Soyatec (http://www.soyatec.com) and others.       *

+ * All rights reserved. This program and the accompanying materials            *

+ * are made available under the terms of the Eclipse Public License v1.0       *

+ * which accompanies this distribution, and is available at                    *

+ * http://www.eclipse.org/legal/epl-v10.html                                   *

+ *                                                                             *  

+ * Contributors:                                                               *        

+ *     Soyatec - initial API and implementation                                *

+ *******************************************************************************/

 package org.eclipse.xwt.tests.databinding.datetime;

 

 import java.util.Date;

diff --git a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/TestClassView.java b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/TestClassView.java
index b709eb3..3bb4d7a 100644
--- a/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/TestClassView.java
+++ b/org.eclipse.xwt.tests/src/org/eclipse/xwt/tests/databinding/datetime/TestClassView.java
@@ -1,5 +1,5 @@
 /******************************************************************************* 

- * Copyright (c) 2006, 2015 Soyatec (http://www.soyatec.com) and others. 

+ * Copyright (c) 2006, 2016 Soyatec (http://www.soyatec.com) and others. 

  * All rights reserved. This program and the accompanying materials 

  * are made available under the terms of the Eclipse Public License v1.0 

  * which accompanies this distribution, and is available at 

@@ -18,7 +18,7 @@
 

 

 /**

- * @author El-Amine Ouraiba( amine.ouraiba@soyatec.com)

+ * @author El-Amine Ouraiba(amine.ouraiba@soyatec.com)

  * 

  */

 public class TestClassView extends Composite {