Bug 468271 - add the ValidationStatus tag
diff --git a/org.eclipse.xwt/src/org/eclipse/xwt/core/ValidationStatus.java b/org.eclipse.xwt/src/org/eclipse/xwt/core/ValidationStatus.java
index 0ec14aa..1587777 100644
--- a/org.eclipse.xwt/src/org/eclipse/xwt/core/ValidationStatus.java
+++ b/org.eclipse.xwt/src/org/eclipse/xwt/core/ValidationStatus.java
@@ -1,7 +1,17 @@
+/*******************************************************************************

+ * Copyright (c) 2006, 2015 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.core;

 

 /**

- * @author Nguyen Viet Hoa

+ * @author Nguyen Viet Hoa from Soyatec

  * 

  */

 public class ValidationStatus {