Bug 540698 - update to EPL 2.0

Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html b/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html
index 1b7d275..c6700d7 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html
@@ -10,8 +10,8 @@
 <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/org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
+Version 2.0. A copy of the EPL is available at <a
+href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</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,
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties b/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties
index 1392450..d747586 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties
@@ -2,9 +2,9 @@
 # *************************************************************************
 # * Copyright (c) 2007 Actuate Corporation.
 # * 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 2.0
 # * which accompanies this distribution, and is available at
-# * http://www.eclipse.org/legal/epl-v10.html
+# * https://www.eclipse.org/legal/epl-2.0/
 # *
 # * Contributors:
 # *  Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml b/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml
index 823ccb0..c562d66 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml
@@ -6,9 +6,11 @@
  *************************************************************************
  * Copyright (c) 2007 Actuate Corporation.
  * 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 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+
+    SPDX-License-Identifier: EPL-2.0
  *
  * Contributors:
  *  Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java
index 08cad7d..5a1fddb 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java
@@ -2,9 +2,9 @@
  *************************************************************************
  * Copyright (c) 2007, 2011 Actuate Corporation.
  * 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 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
  *
  * Contributors:
  *  Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java
index 7815558..359abe8 100644
--- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java
@@ -2,9 +2,11 @@
  *************************************************************************
  * Copyright (c) 2007 Actuate Corporation.
  * 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 2.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
  *
  * Contributors:
  *  Actuate Corporation - initial API and implementation