[535301] Updating org.eclipse.uml2.uml.validation to EPL v2.0.
diff --git a/plugins/org.eclipse.uml2.uml.validation/META-INF/MANIFEST.MF b/plugins/org.eclipse.uml2.uml.validation/META-INF/MANIFEST.MF
index 297fd12..e3ff50a 100644
--- a/plugins/org.eclipse.uml2.uml.validation/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.uml2.uml.validation/META-INF/MANIFEST.MF
@@ -2,11 +2,12 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.uml2.uml.validation;singleton:=true
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
- org.eclipse.emf.validation;bundle-version="[1.4.0,2.0.0)";visibility:=reexport,
- org.eclipse.uml2.uml;bundle-version="[5.4.0,6.0.0)";visibility:=reexport
+ org.eclipse.emf.validation;bundle-version="[1.8.0,2.0.0)";visibility:=reexport,
+ org.eclipse.uml2.uml;bundle-version="[5.5.0,6.0.0)";visibility:=reexport
 Export-Package: org.eclipse.uml2.uml.validation
+Automatic-Module-Name: org.eclipse.uml2.uml.validation
diff --git a/plugins/org.eclipse.uml2.uml.validation/about.html b/plugins/org.eclipse.uml2.uml.validation/about.html
index 598b368..1a90f7e 100644
--- a/plugins/org.eclipse.uml2.uml.validation/about.html
+++ b/plugins/org.eclipse.uml2.uml.validation/about.html
@@ -14,7 +14,7 @@
 <p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
 indicated below, the Content is provided to you under the terms and conditions of the
 Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+at <a href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a>.
 For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
 
 <p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
diff --git a/plugins/org.eclipse.uml2.uml.validation/build.properties b/plugins/org.eclipse.uml2.uml.validation/build.properties
index b52ff10..d4df094 100644
--- a/plugins/org.eclipse.uml2.uml.validation/build.properties
+++ b/plugins/org.eclipse.uml2.uml.validation/build.properties
@@ -1,11 +1,12 @@
-# Copyright (c) 2013 CEA and others.
+# Copyright (c) 2013, 2018 CEA and others.
 # All rights reserved.   This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
 #
 # Contributors: 
 #   Christian W. Damus (CEA) - initial API and implementation
+#   Kenn Hussey - 535301
 #
 
 # NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.uml2.uml.validation/plugin.properties b/plugins/org.eclipse.uml2.uml.validation/plugin.properties
index 88ec52f..73fc924 100644
--- a/plugins/org.eclipse.uml2.uml.validation/plugin.properties
+++ b/plugins/org.eclipse.uml2.uml.validation/plugin.properties
@@ -1,12 +1,13 @@
-# Copyright (c) 2012, 2014 CEA and others.
+# Copyright (c) 2012, 2018 CEA and others.
 # All rights reserved.   This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
 #
 # Contributors:
 #   Christian W. Damus (CEA) - initial API and implementation
 #   Christian W. Damus (CEA) - 426415
+#   Kenn Hussey - 535301
 #
 
 # NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintDescriptor.java b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintDescriptor.java
index 2e56c5a..21dd472 100644
--- a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintDescriptor.java
+++ b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintDescriptor.java
@@ -1,12 +1,13 @@
 /*
- * Copyright (c) 2012 CEA and others.
+ * Copyright (c) 2012, 2018 CEA and others.
  * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
  *
  * Contributors:
  *   Christian W. Damus (CEA) - initial API and implementation
+ *   Kenn Hussey - 535301
  */
 package org.eclipse.uml2.uml.validation;
 
diff --git a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintProvider.java b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintProvider.java
index d17e45b..ed8c4a1 100644
--- a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintProvider.java
+++ b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingConstraintProvider.java
@@ -1,12 +1,13 @@
 /*
- * Copyright (c) 2012 CEA and others.
+ * Copyright (c) 2012, 2018 CEA and others.
  * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
  *
  * Contributors:
  *   Christian W. Damus (CEA) - initial API and implementation
+ *   Kenn Hussey - 535301
  */
 package org.eclipse.uml2.uml.validation;
 
diff --git a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingModelConstraint.java b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingModelConstraint.java
index f3231d1..28e8f8b 100644
--- a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingModelConstraint.java
+++ b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/DelegatingModelConstraint.java
@@ -1,13 +1,14 @@
 /*
- * Copyright (c) 2012, 2016 CEA and others.
+ * Copyright (c) 2012, 2018 CEA and others.
  * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
  *
  * Contributors:
  *   Christian W. Damus (CEA) - initial API and implementation
  *   Kenn Hussey (CEA) - 509329
+ *   Kenn Hussey - 535301
  */
 package org.eclipse.uml2.uml.validation;
 
diff --git a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/IEValidatorProvider.java b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/IEValidatorProvider.java
index c69b675..277c59b 100644
--- a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/IEValidatorProvider.java
+++ b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/IEValidatorProvider.java
@@ -1,12 +1,13 @@
 /*
- * Copyright (c) 2012 CEA and others.
+ * Copyright (c) 2012, 2018 CEA and others.
  * All rights reserved.   This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
  *
  * Contributors:
  *   Christian W. Damus (CEA) - initial API and implementation
+ *   Kenn Hussey - 535301
  */
 package org.eclipse.uml2.uml.validation;
 
diff --git a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java
index 26580b7..98fb048 100644
--- a/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java
+++ b/plugins/org.eclipse.uml2.uml.validation/src/org/eclipse/uml2/uml/validation/UMLTraversalStrategy.java
@@ -1,13 +1,14 @@
 /*
- * Copyright (c) 2013, 2014 CEA LIST and others.
+ * Copyright (c) 2013, 2018 CEA LIST and others.
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
  *
  * Contributors:
  *     E.D.Willink (CEA LIST) - initial API and implementation
  *     Christian W. Damus (CEA) - 397508
+ *     Kenn Hussey - 535301
  */
 package org.eclipse.uml2.uml.validation;