Bug 540698 - update to EPL 2.0
Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/about.html b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/about.html
index 129db9d..92d90f8 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/about.html
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/plugin.properties b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/plugin.properties
index ba81984..1547917 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/plugin.properties
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/plugin.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/Activator.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/Activator.java
index 4a243e8..974a320 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/Activator.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/Activator.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/AddDbProfileViewAction.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/AddDbProfileViewAction.java
index 9f0e291..9523401 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/AddDbProfileViewAction.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/AddDbProfileViewAction.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileActionProvider.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileActionProvider.java
index eab6543..cf61709 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileActionProvider.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileActionProvider.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileCategoryFilter.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileCategoryFilter.java
index 2827b0a..4242a19 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileCategoryFilter.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/DbProfileCategoryFilter.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/package.html b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/package.html
index bbe5564..b96fcae 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/package.html
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/filter/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/CustomDataSetWizardPage.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/CustomDataSetWizardPage.java
index d707c8a..0088cb2 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/CustomDataSetWizardPage.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/CustomDataSetWizardPage.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/ProfilePropertyProvider.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/ProfilePropertyProvider.java
index 54b23bc..c95e3c3 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/ProfilePropertyProvider.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/ui/impl/ProfilePropertyProvider.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2009 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/about.html b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/about.html
index 129db9d..92d90f8 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/about.html
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/plugin.properties b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/plugin.properties
index 0a7453c..5adbb7f 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/plugin.properties
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/plugin.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/Activator.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/Activator.java
index b2c4ae0..c29cb2a 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/Activator.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/Activator.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Connection.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Connection.java
index 76d678c..5f6f87c 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Connection.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Connection.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008, 2009 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/DataSetMetaData.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/DataSetMetaData.java
index fb9c7e0..aaa250a 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/DataSetMetaData.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/DataSetMetaData.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Driver.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Driver.java
index 3f30e11..7eb8914 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Driver.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Driver.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ParameterMetaData.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ParameterMetaData.java
index 815d52a..ed1e11b 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ParameterMetaData.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ParameterMetaData.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Query.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Query.java
index f5c3ba5..14e0e38 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Query.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/Query.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008, 2009 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSet.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSet.java
index 9ce9702..97e4251 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSet.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSet.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008, 2009 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSetMetaData.java b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSetMetaData.java
index 06718c6..e6f23e8 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSetMetaData.java
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/ResultSetMetaData.java
@@ -2,9 +2,11 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/package.html b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/package.html
index 0cbb5aa..e15e4da 100644
--- a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/package.html
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/src/org/eclipse/datatools/connectivity/oda/jdbc/dbprofile/sample/impl/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2008 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/examples/org.eclipse.datatools.connectivity.sample.ftp/about.html b/examples/org.eclipse.datatools.connectivity.sample.ftp/about.html
index 1b7d275..c6700d7 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/about.html
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/about.html
@@ -10,8 +10,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in
("Content"). Unless otherwise indicated below, the Content is
provided to you under the terms and conditions of the Eclipse Public License
-Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation,
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/Activator.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/Activator.java
index 9afe142..55bd21e 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/Activator.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/Activator.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FTPProfileMessages.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FTPProfileMessages.java
index 52e6cc9..4f4c41e 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FTPProfileMessages.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FTPProfileMessages.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FtpProfilePlugin.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FtpProfilePlugin.java
index 55ac67f..420cbc5 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FtpProfilePlugin.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/FtpProfilePlugin.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/IFtpProfileConstants.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/IFtpProfileConstants.java
index 251217d..ab2079e 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/IFtpProfileConstants.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/IFtpProfileConstants.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPClientObject.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPClientObject.java
index bada265..174f455 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPClientObject.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPClientObject.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentExtension.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentExtension.java
index 5b51a30..3fe54db 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentExtension.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentExtension.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & shongxum - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentProviderExtension.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentProviderExtension.java
index c63dc5b..9f31ad6 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentProviderExtension.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPContentProviderExtension.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPFileObject.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPFileObject.java
index cdb665b..24b039b 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPFileObject.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPFileObject.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPLabelProviderExtension.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPLabelProviderExtension.java
index 1631e85..0c5498f 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPLabelProviderExtension.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FTPLabelProviderExtension.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnection.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnection.java
index 9f54bbc..dc2b36c 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnection.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnection.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnectionFactory.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnectionFactory.java
index 9808508..3ef2479 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnectionFactory.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpConnectionFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpContentProvider.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpContentProvider.java
index 1b13fe4..5368b01 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpContentProvider.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpContentProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpLabelProvider.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpLabelProvider.java
index 034d817..e8164ce 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpLabelProvider.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/internal/FtpLabelProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/messages.properties b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/messages.properties
index 9df72de..37d2ccb 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/messages.properties
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/messages.properties
@@ -2,9 +2,9 @@
#* Copyright (c) 2008 Sybase, Inc.
#*
#* All rights reserved. This program and the accompanying materials are made
-#* available under the terms of the Eclipse Public License v1.0 which
+#* 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/properties/FtpProfilePropertyPage.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/properties/FtpProfilePropertyPage.java
index f2f691f..658f94f 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/properties/FtpProfilePropertyPage.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/properties/FtpProfilePropertyPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpConnectionProfileWizard.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpConnectionProfileWizard.java
index 1fe4c8c..d4d1887 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpConnectionProfileWizard.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpConnectionProfileWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpPropertyWizardPage.java b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpPropertyWizardPage.java
index 06a98f9..890dfaa 100644
--- a/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpPropertyWizardPage.java
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/src/org/eclipse/datatools/connectivity/sample/ftp/wizards/FtpPropertyWizardPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf & mdow - initial API and implementation
******************************************************************************/
diff --git a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/Activator.java b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/Activator.java
index 762f029..6cf77c5 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/Activator.java
+++ b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/Activator.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/CreateConnection.java b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/CreateConnection.java
index c2e1b76..d1491e8 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/CreateConnection.java
+++ b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/CreateConnection.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/LaunchSample.java b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/LaunchSample.java
index d17fc86..ff8fb57 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/LaunchSample.java
+++ b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/popup/actions/LaunchSample.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SampleConnectionWizard.java b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SampleConnectionWizard.java
index 10a2f76..0321310 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SampleConnectionWizard.java
+++ b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SampleConnectionWizard.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionProfileDialogPage.java b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionProfileDialogPage.java
index ea6af70..cce9ce2 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionProfileDialogPage.java
+++ b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionProfileDialogPage.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionWizardPage.java b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionWizardPage.java
index c122932..6240d8e 100644
--- a/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionWizardPage.java
+++ b/examples/org.eclipse.datatools.connectivity.sample/src/org/eclipse/datatools/connectivity/sample/wizards/SelectExistingConnectionWizardPage.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Activator.java b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Activator.java
index bd424ab..43f0259 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Activator.java
+++ b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Activator.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc. 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
+ * 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: Ingres - initial API and implementation
* brianf - a few tweaks
diff --git a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Application.java b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Application.java
index 7b0bbc5..455e1a2 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Application.java
+++ b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Application.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc. 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
+ * 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: Ingres - initial API and implementation
* brianf - a few tweaks
diff --git a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationActionBarAdvisor.java b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationActionBarAdvisor.java
index 5420069..92c1263 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationActionBarAdvisor.java
+++ b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationActionBarAdvisor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc. 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
+ * 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: Ingres - initial API and implementation
* brianf - a few tweaks
diff --git a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchAdvisor.java b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchAdvisor.java
index e9e4db3..998ff93 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchAdvisor.java
+++ b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchAdvisor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc. 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
+ * 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: Ingres - initial API and implementation
* brianf - a few tweaks
diff --git a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchWindowAdvisor.java b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchWindowAdvisor.java
index e784035..314cf66 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchWindowAdvisor.java
+++ b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/ApplicationWorkbenchWindowAdvisor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc. 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
+ * 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: Ingres - initial API and implementation
* brianf - a few tweaks
diff --git a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Perspective.java b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Perspective.java
index 22112fb..5ea115a 100644
--- a/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Perspective.java
+++ b/examples/org.eclipse.datatools.enablement.rcp/src/org/eclipse/datatools/enablement/rcp/Perspective.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc. 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
+ * 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: Ingres - initial API and implementation
* brianf - a few tweaks
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Activator.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Activator.java
index 8004e1a..10ba500 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Activator.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Activator.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright © 2000, 2007 Sybase, Inc. and others.
+ * Copyright 2000, 2007 Sybase, Inc. 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 2.0
* which 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:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Messages.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Messages.java
index 9ca7d30..b6f0fec 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Messages.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/Messages.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright © 2000, 2007 IBM Corporation and others.
+ * Copyright 2000, 2007 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
+ * are made available under the terms of the Eclipse Public License 2.0
* which 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:
* IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogDialectTestEditorInputAction.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogDialectTestEditorInputAction.java
index 3a9d49d..bfe7816 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogDialectTestEditorInputAction.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogDialectTestEditorInputAction.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright © 2000, 2007 Sybase, Inc. and others.
+ * Copyright 2000, 2007 Sybase, Inc. 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 2.0
* which 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:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogEditorInputAction.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogEditorInputAction.java
index 262e101..8a9128f 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogEditorInputAction.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogEditorInputAction.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright © 2000, 2007 Sybase, Inc. 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 2.0
* which is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogFileAction.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogFileAction.java
index eb2fd23..5aae12e 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogFileAction.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogFileAction.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright © 2000, 2007 Sybase, Inc. and others.
+ * Copyright 2000, 2007 Sybase, Inc. 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 2.0
* which 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:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogNewStmtEditorInputAction.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogNewStmtEditorInputAction.java
index 9d719f9..4fdd2c5 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogNewStmtEditorInputAction.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogNewStmtEditorInputAction.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright © 2000, 2007 Sybase, Inc. and others.
+ * Copyright 2000, 2007 Sybase, Inc. 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 2.0
* which 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:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogStorageAction.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogStorageAction.java
index c1dbc4d..8d8f18b 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogStorageAction.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/actions/SQLBuilderDialogStorageAction.java
@@ -1,9 +1,11 @@
/*******************************************************************************
- * Copyright © 2000, 2007 Sybase, Inc. and others.
+ * Copyright 2000, 2007 Sybase, Inc. 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 2.0
* which 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:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/dialogs/SQLBuilderDialog.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/dialogs/SQLBuilderDialog.java
index 522ccfe..c72a6c1 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/dialogs/SQLBuilderDialog.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/dialogs/SQLBuilderDialog.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright © 2000, 2007 Sybase, Inc. 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 2.0
* which is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Sybase, Inc. - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/messages.properties b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/messages.properties
index a9658ed..c325af3 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/messages.properties
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/messages.properties
@@ -2,9 +2,9 @@
#
# Copyright © 2002, 2007. All Rights Reserved 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
+# are made available under the terms of the Eclipse Public License 2.0
# which is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/util/ResultsHistoryFilter.java b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/util/ResultsHistoryFilter.java
index 16bd3ab..7efefef 100644
--- a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/util/ResultsHistoryFilter.java
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/src/org/eclipse/datatools/sqltools/sqlbuilder/examples/util/ResultsHistoryFilter.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2005 Sybase, Inc.
* 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:
* Sybase, Inc. - initial API and implementation
diff --git a/features/org.eclipse.datatools.common.doc.user/feature.properties b/features/org.eclipse.datatools.common.doc.user/feature.properties
index ff9f9f0..5a72a2f 100644
--- a/features/org.eclipse.datatools.common.doc.user/feature.properties
+++ b/features/org.eclipse.datatools.common.doc.user/feature.properties
@@ -1,16 +1,16 @@
###############################################################################
# Copyright (c) 2009, 2014, 2018 Sybase, Inc. 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 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:
# Sybase, Inc. - initial API and implementation
# Actuate Corporation - fix for Bug 245758
# Nick Boldt, Red Hat - support for Tycho 1.0
#
-###############################################################################
+###############################################################################
featureName = Data Tools Platform Tutorial Documentation
#
@@ -18,7 +18,7 @@
#
featureDesc = Data Tools Platform Documentation Feature
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
featureLicenseURL = license.html
#
@@ -45,7 +45,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.common.doc.user/feature.xml b/features/org.eclipse.datatools.common.doc.user/feature.xml
index ffac955..4d78d93 100644
--- a/features/org.eclipse.datatools.common.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.common.doc.user/feature.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2009, 2014 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/features/org.eclipse.datatools.common.doc.user/license.html b/features/org.eclipse.datatools.common.doc.user/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.common.doc.user/license.html
+++ b/features/org.eclipse.datatools.common.doc.user/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.connectivity.doc.user/feature.properties b/features/org.eclipse.datatools.connectivity.doc.user/feature.properties
index 78b1172..30d222a 100644
--- a/features/org.eclipse.datatools.connectivity.doc.user/feature.properties
+++ b/features/org.eclipse.datatools.connectivity.doc.user/feature.properties
@@ -1,16 +1,16 @@
###############################################################################
# Copyright (c) 2009, 2014, 2018 Sybase, Inc. 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 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:
# Sybase, Inc. - initial API and implementation
# Actuate Corporation - fix for Bug 245758
# Nick Boldt, Red Hat - support for Tycho 1.0
#
-###############################################################################
+###############################################################################
featureName = Data Tools Platform Connectivity Documentation
#
@@ -18,7 +18,7 @@
#
featureDesc = Data Tools Platform Documentation Feature
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
featureLicenseURL = license.html
#
@@ -45,7 +45,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.connectivity.doc.user/feature.xml b/features/org.eclipse.datatools.connectivity.doc.user/feature.xml
index 46f0491..9d66109 100644
--- a/features/org.eclipse.datatools.connectivity.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.connectivity.doc.user/feature.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2009, 2014 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/features/org.eclipse.datatools.connectivity.doc.user/license.html b/features/org.eclipse.datatools.connectivity.doc.user/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.connectivity.doc.user/license.html
+++ b/features/org.eclipse.datatools.connectivity.doc.user/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.connectivity.feature/feature.properties b/features/org.eclipse.datatools.connectivity.feature/feature.properties
index 91ffc38..d4bbd2b 100644
--- a/features/org.eclipse.datatools.connectivity.feature/feature.properties
+++ b/features/org.eclipse.datatools.connectivity.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Driver and connection management, Open Data Access (ODA) and the Data Source Explorer (DSE)
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.connectivity.feature/license.html b/features/org.eclipse.datatools.connectivity.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.connectivity.feature/license.html
+++ b/features/org.eclipse.datatools.connectivity.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.properties b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.properties
index 1117ff1..eabf945 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.properties
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Data Tools Platform Open Data Access Designer Core
#
-featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. 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
+featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/license.html b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/license.html
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.properties b/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.properties
index a59764f..abf7ee4 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.properties
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Data Tools Platform Open Data Access Designer
#
-featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. 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
+featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.feature/license.html b/features/org.eclipse.datatools.connectivity.oda.designer.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.connectivity.oda.designer.feature/license.html
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.connectivity.oda.feature/feature.properties b/features/org.eclipse.datatools.connectivity.oda.feature/feature.properties
index 1443171..5b4b53b 100644
--- a/features/org.eclipse.datatools.connectivity.oda.feature/feature.properties
+++ b/features/org.eclipse.datatools.connectivity.oda.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Data Tools Platform Open Data Access Runtime
#
-featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. 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
+featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.connectivity.oda.feature/license.html b/features/org.eclipse.datatools.connectivity.oda.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.connectivity.oda.feature/license.html
+++ b/features/org.eclipse.datatools.connectivity.oda.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.doc.user/feature.properties b/features/org.eclipse.datatools.doc.user/feature.properties
index 8778f0f..4ec2ac0 100644
--- a/features/org.eclipse.datatools.doc.user/feature.properties
+++ b/features/org.eclipse.datatools.doc.user/feature.properties
@@ -1,16 +1,16 @@
###############################################################################
# Copyright (c) 2009, 2018 Sybase, Inc. 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 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:
# Sybase, Inc. - initial API and implementation
# Actuate Corporation - fix for Bug 245758
# Nick Boldt, Red Hat - support for Tycho 1.0
#
-###############################################################################
+###############################################################################
featureName = Data Tools Platform User Documentation
@@ -18,7 +18,7 @@
featureDesc = Data Tools Platform Documentation Feature
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
featureLicenseURL = license.html
@@ -45,7 +45,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.doc.user/feature.xml b/features/org.eclipse.datatools.doc.user/feature.xml
index 9f58cc9..1b74642 100644
--- a/features/org.eclipse.datatools.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.doc.user/feature.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2009, 2014 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/features/org.eclipse.datatools.doc.user/license.html b/features/org.eclipse.datatools.doc.user/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.doc.user/license.html
+++ b/features/org.eclipse.datatools.doc.user/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.properties b/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.properties
index e09a066..e35c1d2 100644
--- a/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.apache.derby.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using the Apache Derby database
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.apache.derby.feature/license.html b/features/org.eclipse.datatools.enablement.apache.derby.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.apache.derby.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.apache.derby.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.feature/feature.properties b/features/org.eclipse.datatools.enablement.feature/feature.properties
index c3ba34d..a1bb9cd 100644
--- a/features/org.eclipse.datatools.enablement.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP specialized support for specific data sources (e.g. databases, ODA drivers)
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.feature/license.html b/features/org.eclipse.datatools.enablement.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.properties b/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.properties
index 52eb059..54c5eb9 100644
--- a/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.hsqldb.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using the HSQLDB database
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.hsqldb.feature/license.html b/features/org.eclipse.datatools.enablement.hsqldb.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.hsqldb.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.hsqldb.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.ibm.feature/feature.properties b/features/org.eclipse.datatools.enablement.ibm.feature/feature.properties
index acfab1d..261eb56 100644
--- a/features/org.eclipse.datatools.enablement.ibm.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.ibm.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using IBM databases (DB2 and Informix)
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.ibm.feature/license.html b/features/org.eclipse.datatools.enablement.ibm.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.ibm.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.ibm.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.ingres.feature/feature.properties b/features/org.eclipse.datatools.enablement.ingres.feature/feature.properties
index 379fb81..27086b4 100644
--- a/features/org.eclipse.datatools.enablement.ingres.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.ingres.feature/feature.properties
@@ -1,9 +1,11 @@
################################################################################
## Copyright (c) 2006, 2014, 2018 Ingres 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
+## 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:
## Ingres - Implementation
@@ -20,7 +22,7 @@
# "description" property - description of the feature
DESCRIPTION=DTP support for using Ingres databases
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -51,7 +53,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.ingres.feature/license.html b/features/org.eclipse.datatools.enablement.ingres.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.ingres.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.ingres.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.jdbc.feature/feature.properties b/features/org.eclipse.datatools.enablement.jdbc.feature/feature.properties
index 75e176f..b5ebfb9 100644
--- a/features/org.eclipse.datatools.enablement.jdbc.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.jdbc.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using databases through JDBC
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.jdbc.feature/license.html b/features/org.eclipse.datatools.enablement.jdbc.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.jdbc.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.jdbc.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.jdt.feature/feature.properties b/features/org.eclipse.datatools.enablement.jdt.feature/feature.properties
index 04feffb..63fb721 100644
--- a/features/org.eclipse.datatools.enablement.jdt.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.jdt.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Tools for using DTP with JDT (e.g. classpath utilities)
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.jdt.feature/license.html b/features/org.eclipse.datatools.enablement.jdt.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.jdt.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.jdt.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.msft.feature/feature.properties b/features/org.eclipse.datatools.enablement.msft.feature/feature.properties
index b761c0b..eef00bb 100644
--- a/features/org.eclipse.datatools.enablement.msft.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.msft.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using the Microsoft SQL Server database
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.msft.feature/license.html b/features/org.eclipse.datatools.enablement.msft.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.msft.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.msft.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.mysql.feature/feature.properties b/features/org.eclipse.datatools.enablement.mysql.feature/feature.properties
index 8601d9e..fe75909 100644
--- a/features/org.eclipse.datatools.enablement.mysql.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.mysql.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using the MySQL database
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.mysql.feature/license.html b/features/org.eclipse.datatools.enablement.mysql.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.mysql.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.mysql.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.properties b/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.properties
index a90fd72..5348dfd 100644
--- a/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.oda.designer.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=ODA Data Source Drivers Design Support
#
-featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. 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
+featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.oda.designer.feature/license.html b/features/org.eclipse.datatools.enablement.oda.designer.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.oda.designer.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.oda.designer.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.properties b/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.properties
index 470b90a..09963e2 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Drivers for the ODA framework, including XML and web services
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.feature/license.html b/features/org.eclipse.datatools.enablement.oda.ecore.feature/license.html
index f19c483..572fbe9 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.properties b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.properties
index 470b90a..09963e2 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Drivers for the ODA framework, including XML and web services
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/license.html b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/license.html
index f19c483..572fbe9 100644
--- a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.oda.feature/feature.properties b/features/org.eclipse.datatools.enablement.oda.feature/feature.properties
index b8941f8..9229a12 100644
--- a/features/org.eclipse.datatools.enablement.oda.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.oda.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=ODA Data Source Drivers Runtime
#
-featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. 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
+featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.oda.feature/license.html b/features/org.eclipse.datatools.enablement.oda.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.oda.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.oda.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.oracle.feature/feature.properties b/features/org.eclipse.datatools.enablement.oracle.feature/feature.properties
index 864cfee..d1052d9 100644
--- a/features/org.eclipse.datatools.enablement.oracle.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.oracle.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using Oracle databases
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.oracle.feature/license.html b/features/org.eclipse.datatools.enablement.oracle.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.oracle.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.oracle.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.postgresql.feature/feature.properties b/features/org.eclipse.datatools.enablement.postgresql.feature/feature.properties
index 5ef8f21..1275675 100644
--- a/features/org.eclipse.datatools.enablement.postgresql.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.postgresql.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using the PostgreSQL database
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.postgresql.feature/license.html b/features/org.eclipse.datatools.enablement.postgresql.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.postgresql.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.postgresql.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.sap.feature/feature.properties b/features/org.eclipse.datatools.enablement.sap.feature/feature.properties
index 444a77c..d9483f1 100644
--- a/features/org.eclipse.datatools.enablement.sap.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.sap.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using the SAP MaxDB database
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.sap.feature/license.html b/features/org.eclipse.datatools.enablement.sap.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.sap.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.sap.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/feature.properties b/features/org.eclipse.datatools.enablement.sdk.feature/feature.properties
index bd17ff7..6822891 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=SDK includes runtime and docs
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/license.html b/features/org.eclipse.datatools.enablement.sdk.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.html b/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.html
index d35d5ae..6c167e1 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.html
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.properties
index 5c968db..8881b75 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.properties
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/about.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2007 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
+# * 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:
# * IBM - Initial API and implementation
@@ -38,9 +38,9 @@
\n\
Copyright (c) 2017 Eclipse Contributors\n\
All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html
+https://www.eclipse.org/legal/epl-2.0/
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/plugin.properties
index 1b0b170..c0c8403 100644
--- a/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/plugin.properties
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/sourceTemplatePlugin/plugin.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005 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
+# * 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:
# * IBM - Initial API and implementation
diff --git a/features/org.eclipse.datatools.enablement.sqlite.feature/feature.properties b/features/org.eclipse.datatools.enablement.sqlite.feature/feature.properties
index d1ab750..c58ab68 100644
--- a/features/org.eclipse.datatools.enablement.sqlite.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.sqlite.feature/feature.properties
@@ -1,10 +1,10 @@
################################################################################
## Copyright (c) 2006, 2014, 2018 Ingres 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
+## 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:
## Ingres - Implementation
## Actuate Corporation - externalize update site name
@@ -20,7 +20,7 @@
# "description" property - description of the feature
DESCRIPTION=DTP support for using Sqlite databases
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -51,7 +51,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.sqlite.feature/license.html b/features/org.eclipse.datatools.enablement.sqlite.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.sqlite.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.sqlite.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.enablement.sybase.feature/feature.properties b/features/org.eclipse.datatools.enablement.sybase.feature/feature.properties
index 93f103b..a0b6533 100644
--- a/features/org.eclipse.datatools.enablement.sybase.feature/feature.properties
+++ b/features/org.eclipse.datatools.enablement.sybase.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2008, 2018 Sybase, Inc. 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 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:
# * Sybase - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=DTP support for using Sybase databases (ASE and ASA)
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.enablement.sybase.feature/license.html b/features/org.eclipse.datatools.enablement.sybase.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.enablement.sybase.feature/license.html
+++ b/features/org.eclipse.datatools.enablement.sybase.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.intro/feature.properties b/features/org.eclipse.datatools.intro/feature.properties
index 75672dc..00232d5 100644
--- a/features/org.eclipse.datatools.intro/feature.properties
+++ b/features/org.eclipse.datatools.intro/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2009, 2018 Sybase, Inc. 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 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:
# * Sybase - Initial API and implementation
@@ -26,7 +26,7 @@
# "description" property - description of the feature
description=Data Tools Platform Intro Extension
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -57,7 +57,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.intro/license.html b/features/org.eclipse.datatools.intro/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.intro/license.html
+++ b/features/org.eclipse.datatools.intro/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.modelbase.feature/feature.properties b/features/org.eclipse.datatools.modelbase.feature/feature.properties
index 5196d8e..404c9f7 100644
--- a/features/org.eclipse.datatools.modelbase.feature/feature.properties
+++ b/features/org.eclipse.datatools.modelbase.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=EMF based models used in DTP (e.g. SQL model, database definition model)
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.modelbase.feature/license.html b/features/org.eclipse.datatools.modelbase.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.modelbase.feature/license.html
+++ b/features/org.eclipse.datatools.modelbase.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sdk.feature/feature.properties b/features/org.eclipse.datatools.sdk.feature/feature.properties
index 17ba7c8..09b0d29 100644
--- a/features/org.eclipse.datatools.sdk.feature/feature.properties
+++ b/features/org.eclipse.datatools.sdk.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=SDK includes runtime and docs
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sdk.feature/license.html b/features/org.eclipse.datatools.sdk.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sdk.feature/license.html
+++ b/features/org.eclipse.datatools.sdk.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.html b/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.html
index d35d5ae..6c167e1 100644
--- a/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.html
+++ b/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.properties
index 8976270..e72c85c 100644
--- a/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.properties
+++ b/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/about.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2007 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
+# * 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:
# * IBM - Initial API and implementation
@@ -38,9 +38,9 @@
\n\
Copyright (c) 2017 Eclipse Contributors\n\
All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html
+https://www.eclipse.org/legal/epl-2.0/
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
diff --git a/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/plugin.properties
index e7c7eb7..507211f 100644
--- a/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/plugin.properties
+++ b/features/org.eclipse.datatools.sdk.feature/sourceTemplatePlugin/plugin.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005 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
+# * 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:
# * IBM - Initial API and implementation
diff --git a/features/org.eclipse.datatools.sqldevtools.data.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.data.feature/feature.properties
index 5fb5a80..66ad45b 100644
--- a/features/org.eclipse.datatools.sqldevtools.data.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.data.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Tools for working with relational data
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.data.feature/license.html b/features/org.eclipse.datatools.sqldevtools.data.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.data.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.data.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.properties
index 12226cf..32f5380 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.ddl.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Tools for DDL Functionality
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.ddl.feature/license.html b/features/org.eclipse.datatools.sqldevtools.ddl.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddl.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.ddl.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/feature.properties
index a01d831..9c4723d 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Tools for DDL Generation Functionality
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/license.html b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.feature/feature.properties
index 3637a24..0607c42 100644
--- a/features/org.eclipse.datatools.sqldevtools.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Tools for working with SQL and relational databases
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.feature/license.html b/features/org.eclipse.datatools.sqldevtools.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.properties
index 90f8e65..287e981 100644
--- a/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.parsers.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Extensible SQL query parser framework
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.parsers.feature/license.html b/features/org.eclipse.datatools.sqldevtools.parsers.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.parsers.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.parsers.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.results.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.results.feature/feature.properties
index ca152c3..7c2c90b 100644
--- a/features/org.eclipse.datatools.sqldevtools.results.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.results.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2005, 2018 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
+# * 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Framework and tools for displaying JDBC result sets and query history
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.results.feature/license.html b/features/org.eclipse.datatools.sqldevtools.results.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.results.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.results.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.properties
index e771199..8aacf08 100644
--- a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2008, 2018 Sybase 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 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Editor for Schema Object
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/license.html b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/feature.properties b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/feature.properties
index 695028f..945abf2 100644
--- a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/feature.properties
+++ b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/feature.properties
@@ -3,9 +3,9 @@
# *
# * Copyright (c) 2002-2008, 2018 Sybase 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 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:
# * IBM - Initial API and implementation
@@ -24,7 +24,7 @@
# "description" property - description of the feature
description=Editor for building SQL queries
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -55,7 +55,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/license.html b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/license.html
+++ b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/features/org.eclipse.datatools.sqltools.doc.user/feature.properties b/features/org.eclipse.datatools.sqltools.doc.user/feature.properties
index 9c7188c..d08fc6e 100644
--- a/features/org.eclipse.datatools.sqltools.doc.user/feature.properties
+++ b/features/org.eclipse.datatools.sqltools.doc.user/feature.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2009, 2018 Sybase, Inc. 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 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:
# Sybase, Inc. - initial API and implementation
@@ -21,7 +23,7 @@
#
featureDesc = Data Tools Platform Documentation Feature
#
-featureCopyright = Copyright (c) 2009 Sybase, Inc. 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
+featureCopyright = Copyright (c) 2009 Sybase, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
#
featureLicenseURL = license.html
#
@@ -48,7 +50,7 @@
Unless otherwise indicated, all Content made available by the\n\
Eclipse Foundation is provided to you under the terms and conditions of\n\
the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
+provided with this Content and is also available at https://www.eclipse.org/legal/epl-2.0/.\n\
For purposes of the EPL, "Program" will mean the Content.\n\
\n\
Content includes, but is not limited to, source code, object code,\n\
diff --git a/features/org.eclipse.datatools.sqltools.doc.user/feature.xml b/features/org.eclipse.datatools.sqltools.doc.user/feature.xml
index 5b4c5f1..cd658ca 100644
--- a/features/org.eclipse.datatools.sqltools.doc.user/feature.xml
+++ b/features/org.eclipse.datatools.sqltools.doc.user/feature.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2009, 2014 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/features/org.eclipse.datatools.sqltools.doc.user/license.html b/features/org.eclipse.datatools.sqltools.doc.user/license.html
index c3d34c3..009a0c9 100644
--- a/features/org.eclipse.datatools.sqltools.doc.user/license.html
+++ b/features/org.eclipse.datatools.sqltools.doc.user/license.html
@@ -22,7 +22,7 @@
<h3>Applicable Licenses</h3>
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- ("EPL"). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ ("EPL"). A copy of the EPL is provided with this Content and is also 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, "Program" will mean the Content.</p>
<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/build.xml
index 0cc98a9..4f3543b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_de_DE.msg
index 69a8688..98f177f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_es_ES.msg
index 69a8688..98f177f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_fr_FR.msg
index 69a8688..98f177f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ja_JP.msg
index 69a8688..98f177f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ko_KR.msg
index 69a8688..98f177f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_zh_CN.msg
index 69a8688..98f177f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/about.html
index d0a7cc2..79ad9fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/build.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/build.properties
index 6d7441f..ad4e5c4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/build.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/build.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2001, 2014, 2018 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/plugin.properties
index 1afe2fa..5ab9e7e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/plugin.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/build.xml
index 6710784..d6e4966 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_de_DE.msg
index 1de1f99..26f08e1 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_es_ES.msg
index e6d5012..f089302 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_fr_FR.msg
index a34d90d..06595e2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ja_JP.msg
index 35e4e46..a4fed07 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ko_KR.msg
index d725276..dd392da 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_zh_CN.msg
index 3dafd01..40cb353 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml
index 0c59db6..7f827d7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg
index 9e73a85..cc95407 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg
index 4d21920..4eeede6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg
index a12364b..b338561 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg
index a487ebf..77c7095 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg
index 3083c72..286c7d5 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg
index 068a65e..7cf2689 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg
index 72d24af..d778a16 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_de_DE.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg
index 5f4d65f..6ed115e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_es_ES.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg
index b418594..90a0fab 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_fr_FR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg
index 1e84194..6c63106 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ja_JP.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg
index 1c49f7b..fa8083c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_ko_KR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg
index edb611d..1ce1e94 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI_zh_CN.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/about.html
index 129db9d..92d90f8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/plugin.properties
index 7de6d70..e287dc2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/plugin.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/DerbyUIPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/DerbyUIPlugin.java
index 275e339..2904caa 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/DerbyUIPlugin.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/DerbyUIPlugin.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBProfileDetailsWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBProfileDetailsWizardPage.java
index 48be1ae..637aaa0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBProfileDetailsWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBProfileDetailsWizardPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2004-2006, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBPropertyPage.java
index 8eb59b3..ebb20ba 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBPropertyPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/DerbyEmbeddedDBPropertyPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: rcernich - initial API and implementation
* brianf - customized for Derby url requirements
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/IHelpContextsDerbyProfile.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/IHelpContextsDerbyProfile.java
index 2bdab4e..2ddfdbd 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/IHelpContextsDerbyProfile.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/IHelpContextsDerbyProfile.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/Messages.java
index cd1f648..69f10ff 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/Messages.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/Messages.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2006 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/NewDerbyEmbeddedConnectionProfileWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/NewDerbyEmbeddedConnectionProfileWizard.java
index 2840cf0..ee406ed 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/NewDerbyEmbeddedConnectionProfileWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/NewDerbyEmbeddedConnectionProfileWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2004-2005, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyClientDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyClientDriverUIContributor.java
index 6cb5e74..a93f5c8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyClientDriverUIContributor.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyClientDriverUIContributor.java
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2007, 2008 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
+ * terms of the Eclipse Public License 2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: IBM Corporation - initial API and implementation
* Actuate Corporation - added optional properties tab
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyDriverUIContributor.java
index 698a25d..79a41e9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyDriverUIContributor.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyDriverUIContributor.java
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2007, 2008 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
+ * terms of the Eclipse Public License 2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: IBM Corporation - initial API and implementation
* Actuate Corporation - added optional properties tab
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyEmbeddedDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyEmbeddedDriverUIContributor.java
index c33414f..d05bcd7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyEmbeddedDriverUIContributor.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyEmbeddedDriverUIContributor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2004-2006, 2007, 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyOtherDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyOtherDriverUIContributor.java
index b783eff..78df917 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyOtherDriverUIContributor.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/DerbyOtherDriverUIContributor.java
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * terms of the Eclipse Public License 2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: IBM Corporation - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/Messages.java
index 5b29cb4..313afc8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/Messages.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/connection/drivers/Messages.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2006, 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/ServerExplorerContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/ServerExplorerContentProvider.java
index 6ce149b..2aa84e0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/ServerExplorerContentProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/ServerExplorerContentProvider.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/label/ServerExplorerlabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/label/ServerExplorerlabelProvider.java
index 086362a..4f8940e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/label/ServerExplorerlabelProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/label/ServerExplorerlabelProvider.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/NodeFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/NodeFactory.java
index 8edb891..f07271a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/NodeFactory.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/NodeFactory.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/SynonymFolder.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/SynonymFolder.java
index 043aed6..ebac0b2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/SynonymFolder.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/explorer/providers/virtual/SynonymFolder.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI.properties
index de9d344..152690d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/l10n/derbyUI.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/util/ResourceLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/util/ResourceLoader.java
index a918528..68580da 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/util/ResourceLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/internal/ui/util/ResourceLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/ISynonymFolder.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/ISynonymFolder.java
index 4713aad..fda689a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/ISynonymFolder.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/ISynonymFolder.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/IVirtualNodeServiceFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/IVirtualNodeServiceFactory.java
index ec3bf0e..0f5c67d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/IVirtualNodeServiceFactory.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/src/org/eclipse/datatools/connectivity/apache/derby/ui/explorer/providers/virtual/IVirtualNodeServiceFactory.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/about.html
index 76a59f1..4c9d2ae 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.apache.derby/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/plugin.properties
index aa711bf..64afb96 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/plugin.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004, 2007 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/DerbyPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/DerbyPlugin.java
index 6995071..74e28da 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/DerbyPlugin.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/DerbyPlugin.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogCheckConstraint.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogCheckConstraint.java
index 76ff797..3f69423 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogCheckConstraint.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogCheckConstraint.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogColumn.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogColumn.java
index e2a3967..ac6453e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogColumn.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogColumn.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogProcedure.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogProcedure.java
index a081518..619f6db 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogProcedure.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogProcedure.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSchema.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSchema.java
index 1e85b5e..bc0b7dd 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSchema.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSchema.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSynonym.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSynonym.java
index 5d13b00..b2ee9c8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSynonym.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogSynonym.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTable.java
index 6ffcf49..f3469d6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTable.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTable.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTrigger.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTrigger.java
index 9298b27..74c776d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTrigger.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogTrigger.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogUserDefinedFunction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogUserDefinedFunction.java
index 30f933f..40ef984 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogUserDefinedFunction.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogUserDefinedFunction.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogView.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogView.java
index 57ce71f..10a5d24 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogView.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyCatalogView.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyRoutineLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyRoutineLoader.java
index e378363..795bbb2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyRoutineLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyRoutineLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbySchemaLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbySchemaLoader.java
index bd2e3ea..5045a25 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbySchemaLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbySchemaLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableColumnLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableColumnLoader.java
index e9a7077..92dbdd8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableColumnLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableColumnLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableConstraintLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableConstraintLoader.java
index 2c009cf..48f0151 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableConstraintLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableConstraintLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableLoader.java
index e9293e7..94ef7f4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyTableLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyUserDefinedFunctionParameterLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyUserDefinedFunctionParameterLoader.java
index 35c53f4..938c152 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyUserDefinedFunctionParameterLoader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/catalog/DerbyUserDefinedFunctionParameterLoader.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyEmbeddedJDBCConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyEmbeddedJDBCConnection.java
index 8f8f89a..6d8e80b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyEmbeddedJDBCConnection.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyEmbeddedJDBCConnection.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: rcernich - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyJDBCConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyJDBCConnectionFactory.java
index 659161e..7386fad 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyJDBCConnectionFactory.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyJDBCConnectionFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006 Sybase, Inc.
*
* 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:
* rcernich - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyPropertiesPersistenceHook.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyPropertiesPersistenceHook.java
index 2aa90aa..3bff8ad 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyPropertiesPersistenceHook.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyPropertiesPersistenceHook.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyShutdownService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyShutdownService.java
index 4f31784..1a2b302 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyShutdownService.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/DerbyShutdownService.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/IDerbyConnectionProfileConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/IDerbyConnectionProfileConstants.java
index 9564507..01b49d8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/IDerbyConnectionProfileConstants.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/connection/IDerbyConnectionProfileConstants.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006,2007 Sybase, Inc.
*
* 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:
* rcernich - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbyGroupID.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbyGroupID.java
index 8588ffa..4da3709 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbyGroupID.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbyGroupID.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbySynonymContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbySynonymContainmentProvider.java
index 16408fe..5668953 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbySynonymContainmentProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/containment/DerbySynonymContainmentProvider.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2004 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder.java
index 0c3d211..4325f4a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2006 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder101.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder101.java
index 9bd7dd4..ff59dde 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder101.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlBuilder101.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2006 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlGenerator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlGenerator.java
index 4206ef9..9dd97d7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlGenerator.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlGenerator.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2006 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlParser.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlParser.java
index e85b2e7..1e0bf97 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlParser.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlParser.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2006 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlScript.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlScript.java
index 084260a..1bc82f6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlScript.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/ddl/DerbyDdlScript.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2001, 2006 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyClientDriverValuesProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyClientDriverValuesProvider.java
index 3048106..be94fc3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyClientDriverValuesProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyClientDriverValuesProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008, 2011 Sybase, Inc. 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
+ * 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:
* brianf - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider.java
index bfc2569..229017e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008, 2011 Sybase, Inc. 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
+ * 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:
* brianf - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider101.java b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider101.java
index bca9d29..7d95c14 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider101.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/src/org/eclipse/datatools/connectivity/apache/internal/derby/driver/DerbyDriverValuesProvider101.java
@@ -2,9 +2,9 @@
* Copyright (c) 2008, 2011 Sybase, Inc. 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
+ * 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:
* brianf - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/build.xml
index 18298de..c66dff3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_de_DE.msg
index 381c15a..f849617 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_es_ES.msg
index f701ce8..355cdd8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_fr_FR.msg
index 49b6a44..8037de0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ja_JP.msg
index 479e864..ee2cf73 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ko_KR.msg
index 68839ef..e58458e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_zh_CN.msg
index 253f83b..6d977b3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_de_DE.msg
index 11e99a5..fdb3691 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_de_DE.msg
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_es_ES.msg
index f68c1b3..ee07078 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_es_ES.msg
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_fr_FR.msg
index 5592211..3ca7dec 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_fr_FR.msg
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ja_JP.msg
index e6aaded..aafa925 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ja_JP.msg
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ko_KR.msg
index b978492..c6f9083 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_ko_KR.msg
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_zh_CN.msg
index 9bb81d6..bc9e842 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/src/org/eclipse/datatools/connectivity/console/profile/nls/messages_zh_CN.msg
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/about.html
index 129db9d..92d90f8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.console.profile/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/plugin.properties
index b4307a4..dc71131 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/plugin.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/readme.txt b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/readme.txt
index 29faae7..d463351 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/readme.txt
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/readme.txt
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/EditorCmdAppl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/EditorCmdAppl.java
index 4cb399f..461c002 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/EditorCmdAppl.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/EditorCmdAppl.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/ProfileFileProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/ProfileFileProcessor.java
index 5df1955..a9f9d09 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/ProfileFileProcessor.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/ProfileFileProcessor.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008, 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/SystemIOUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/SystemIOUtil.java
index dbf288b..03e826b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/SystemIOUtil.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/internal/SystemIOUtil.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/Messages.java
index 49c7d20..b041eb4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/Messages.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/Messages.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/messages.properties
index db67bd1..3f17fb5 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/messages.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/src/org/eclipse/datatools/connectivity/console/profile/nls/messages.properties
@@ -1,9 +1,9 @@
#************************************************************************
# Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/build.xml
index 173e7e1..1a0b551 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/build.xml
index c09546a..2ab762a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/about.html
index d0a7cc2..79ad9fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/build.xml
index ed704ad..f1e1b2e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2005 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfileDetailsWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfileDetailsWizardPage.java
index 695bdf5..e03426b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfileDetailsWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfileDetailsWizardPage.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfilePropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfilePropertyPage.java
index 085d433..19b3625 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfilePropertyPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/GenericJDBCDBProfilePropertyPage.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/NewGenericJDBCConnectionProfileWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/NewGenericJDBCConnectionProfileWizard.java
index 5d022e3..ebe46a7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/NewGenericJDBCConnectionProfileWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/NewGenericJDBCConnectionProfileWizard.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/drivers/GenericJDBCDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/drivers/GenericJDBCDriverUIContributor.java
index e2b7599..a42395b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/drivers/GenericJDBCDriverUIContributor.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/internal/ui/drivers/GenericJDBCDriverUIContributor.java
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2008 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
+ * terms of the Eclipse Public License 2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: IBM Corporation - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfileDetailsWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfileDetailsWizardPage.java
index 144405c..73a7696 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfileDetailsWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfileDetailsWizardPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2004-2005, 2008 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
* IBM Corporation - defect fix #213266
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfilePropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfilePropertyPage.java
index b8c1aaa..c823089 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfilePropertyPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/GenericDBProfilePropertyPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2004-2005 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/IHelpContextsGenericDBProfile.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/IHelpContextsGenericDBProfile.java
index cda02d8..8d963a2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/IHelpContextsGenericDBProfile.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/IHelpContextsGenericDBProfile.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/NewConnectionProfileWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/NewConnectionProfileWizard.java
index faca4d4..eec4325 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/NewConnectionProfileWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/NewConnectionProfileWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2004-2005 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/wizard/NewJDBCFilteredCPWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/wizard/NewJDBCFilteredCPWizard.java
index 11e40a5..3fc9f63 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/wizard/NewJDBCFilteredCPWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/src/org/eclipse/datatools/connectivity/db/generic/ui/wizard/NewJDBCFilteredCPWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2009 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/about.html
index d0a7cc2..79ad9fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.db.generic/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/build.xml
index db7b138..08f900f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2005 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPlugin.java
index 787f34f..b927dac 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPlugin.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPlugin.java
@@ -2,9 +2,9 @@
* Copyright (c) 2005 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: Sybase, Inc. - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPropertiesPersistenceHook.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPropertiesPersistenceHook.java
index ef69b6a..92049f8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPropertiesPersistenceHook.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/GenericDBPropertiesPersistenceHook.java
@@ -6,9 +6,9 @@
* Copyright (c) 2006, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: rcernich - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBConnectionProfileConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBConnectionProfileConstants.java
index 7fb5acc..3bc62ae 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBConnectionProfileConstants.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBConnectionProfileConstants.java
@@ -2,9 +2,9 @@
* Copyright (c) 2005, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: rcernich - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBDriverDefinitionConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBDriverDefinitionConstants.java
index f33ee72..bcda8fe 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBDriverDefinitionConstants.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/IDBDriverDefinitionConstants.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2005 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnection.java
index da9c697..7502061 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnection.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnection.java
@@ -2,9 +2,9 @@
* Copyright (c) 2005, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: rcernich - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnectionFactory.java
index 80c8051..0186e03 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnectionFactory.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/generic/JDBCConnectionFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2005, 2007 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: rcernich - initial API and implementation
* IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/internal/generic/IGenericJDBCConnectionProfileConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/internal/generic/IGenericJDBCConnectionProfileConstants.java
index 840f05d..823453e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/internal/generic/IGenericJDBCConnectionProfileConstants.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/src/org/eclipse/datatools/connectivity/db/internal/generic/IGenericJDBCConnectionProfileConstants.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008 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
+ * 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:
* IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/about.html
index a378f71..4ce1a28 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/build.xml
index 821762a..184556a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_de_DE.msg
index 72ad00f..c07eaee 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_es_ES.msg
index 1e0d87f..c234629 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_fr_FR.msg
index 4b3e26a..931b34b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ja_JP.msg
index ea958fc..884107d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ko_KR.msg
index d48c3f3..1d8e23d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_zh_CN.msg
index 19bf717..bdc8623 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/about.html
index 129db9d..92d90f8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.properties
index b5faa5c..61f00c0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2001, 2014, 2018 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.xml
index e001e94..d224ca2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/build.xml
@@ -3,9 +3,9 @@
*************************************************************************
* Copyright (c) 2006 Sybase, Inc. 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 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:
* Sybase, Inc. - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/plugin.properties
index bf34b1a..6177ccb 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/plugin.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2001, 2004 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
+# 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:
# IBM Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/about.html
index 1b7d275..c6700d7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/about.html
@@ -10,8 +10,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in
("Content"). Unless otherwise indicated below, the Content is
provided to you under the terms and conditions of the Eclipse Public License
-Version 1.0 ("EPL"). 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, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation,
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/plugin.properties
index ed3d1ec..dde0b9a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/plugin.properties
@@ -1,9 +1,9 @@
################################################################################
## Copyright (c) 2006 Sybase, Inc.
## 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:
## Sybase, Inc. - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/ConnJDTPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/ConnJDTPlugin.java
index 8a0ce44..2ba2e19 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/ConnJDTPlugin.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/ConnJDTPlugin.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainer.java
index 0b3c693..412a80a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainer.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainer.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerInitializer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerInitializer.java
index 81d84ae..815edf9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerInitializer.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerInitializer.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerPage.java
index 5dbf16c..ef43f6c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathContainerPage.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathMessages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathMessages.java
index db41b79..7c224fa 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathMessages.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/DriverClasspathMessages.java
@@ -2,9 +2,9 @@
* Copyright (c) 2006 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License v1.0 which
+ * 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: brianf - initial API and implementation
******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/messages.properties
index 480280f..04278b2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/messages.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/src/org/eclipse/datatools/connectivity/jdt/internal/messages.properties
@@ -1,9 +1,9 @@
################################################################################
## Copyright (c) 2006 Sybase, Inc.
## 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:
## Sybase, Inc. - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/about.html
index e167a0c..4a49258 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/about.html
@@ -12,7 +12,7 @@
("Content"). Unless otherwise indicated below, the Content is provided to you
under the terms and conditions of the Eclipse Public License Version 1.0
("EPL"). 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>.
+href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</A>.
For purposes of the EPL, "Program" will mean the Content.<P>
<p>If you did not receive this Content directly from the Eclipse Foundation,
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/build.xml
index 6baa3ef..673a407 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/build.xml
@@ -3,9 +3,11 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/about.html
index d0a7cc2..79ad9fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.oda.consumer/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/plugin.xml
index 6b293ab..557543b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/plugin.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/plugin.xml
@@ -5,9 +5,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html
index 2177ef6..003d439 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html
@@ -39,7 +39,7 @@
<br>
<p class=note id=copyright>
Copyright (c) 2006 Actuate Corporation.
-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
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
<p></p>
</p>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html
index dc4014d..b56c093 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema-doc/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html
@@ -39,7 +39,7 @@
<br>
<p class=note id=copyright>
Copyright (c) 2006 Actuate Corporation.
-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 .
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ .
<p></p>
</p>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/driverBridge.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/driverBridge.exsd
index b75ee8e..a646d79 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/driverBridge.exsd
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/driverBridge.exsd
@@ -109,7 +109,7 @@
</appInfo>
<documentation>
Copyright (c) 2006 Actuate Corporation.
-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
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
</documentation>
</annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/propertyProvider.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/propertyProvider.exsd
index c5307ff..ee0b13c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/propertyProvider.exsd
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/schema/propertyProvider.exsd
@@ -114,7 +114,7 @@
</appInfo>
<documentation>
Copyright (c) 2006 Actuate Corporation.
-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 .
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/ .
</documentation>
</annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/BlobReader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/BlobReader.java
index 96d027f..921dfb0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/BlobReader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/BlobReader.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ClobReader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ClobReader.java
index 7247c8d..8ad3b15 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ClobReader.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ClobReader.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ConnectionPropertyHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ConnectionPropertyHandler.java
index fc15b16..6a17449 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ConnectionPropertyHandler.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/ConnectionPropertyHandler.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/DriverExtensionHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/DriverExtensionHelper.java
index 0e65560..e74450c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/DriverExtensionHelper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/DriverExtensionHelper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaAdvancedQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaAdvancedQuery.java
index cb479c8..fdef91a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaAdvancedQuery.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaAdvancedQuery.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaBlob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaBlob.java
index 096fac5..fa0c1f0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaBlob.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaBlob.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaClob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaClob.java
index b3c9ad3..494858b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaClob.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaClob.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConnection.java
index 776276b..875271b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConnection.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConnection.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConsumerPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConsumerPlugin.java
index 027e9d7..90685f8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConsumerPlugin.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaConsumerPlugin.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDataSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDataSetMetaData.java
index 0f459f9..75b24ae 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDataSetMetaData.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDataSetMetaData.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriver.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriver.java
index fae44d4..a82cab2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriver.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriver.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriverObject.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriverObject.java
index 471d64a..7215b58 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriverObject.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaDriverObject.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaHelperException.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaHelperException.java
index 5ba92ac..c36f2b6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaHelperException.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaHelperException.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaObject.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaObject.java
index 57bb083..3b80c2e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaObject.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaObject.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaParameterMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaParameterMetaData.java
index 94dd1aa..b783208 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaParameterMetaData.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaParameterMetaData.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaQuery.java
index fff0401..9429aa3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaQuery.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaQuery.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSet.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSet.java
index 07c7c72..12120a4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSet.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSet.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSetMetaData.java
index f840fb1..d0efc76 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSetMetaData.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaResultSetMetaData.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaRowSet.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaRowSet.java
index 4fac0ee..71b9d46 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaRowSet.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaRowSet.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaSortSpecHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaSortSpecHelper.java
index 4e5ae61..34e407d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaSortSpecHelper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/OdaSortSpecHelper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/package.html
index a20cb2b..aa8c1d3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/helper/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogConfigHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogConfigHelper.java
index f1f1fc6..4497348 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogConfigHelper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogConfigHelper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogPathHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogPathHelper.java
index 2287947..3bc3020 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogPathHelper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/internal/impl/LogPathHelper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/Messages.java
index 5ac605c..dfcd565 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/Messages.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/Messages.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2004, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/messages.properties
index e3a3875..d616cfb 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/messages.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/messages.properties
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2004, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/package.html
index f2aff0a..ad073a4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/nls/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2005, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/IPropertyProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/IPropertyProvider.java
index 5291d14..16fc895 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/IPropertyProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/IPropertyProvider.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/PropertyProviderImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/PropertyProviderImpl.java
index 190c3e8..fdfb3fb 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/PropertyProviderImpl.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/PropertyProviderImpl.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/ProviderUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/ProviderUtil.java
index bf5da0a..c1535cc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/ProviderUtil.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/impl/ProviderUtil.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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/package.html
index 7657c47..040991a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/services/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/DriverExtensionManifest.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/DriverExtensionManifest.java
index 85afa16..b373051 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/DriverExtensionManifest.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/DriverExtensionManifest.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/ExtensionExplorer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/ExtensionExplorer.java
index e1da469..a405472 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/ExtensionExplorer.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/ExtensionExplorer.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/PropertyProviderManifest.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/PropertyProviderManifest.java
index a13e0ba..d5e637c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/PropertyProviderManifest.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/PropertyProviderManifest.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/package.html
index 05d1270..c5a7fc8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/src/org/eclipse/datatools/connectivity/oda/consumer/util/manifest/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/about.html
index e3342f7..6f9edc2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/about.html
@@ -12,7 +12,7 @@
("Content"). Unless otherwise indicated below, the Content is provided to you
under the terms and conditions of the Eclipse Public License Version 1.0
("EPL"). 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>.
+href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</A>.
For purposes of the EPL, "Program" will mean the Content.<P>
<p>If you did not receive this Content directly from the Eclipse Foundation,
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/build.xml
index fb3c0d3..e8361a6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/build.xml
@@ -3,9 +3,11 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_de_DE.msg
index 6e2106f..a2415e3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_es_ES.msg
index 6e2106f..a2415e3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_fr_FR.msg
index 6e2106f..a2415e3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ja_JP.msg
index 6e2106f..a2415e3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ko_KR.msg
index 6e2106f..a2415e3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_zh_CN.msg
index 6e2106f..a2415e3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_de_DE.msg
index e4177cc..0a3e36a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_de_DE.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_es_ES.msg
index a95d600..2e18ea6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_es_ES.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_fr_FR.msg
index 101b5b6..c0fa924 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_fr_FR.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ja_JP.msg
index 00e3035..29a0282 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ja_JP.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ko_KR.msg
index c9fa997..f6488a1 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_ko_KR.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_zh_CN.msg
index 603600b..970c716 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/src/org/eclipse/datatools/connectivity/oda/design/nls/messages_zh_CN.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/about.html
index e3342f7..6f9edc2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/about.html
@@ -12,7 +12,7 @@
("Content"). Unless otherwise indicated below, the Content is provided to you
under the terms and conditions of the Eclipse Public License Version 1.0
("EPL"). 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>.
+href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</A>.
For purposes of the EPL, "Program" will mean the Content.<P>
<p>If you did not receive this Content directly from the Eclipse Foundation,
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/build.xml
index 1126cd8..fc771a9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/build.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/build.xml
@@ -3,9 +3,11 @@
*************************************************************************
* Copyright (c) 2004, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_de_DE.msg
index dc678f1..8611f3b 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_de_DE.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_de_DE.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_es_ES.msg
index 2a0f181..2dc3590 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_es_ES.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_es_ES.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_fr_FR.msg
index 2f8bb71..acfee85 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_fr_FR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_fr_FR.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ja_JP.msg
index 1d17cb4..056b8e6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ja_JP.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ja_JP.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ko_KR.msg
index 60ef4a2..8174eb8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ko_KR.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_ko_KR.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_zh_CN.msg
index a56ff6a..731118a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_zh_CN.msg
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages_zh_CN.msg
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.html
index d0a7cc2..79ad9fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.properties
index ba4182b..c6e344d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/about.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2005, 2008 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
@@ -15,6 +15,6 @@
\n\
Copyright (c) 2017 Eclipse Contributors\n\
All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html
+https://www.eclipse.org/legal/epl-2.0/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.properties
index 1aa9afc..e9f4bae 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.properties
@@ -1,9 +1,9 @@
###############################################################################
# Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.xml
index 740f5a2..a49ffe0 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/plugin.xml
@@ -5,9 +5,9 @@
*************************************************************************
* Copyright (c) 2006, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema-doc/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema-doc/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html
index 299f9df..c31c934 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema-doc/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema-doc/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html
@@ -140,7 +140,7 @@
<br>
<p class=note id=copyright>
Copyright (c) 2006 Actuate Corporation.
-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
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
<p></p>
</p>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema/datasource.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema/datasource.exsd
index bbc0b92..9ac12af 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema/datasource.exsd
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/schema/datasource.exsd
@@ -309,7 +309,7 @@
</appInfo>
<documentation>
Copyright (c) 2006 Actuate Corporation.
-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
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
</documentation>
</annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSetDesignSessionBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSetDesignSessionBase.java
index 0b129f5..37da281 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSetDesignSessionBase.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSetDesignSessionBase.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSourceDesignSessionBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSourceDesignSessionBase.java
index ab2ed5c..a8725e9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSourceDesignSessionBase.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DataSourceDesignSessionBase.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignSessionUtilBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignSessionUtilBase.java
index 97cddbc..958f3b3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignSessionUtilBase.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignSessionUtilBase.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignerLogger.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignerLogger.java
index e70037e..e576869 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignerLogger.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/designsession/DesignerLogger.java
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/AdaptableDataSourceProfile.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/AdaptableDataSourceProfile.java
index 2e371bd..2a8ead1 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/AdaptableDataSourceProfile.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/AdaptableDataSourceProfile.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetEditorPageCore.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetEditorPageCore.java
index fdfca60..17dcd44 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetEditorPageCore.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetEditorPageCore.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardBase.java
index 07b5dc0..633ac08 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardBase.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardBase.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardPageCore.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardPageCore.java
index 0ef56c3..48c482c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardPageCore.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSetWizardPageCore.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceEditorPageCore.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceEditorPageCore.java
index be38156..0723c3d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceEditorPageCore.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceEditorPageCore.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceWizardPageCore.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceWizardPageCore.java
index 93d05af..11c1528 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceWizardPageCore.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DataSourceWizardPageCore.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DesignerUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DesignerUtil.java
index f4f14a4..6988740 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DesignerUtil.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/DesignerUtil.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/NewDataSourceWizardBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/NewDataSourceWizardBase.java
index 2345e34..c515c8a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/NewDataSourceWizardBase.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/NewDataSourceWizardBase.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/OdaProfileUIExplorer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/OdaProfileUIExplorer.java
index 0fdb850..a180030 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/OdaProfileUIExplorer.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/OdaProfileUIExplorer.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/preferences/OpenDataAccessPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/preferences/OpenDataAccessPage.java
index aaa00e5..12864df 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/preferences/OpenDataAccessPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/preferences/OpenDataAccessPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/CreateProfileStoreAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/CreateProfileStoreAction.java
index e929bc3..3400fd9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/CreateProfileStoreAction.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/CreateProfileStoreAction.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2009, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelection.java
index ed44c48..20fa9fd 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelection.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelection.java
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionEditorPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionEditorPage.java
index 2a1e387..484457f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionEditorPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionEditorPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionPageHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionPageHelper.java
index 1e35649..c46684a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionPageHelper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionPageHelper.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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizard.java
index 6a33be3..a26cf6a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizard.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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizardPage.java
index 01fe294..cfd88d4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileSelectionWizardPage.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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileStoreCreationDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileStoreCreationDialog.java
index 7f5d401..99b1623 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileStoreCreationDialog.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/ProfileStoreCreationDialog.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IBrowseButtonHost.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IBrowseButtonHost.java
index cf295e0..35a7ec5 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IBrowseButtonHost.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IBrowseButtonHost.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IMenuButtonProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IMenuButtonProvider.java
index f83e6e9..7c1f008 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IMenuButtonProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/IMenuButtonProvider.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButton.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButton.java
index 8ebb26f..fd4171e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButton.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButton.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2011, 2012 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButtonProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButtonProvider.java
index df72ea8..10c0123 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButtonProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/MenuButtonProvider.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfilePathSelectionDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfilePathSelectionDialog.java
index b0338f9..0366191 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfilePathSelectionDialog.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfilePathSelectionDialog.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2011, 2012 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfileStoreBrowseButton.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfileStoreBrowseButton.java
index f6c4007..6106d41 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfileStoreBrowseButton.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/ProfileStoreBrowseButton.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/UIUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/UIUtil.java
index 17acfc8..a6cabc9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/UIUtil.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/browse/UIUtil.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePageWrapper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePageWrapper.java
index 502ab7f..2ce0bb3 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePageWrapper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePageWrapper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePropertyPage.java
index ed9b111..8a99640 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePropertyPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfilePropertyPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileUtil.java
index 7ab01cc..0486272 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileUtil.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileUtil.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileWizardPage.java
index 2d7d817..7c1c609 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbProfileWizardPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbTypesSelectionPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbTypesSelectionPage.java
index f68c3b1..c8b7d0d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbTypesSelectionPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/DbTypesSelectionPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/NewDbDataSourceWizardBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/NewDbDataSourceWizardBase.java
index 953c01c..99cda8a 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/NewDbDataSourceWizardBase.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/NewDbDataSourceWizardBase.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/OdaDbProfileWizardNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/OdaDbProfileWizardNode.java
index f9e5c3a..77799d2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/OdaDbProfileWizardNode.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/db/OdaDbProfileWizardNode.java
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/NewProfileAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/NewProfileAction.java
index 13a58a9..1feb7e2 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/NewProfileAction.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/NewProfileAction.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/OdaProfileActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/OdaProfileActionProvider.java
index aa43831..d50d71f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/OdaProfileActionProvider.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/OdaProfileActionProvider.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/ProfileFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/ProfileFilter.java
index 5048f94..6e77d30 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/ProfileFilter.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/internal/ui/profile/filter/ProfileFilter.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSetDesignSession.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSetDesignSession.java
index f3cb058..ef83e2e 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSetDesignSession.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSetDesignSession.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSourceDesignSession.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSourceDesignSession.java
index 0f910c7..661afd6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSourceDesignSession.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DataSourceDesignSession.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DesignSessionUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DesignSessionUtil.java
index b6985a7..82860ca 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DesignSessionUtil.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/DesignSessionUtil.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2012 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/package.html
index ea35641..4bfda8c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/designsession/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetPageInfo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetPageInfo.java
index 2f5db2c..f977ad9 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetPageInfo.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetPageInfo.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetUIElement.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetUIElement.java
index 2aa2f73..834fe81 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetUIElement.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetUIElement.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetWizardInfo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetWizardInfo.java
index 9c0cff1..a5f0c2c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetWizardInfo.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSetWizardInfo.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSourceWizardInfo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSourceWizardInfo.java
index adb3e2f..010a297 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSourceWizardInfo.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/DataSourceWizardInfo.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIExtensionManifest.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIExtensionManifest.java
index 901a742..9479a42 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIExtensionManifest.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIExtensionManifest.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIManifestExplorer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIManifestExplorer.java
index 6180b70..f969b18 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIManifestExplorer.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/UIManifestExplorer.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/package.html
index 64cdad6..55aa9e6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/manifest/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/Messages.java
index 3083ec3..4c47ff5 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/Messages.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/Messages.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/TextProcessorWrapper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/TextProcessorWrapper.java
index c02c273..a43ecc6 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/TextProcessorWrapper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/TextProcessorWrapper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages.properties
index 87d1b26..23751d7 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/messages.properties
@@ -2,9 +2,9 @@
#************************************************************************
# Copyright (c) 2006, 2013 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/package.html
index bad64dd..ed4d2d4 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/nls/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePageHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePageHelper.java
index 9f9c7b3..7eb065c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePageHelper.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePageHelper.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2012 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePropertyPage.java
index 672ebb2..b53134f 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePropertyPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourcePropertyPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourceWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourceWizardPage.java
index f700cb8..b326bc1 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourceWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/pages/impl/DefaultDataSourceWizardPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/DbProfileEditorPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/DbProfileEditorPage.java
index ec0272b..4b97bef 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/DbProfileEditorPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/DbProfileEditorPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2007, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/NewDbDataSourceWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/NewDbDataSourceWizard.java
index 5185c9f..e348c96 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/NewDbDataSourceWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/profile/db/wizards/NewDbDataSourceWizard.java
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetEditorPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetEditorPage.java
index 3723ca4..3136c88 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetEditorPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetEditorPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizard.java
index 88ba9dc..efb1855 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizard.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizardPage.java
index dea9f9f..e435afb 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSetWizardPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceEditorPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceEditorPage.java
index 58b9440..86afe12 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceEditorPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceEditorPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceWizardPage.java
index 907ce74..8d96a6d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceWizardPage.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/DataSourceWizardPage.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 - 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/NewDataSourceWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/NewDataSourceWizard.java
index 4fdd5f5..a1c3c87 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/NewDataSourceWizard.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/NewDataSourceWizard.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/package.html
index 8effedb..871399d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/package.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/src/org/eclipse/datatools/connectivity/oda/design/ui/wizards/package.html
@@ -6,9 +6,9 @@
*************************************************************************
* Copyright (c) 2006, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/about.html
index d0a7cc2..79ad9fc 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/about.html
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/about.html
@@ -13,8 +13,8 @@
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 ("EPL"). 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>.
+Eclipse Public License 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, "Program" 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/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.properties
index ff60710..8d0ee8c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.properties
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.properties
@@ -1,9 +1,9 @@
# ====================================================================
# * Copyright (c) 2005, 2008 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.xml
index edba0b1..14abfdf 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.xml
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/plugin.xml
@@ -5,9 +5,9 @@
*************************************************************************
* Copyright (c) 2005, 2006 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AndExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AndExpression.java
index afa69a8..58130cf 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AndExpression.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AndExpression.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AtomicExpressionContext.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AtomicExpressionContext.java
index bceb245..d821a11 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AtomicExpressionContext.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AtomicExpressionContext.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisAttributes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisAttributes.java
index 98ee2cb..8dd15b5 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisAttributes.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisAttributes.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2005, 2010 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisType.java
index e635137..55bae4c 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisType.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/AxisType.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2005, 2009 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ColumnDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ColumnDefinition.java
index 4f13150..2b024a8 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ColumnDefinition.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ColumnDefinition.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2005, 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/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CompositeFilterExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CompositeFilterExpression.java
index 9d0d41b..297f77d 100644
--- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CompositeFilterExpression.java
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CompositeFilterExpression.java
@@ -2,9 +2,9 @@
*************************************************************************
* Copyright (c) 2009 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