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
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomData.java index 2d99474..83a7ba0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomData.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/CustomFilterExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomFilterExpression.java index 8ed8c6f..177d55d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomFilterExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/CustomFilterExpression.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/DataAccessDesign.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataAccessDesign.java index 0c29e63..2b96c08 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataAccessDesign.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataAccessDesign.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/DataElementAttributes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementAttributes.java index 71255b5..3db442f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementAttributes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementAttributes.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/DataElementIdentifier.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementIdentifier.java index 235f718..ab81d04 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementIdentifier.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementIdentifier.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/DataElementIdentifiers.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementIdentifiers.java index d3d5d4b..2bc80cc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementIdentifiers.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementIdentifiers.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/DataElementUIHints.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementUIHints.java index 3bde61f..367fcd0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementUIHints.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataElementUIHints.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/DataSetDesign.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetDesign.java index ddfe876..d39dc5c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetDesign.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetDesign.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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/src/org/eclipse/datatools/connectivity/oda/design/DataSetParameters.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetParameters.java index 4dd925e..3496363 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetParameters.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetParameters.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/DataSetQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetQuery.java index c0ae445..b1ea280 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSetQuery.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/DataSourceDesign.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSourceDesign.java index fb760f3..fed0565 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSourceDesign.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DataSourceDesign.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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/src/org/eclipse/datatools/connectivity/oda/design/DesignFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignFactory.java index 9bce75d..0cde6bb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignFactory.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/DesignPackage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignPackage.java index ac7f28a..e676fd7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignPackage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignPackage.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionRequest.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionRequest.java index d0ae11f..68c61b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionRequest.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionRequest.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/DesignSessionResponse.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionResponse.java index c5df20c..d058770 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionResponse.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignSessionResponse.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/DesignerState.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignerState.java index 8f77869..efe0cc0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignerState.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignerState.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/DesignerStateContent.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignerStateContent.java index 879b10b..6766147 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignerStateContent.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DesignerStateContent.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/DocumentRoot.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DocumentRoot.java index d5bc74b..6e08a69 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DocumentRoot.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DocumentRoot.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/DynamicFilterExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DynamicFilterExpression.java index b25b293..3e22416 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DynamicFilterExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DynamicFilterExpression.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/DynamicValuesQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DynamicValuesQuery.java index db6ce77..4d88f74 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DynamicValuesQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/DynamicValuesQuery.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/ElementNullability.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ElementNullability.java index 8c03b4f..e42eb55 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ElementNullability.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ElementNullability.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/ExpressionArguments.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionArguments.java index dd8766b..b51246e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionArguments.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionArguments.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/ExpressionParameterDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionParameterDefinition.java index 37d789d..f951ae5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionParameterDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionParameterDefinition.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/ExpressionParameters.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionParameters.java index 6dab980..b4296d6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionParameters.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionParameters.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/ExpressionVariable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionVariable.java index 479aed9..bff6523 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionVariable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionVariable.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/ExpressionVariableType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionVariableType.java index 0c105e9..cc868c4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionVariableType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ExpressionVariableType.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/FilterExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/FilterExpression.java index 6057f22..3623e05 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/FilterExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/FilterExpression.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/FilterExpressionType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/FilterExpressionType.java index 47f596e..313f96f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/FilterExpressionType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/FilterExpressionType.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/HorizontalAlignment.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/HorizontalAlignment.java index 840bdcd..c36d980 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/HorizontalAlignment.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/HorizontalAlignment.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/InputElementAttributes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputElementAttributes.java index 35c629c..f65a85c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputElementAttributes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputElementAttributes.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/InputElementUIHints.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputElementUIHints.java index c0a9104..1527d5c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputElementUIHints.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputElementUIHints.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/InputParameterAttributes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputParameterAttributes.java index 90fdd9e..04cbf32 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputParameterAttributes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputParameterAttributes.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/InputParameterUIHints.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputParameterUIHints.java index b40f390..5fe1a07 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputParameterUIHints.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputParameterUIHints.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/InputPromptControlStyle.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputPromptControlStyle.java index 8aa7fb0..cf45acf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputPromptControlStyle.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/InputPromptControlStyle.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/Locale.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Locale.java index c92b0f6..2d9dd81 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Locale.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Locale.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/NameValuePair.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NameValuePair.java index 38c6e95..a8fc834 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NameValuePair.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NameValuePair.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/NotExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NotExpression.java index 48c8457..24cc916 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NotExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NotExpression.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/NullOrderingType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NullOrderingType.java index d30cec9..9594562 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NullOrderingType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/NullOrderingType.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/OdaComplexDataType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaComplexDataType.java index 7bdf34d..cb767ef 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaComplexDataType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaComplexDataType.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/OdaDesignSession.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaDesignSession.java index 9c65a2c..a39ce46 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaDesignSession.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaDesignSession.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/OdaScalarDataType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaScalarDataType.java index 61f7932..43fe9e1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaScalarDataType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OdaScalarDataType.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/OrExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OrExpression.java index 63f2ffc..4d7c0de 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OrExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OrExpression.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/OutputElementAttributes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OutputElementAttributes.java index 1d167c6..70391f7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OutputElementAttributes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/OutputElementAttributes.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/ParameterDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterDefinition.java index c573dab..e95606b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterDefinition.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/ParameterFieldDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterFieldDefinition.java index cfcf2f3..448db1e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterFieldDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterFieldDefinition.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/ParameterFields.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterFields.java index 6301188..af1ba2d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterFields.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterFields.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/ParameterMode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterMode.java index df8594f..cef51b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterMode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ParameterMode.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/Properties.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Properties.java index 167575f..732396d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Properties.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Properties.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/Property.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Property.java index 0adcd7e..d4ea44f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Property.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/Property.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/PropertyAttributes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/PropertyAttributes.java index e7967d2..75beda2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/PropertyAttributes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/PropertyAttributes.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/ResourceIdentifiers.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResourceIdentifiers.java index e917837..35d90b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResourceIdentifiers.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResourceIdentifiers.java
@@ -2,9 +2,9 @@ ************************************************************************* * 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/ * * 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/ResultSetColumns.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetColumns.java index f6a82d0..b28cc8d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetColumns.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetColumns.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/ResultSetCriteria.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetCriteria.java index 76c9919..7443db6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetCriteria.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetCriteria.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/ResultSetDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetDefinition.java index e4fcae8..1350a9b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSetDefinition.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/ResultSets.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSets.java index 2a4b5b4..2f7f5e3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSets.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSets.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/ResultSubset.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSubset.java index 71d9ea2..8061e38 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSubset.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ResultSubset.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/ScalarValueChoices.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ScalarValueChoices.java index ef59a8f..9255ead 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ScalarValueChoices.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ScalarValueChoices.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/ScalarValueDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ScalarValueDefinition.java index 10e073e..4cb780a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ScalarValueDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ScalarValueDefinition.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/SessionStatus.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SessionStatus.java index 4697cc8..dcb6a68 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SessionStatus.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SessionStatus.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/SortDirectionType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortDirectionType.java index 7042b2e..441996f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortDirectionType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortDirectionType.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/SortKey.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortKey.java index 8f742e0..27352a8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortKey.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortKey.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/SortSpecification.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortSpecification.java index db478ed..2015c46 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortSpecification.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/SortSpecification.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/StaticValues.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/StaticValues.java index 7b385f5..636bce7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/StaticValues.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/StaticValues.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/TextFormatType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/TextFormatType.java index e31174f..ace7815 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/TextFormatType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/TextFormatType.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/TextWrapType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/TextWrapType.java index e54816f..27d36ae 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/TextWrapType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/TextWrapType.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/ValueFormatHints.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ValueFormatHints.java index 10c04f5..f6a586c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ValueFormatHints.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/ValueFormatHints.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/impl/AndExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AndExpressionImpl.java index a3dfdb6..74d38fd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AndExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AndExpressionImpl.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/impl/AtomicExpressionContextImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AtomicExpressionContextImpl.java index 075c690..ea9034b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AtomicExpressionContextImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AtomicExpressionContextImpl.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/impl/AxisAttributesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AxisAttributesImpl.java index b6c2d6a..7ea121b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AxisAttributesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/AxisAttributesImpl.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/impl/ColumnDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ColumnDefinitionImpl.java index 294fdd5..f5f8ec6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ColumnDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ColumnDefinitionImpl.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/impl/CompositeFilterExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CompositeFilterExpressionImpl.java index 8262c73..6656995 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CompositeFilterExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CompositeFilterExpressionImpl.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/impl/CustomDataImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CustomDataImpl.java index 1176ad6..52b5c9d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CustomDataImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CustomDataImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/impl/CustomFilterExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CustomFilterExpressionImpl.java index 64c3c8d..f93e76b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CustomFilterExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/CustomFilterExpressionImpl.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/impl/DataAccessDesignImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataAccessDesignImpl.java index 9efc0f0..2798763 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataAccessDesignImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataAccessDesignImpl.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/impl/DataElementAttributesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementAttributesImpl.java index 65bbd90..a59caf8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementAttributesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementAttributesImpl.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/impl/DataElementIdentifierImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementIdentifierImpl.java index e0dbeee..70ed45b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementIdentifierImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementIdentifierImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/impl/DataElementIdentifiersImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementIdentifiersImpl.java index d7b96d7..f264fb5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementIdentifiersImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementIdentifiersImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/impl/DataElementUIHintsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementUIHintsImpl.java index 895fe10..f957cab 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementUIHintsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataElementUIHintsImpl.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/impl/DataSetDesignImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetDesignImpl.java index ba53ce5..2286436 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetDesignImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetDesignImpl.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/impl/DataSetParametersImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetParametersImpl.java index 00f0450..45d93a5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetParametersImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetParametersImpl.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/impl/DataSetQueryImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetQueryImpl.java index ffcee23..e844299 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetQueryImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSetQueryImpl.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/impl/DataSourceDesignImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSourceDesignImpl.java index 7e5d0a0..8e34246 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSourceDesignImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DataSourceDesignImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignFactoryImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignFactoryImpl.java index 31f69a2..18b4037 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignFactoryImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignFactoryImpl.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/impl/DesignPackageImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignPackageImpl.java index 9b810d9..78f307f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignPackageImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignPackageImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionRequestImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionRequestImpl.java index 76c18fd..3041779 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionRequestImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionRequestImpl.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/impl/DesignSessionResponseImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionResponseImpl.java index 58e27fd..df8d58e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionResponseImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignSessionResponseImpl.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/impl/DesignerStateContentImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignerStateContentImpl.java index 3850f29..19e66ff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignerStateContentImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignerStateContentImpl.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/impl/DesignerStateImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignerStateImpl.java index a81acf9..f39694e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignerStateImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DesignerStateImpl.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/impl/DocumentRootImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DocumentRootImpl.java index 1030601..c608020 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DocumentRootImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DocumentRootImpl.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/impl/DynamicFilterExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DynamicFilterExpressionImpl.java index 527365a..99fafb0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DynamicFilterExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DynamicFilterExpressionImpl.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/impl/DynamicValuesQueryImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DynamicValuesQueryImpl.java index 54afb1e..187e9b4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DynamicValuesQueryImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/DynamicValuesQueryImpl.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/impl/ExpressionArgumentsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionArgumentsImpl.java index b9d3cac..bb8b560 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionArgumentsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionArgumentsImpl.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/impl/ExpressionParameterDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionParameterDefinitionImpl.java index a425613..14549fd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionParameterDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionParameterDefinitionImpl.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/impl/ExpressionParametersImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionParametersImpl.java index 7976cbd..ad6ca0d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionParametersImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionParametersImpl.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/impl/ExpressionVariableImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionVariableImpl.java index 72b8e01..e4971cc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionVariableImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ExpressionVariableImpl.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/impl/FilterExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/FilterExpressionImpl.java index dbfe2ba..70bea21 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/FilterExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/FilterExpressionImpl.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/impl/FilterExpressionTypeImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/FilterExpressionTypeImpl.java index c35ebbb..dc43273 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/FilterExpressionTypeImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/FilterExpressionTypeImpl.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/impl/InputElementAttributesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputElementAttributesImpl.java index f87ab07..57350fe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputElementAttributesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputElementAttributesImpl.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/impl/InputElementUIHintsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputElementUIHintsImpl.java index 2cba09c..1717231 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputElementUIHintsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputElementUIHintsImpl.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/impl/InputParameterAttributesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputParameterAttributesImpl.java index 3a2eb9f..af25ff0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputParameterAttributesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputParameterAttributesImpl.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/impl/InputParameterUIHintsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputParameterUIHintsImpl.java index bf70937..41f7bdb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputParameterUIHintsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/InputParameterUIHintsImpl.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/impl/LocaleImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/LocaleImpl.java index a3ebc98..51c8925 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/LocaleImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/LocaleImpl.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/impl/NameValuePairImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/NameValuePairImpl.java index f917948..dabe9c2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/NameValuePairImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/NameValuePairImpl.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/impl/NotExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/NotExpressionImpl.java index 0aaee65..1a15995 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/NotExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/NotExpressionImpl.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/impl/OdaDesignSessionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OdaDesignSessionImpl.java index 7bd4f70..ff8401b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OdaDesignSessionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OdaDesignSessionImpl.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/impl/OrExpressionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OrExpressionImpl.java index 376b364..381e3c3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OrExpressionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OrExpressionImpl.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/impl/OutputElementAttributesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OutputElementAttributesImpl.java index 7cf1765..de387f9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OutputElementAttributesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/OutputElementAttributesImpl.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/impl/ParameterDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterDefinitionImpl.java index 40314e3..00518b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterDefinitionImpl.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/impl/ParameterFieldDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterFieldDefinitionImpl.java index 7479a10..2bb9e78 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterFieldDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterFieldDefinitionImpl.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/impl/ParameterFieldsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterFieldsImpl.java index 92ce4fb..8eba60d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterFieldsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ParameterFieldsImpl.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/impl/PropertiesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertiesImpl.java index ca5d829..1a89f3a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertiesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertiesImpl.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/impl/PropertyAttributesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertyAttributesImpl.java index 519e7bb..6bb827b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertyAttributesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertyAttributesImpl.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/impl/PropertyImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertyImpl.java index 8059158..430d131 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertyImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/PropertyImpl.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/impl/ResourceIdentifiersImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResourceIdentifiersImpl.java index 4c825ab..bbbdfe5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResourceIdentifiersImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResourceIdentifiersImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * 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/ * * 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/impl/ResultSetColumnsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetColumnsImpl.java index ed2038b..4a32c59 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetColumnsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetColumnsImpl.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/impl/ResultSetCriteriaImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetCriteriaImpl.java index 7387aa2..2049efc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetCriteriaImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetCriteriaImpl.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/impl/ResultSetDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetDefinitionImpl.java index 4fd821b..9acdcc2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetDefinitionImpl.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/impl/ResultSetsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetsImpl.java index e61ae7a..0c617f2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSetsImpl.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/impl/ResultSubsetImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSubsetImpl.java index dc3555a..75063db 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSubsetImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ResultSubsetImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/impl/ScalarValueChoicesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ScalarValueChoicesImpl.java index 92eada8..d8a8f3f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ScalarValueChoicesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ScalarValueChoicesImpl.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/impl/ScalarValueDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ScalarValueDefinitionImpl.java index 1854348..71222cc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ScalarValueDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ScalarValueDefinitionImpl.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/impl/SortKeyImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/SortKeyImpl.java index d8032c7..ff554be 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/SortKeyImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/SortKeyImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/impl/SortSpecificationImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/SortSpecificationImpl.java index 5c1ff2f..850b40b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/SortSpecificationImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/SortSpecificationImpl.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/impl/StaticValuesImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/StaticValuesImpl.java index 6016a02..9eede3a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/StaticValuesImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/StaticValuesImpl.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/impl/ValueFormatHintsImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ValueFormatHintsImpl.java index e5953e0..3494af6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ValueFormatHintsImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/impl/ValueFormatHintsImpl.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/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/Messages.java index 1a4e969..7f745a7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/Messages.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/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/messages.properties index 46131cd..e277145 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/messages.properties
@@ -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/nls/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/package.html index f2aff0a..ad073a4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/nls/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/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.design/src/org/eclipse/datatools/connectivity/oda/design/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/package.html index 59caba5..e397e42 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/package.html
@@ -6,9 +6,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/util/DesignAdapterFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignAdapterFactory.java index b32ab92..9209f3e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignAdapterFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignAdapterFactory.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/util/DesignResourceFactoryImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignResourceFactoryImpl.java index 9400a72..5a02465 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignResourceFactoryImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignResourceFactoryImpl.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/util/DesignResourceImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignResourceImpl.java index cd107ce..a78c267 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignResourceImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignResourceImpl.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/util/DesignSwitch.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignSwitch.java index 33bb961..69ad2b3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignSwitch.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignSwitch.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/util/DesignUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignUtil.java index 1d86236..2cdac55 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignUtil.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/src/org/eclipse/datatools/connectivity/oda/design/util/DesignValidator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignValidator.java index bc1a97c..f4d5531 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignValidator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignValidator.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/src/org/eclipse/datatools/connectivity/oda/design/util/DesignXMLProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignXMLProcessor.java index 3854980..099e97b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignXMLProcessor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/DesignXMLProcessor.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/util/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/package.html index fa9ba3e..9a7c290 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/src/org/eclipse/datatools/connectivity/oda/design/util/package.html
@@ -6,9 +6,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.flatfile.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.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.flatfile.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/build.xml index 4bbd0b3..eccd2e9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.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.flatfile.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.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.flatfile.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/build.xml index 2ee1752..0df4314 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.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.flatfile.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_de_DE.msg index 309c04d..d020aae 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_de_DE.msg
@@ -1,9 +1,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.flatfile.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_es_ES.msg index 6fccd64..025534e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_es_ES.msg
@@ -1,8 +1,8 @@ # 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.flatfile.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_fr_FR.msg index 1eb9749..4d005bd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_fr_FR.msg
@@ -1,8 +1,8 @@ # 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.flatfile.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_ja_JP.msg index c1873c7..9f882ba 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_ja_JP.msg
@@ -1,8 +1,8 @@ # 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.flatfile.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_ko_KR.msg index 3f5563b..e4d3650 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_ko_KR.msg
@@ -1,8 +1,8 @@ # 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.flatfile.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_zh_CN.msg index 52f2fa8..11a3481 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/plugin_zh_CN.msg
@@ -1,8 +1,8 @@ # 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.flatfile.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.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.flatfile.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/plugin.properties index 789db5c..8b4b293 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/plugin.properties
@@ -1,9 +1,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.flatfile.ui/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/plugin.xml index 828d538..19fbf03 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/plugin.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/FlatFileUIPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/FlatFileUIPlugin.java index 16fdf72..7748099 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/FlatFileUIPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/FlatFileUIPlugin.java
@@ -2,9 +2,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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/Messages.java index 37303ad..fb2b2af 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/Messages.java
@@ -2,9 +2,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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/messages.properties index 926adef..dea5b76 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/i18n/messages.properties
@@ -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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/IHelpConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/IHelpConstants.java index d819fae..70f33e5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/IHelpConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/IHelpConstants.java
@@ -1,9 +1,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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/Utility.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/Utility.java index b9ababf..96cce1f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/Utility.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/util/Utility.java
@@ -1,9 +1,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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java index 11d7b1a..e80ede5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderPropertyPage.java index ccbfcef..4093d8c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderPropertyPage.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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionPageHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionPageHelper.java index bc63c79..d4b76d5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionPageHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionPageHelper.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionWizardPage.java index ce16240..f5bce03 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FolderSelectionWizardPage.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.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/MenuButton.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/MenuButton.java index b167966..3a9a07d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/MenuButton.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/MenuButton.java
@@ -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.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/RelativeFileSelectionDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/RelativeFileSelectionDialog.java index 843ad70..c390d78 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/RelativeFileSelectionDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/RelativeFileSelectionDialog.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
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/package.html index 9780e02..c9e0e9b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/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.flatfile/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/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.flatfile/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/plugin.properties index a7a2f42..1fa5e42 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2004, 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.flatfile/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/plugin.xml index 13e3405..fd6b6b8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/plugin.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/plugin.xml
@@ -5,9 +5,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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/CommonConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/CommonConstants.java index 6f289f5..018db9b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/CommonConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/CommonConstants.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/Connection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/Connection.java index fa0e66d..1bfda83 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/Connection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/Connection.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataSetMetaData.java index ed3fe7c..fac2d57 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataSetMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataSetMetaData.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataTypes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataTypes.java index 6832245..def56e8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataTypes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/DataTypes.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileDriver.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileDriver.java index 25781bc..99cbf9f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileDriver.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileDriver.java
@@ -2,9 +2,9 @@ ******************************************************************************* * Copyright (c) 2004, 2005 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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileQuery.java index 5be383b..19385e7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/FlatFileQuery.java
@@ -2,8 +2,8 @@ ******************************************************************************* * 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * 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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/InvalidResourceException.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/InvalidResourceException.java index 1225e2d..4238817 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/InvalidResourceException.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/InvalidResourceException.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
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceInputStream.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceInputStream.java index dd1329c..7cf4e53 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceInputStream.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceInputStream.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
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceLocator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceLocator.java index c673fdf..bf17888 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceLocator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResourceLocator.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
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSet.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSet.java index 1873a76..fcd0ced 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSet.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSet.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaData.java index 3dc3fab..e88dcee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaData.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaDataHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaDataHelper.java index b590dc7..2fe4f10 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaDataHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/ResultSetMetaDataHelper.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/Messages.java index a6a63c7..cad6bb6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/Messages.java
@@ -2,9 +2,9 @@ ******************************************************************************* * Copyright (c) 2004, 2005 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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/messages.properties index 32a63bf..a4b005d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/i18n/messages.properties
@@ -2,9 +2,9 @@ #************************************************************************ # Copyright (c) 2004, 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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/package.html index 0d83c23..9ebc626 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/plugin/FlatfilePlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/plugin/FlatfilePlugin.java index dd99317..e1b5200 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/plugin/FlatfilePlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/plugin/FlatfilePlugin.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatFactory.java index c4305b6..610b284 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatFactory.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatISO8601.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatISO8601.java index 66aa468..77783fb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatISO8601.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateFormatISO8601.java
@@ -1,9 +1,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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateUtil.java index 26fda20..38a3589 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/DateUtil.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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/FlatFileDataReader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/FlatFileDataReader.java index 3a9e609..f66f0bc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/FlatFileDataReader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/FlatFileDataReader.java
@@ -1,9 +1,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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/ColumnsInfoUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/ColumnsInfoUtil.java index 39a66d0..43e0cda 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/ColumnsInfoUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/ColumnsInfoUtil.java
@@ -1,9 +1,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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/QueryTextUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/QueryTextUtil.java index 83c07e8..55a227b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/QueryTextUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/QueryTextUtil.java
@@ -1,9 +1,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.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/package.html index 6820666..8211e7e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/src/org/eclipse/datatools/connectivity/oda/flatfile/util/querytextutil/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.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.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.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/build.xml index ed5a713..e9f0148 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.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.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_de_DE.msg index f4a9549..6514cd0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_de_DE.msg
@@ -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.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_es_ES.msg index 9dd5cd6..ef4acd2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_es_ES.msg
@@ -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.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_fr_FR.msg index d3be831..5435c1c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_fr_FR.msg
@@ -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.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ja_JP.msg index 86bebab..235a7b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ja_JP.msg
@@ -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.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ko_KR.msg index 6ef8158..ad8a2d8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_ko_KR.msg
@@ -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.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_zh_CN.msg index 4105122..cf96288 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/src/org/eclipse/datatools/connectivity/oda/nls/messages_zh_CN.msg
@@ -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.profile.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.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.profile.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/build.xml index 615bcc0..0c8bdf4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.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.profile.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_de_DE.msg index 827be30..397e74d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_es_ES.msg index eeeaa9e..fe67a20 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_fr_FR.msg index ec62a92..31eaad8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_ja_JP.msg index 4befbb6..4d4a295 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_ko_KR.msg index 5f6a7b7..5c8826b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_zh_CN.msg index db2ccc8..83f452c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/about.html index 129db9d..92d90f8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.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.oda.profile/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/plugin.properties index f0f72fb..6faf6e4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005, 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.profile/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/plugin.xml index d097a68..760c097 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/plugin.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/plugin.xml
@@ -5,9 +5,9 @@ ************************************************************************* * Copyright (c) 2005, 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.profile/schema/profileStore.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/schema/profileStore.exsd index b9f9d52..89512d4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/schema/profileStore.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/schema/profileStore.exsd
@@ -116,7 +116,7 @@ </appInfo> <documentation> 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 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.profile/src/org/eclipse/datatools/connectivity/oda/profile/Constants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/Constants.java index e2d16fc..ceb3f96 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/Constants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/Constants.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.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionFactory.java index f166bad..c17f0eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionFactory.java
@@ -2,9 +2,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.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionWrapper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionWrapper.java index 4b61965..ada2aa0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionWrapper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaConnectionWrapper.java
@@ -2,9 +2,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.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java index 156c624..7074ea6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfileExplorer.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfilePlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfilePlugin.java index 75908f9..a48e057 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfilePlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/OdaProfilePlugin.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.profile/src/org/eclipse/datatools/connectivity/oda/profile/ProfileFileExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/ProfileFileExtension.java index 11a3a0a..1a331ba 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/ProfileFileExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/ProfileFileExtension.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.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaConnectionProfile.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaConnectionProfile.java index edfdffc..e4d9364 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaConnectionProfile.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaConnectionProfile.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.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaProfileFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaProfileFactory.java index 171c3bd..72f7e2b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaProfileFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/OdaProfileFactory.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.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/ProfileCategoryUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/ProfileCategoryUtil.java index 99afecc..b28c82a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/ProfileCategoryUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/internal/ProfileCategoryUtil.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.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/Messages.java index 84e622e..891dbb3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/Messages.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2005, 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.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/messages.properties index 579bb1d..a6abb57 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/messages.properties
@@ -2,9 +2,9 @@ #************************************************************************ # Copyright (c) 2005, 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.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/package.html index bad64dd..ed4d2d4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/nls/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/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.profile/src/org/eclipse/datatools/connectivity/oda/profile/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/package.html index a768738..1bc91d3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/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.profile/src/org/eclipse/datatools/connectivity/oda/profile/provider/ProfilePropertyProviderImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/provider/ProfilePropertyProviderImpl.java index e76d94a..1b642a0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/provider/ProfilePropertyProviderImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/src/org/eclipse/datatools/connectivity/oda/profile/provider/ProfilePropertyProviderImpl.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.template.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/about.html index 0964970..69dffba 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.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.template.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/build.xml index 3b36b63..3cd1271 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/build.xml
@@ -3,9 +3,11 @@ ************************************************************************* * 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/ + + SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_de_DE.msg index 2caeceb..1355690 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_de_DE.msg
@@ -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.template.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_es_ES.msg index 5f5b540..0deb702 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_es_ES.msg
@@ -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.template.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_fr_FR.msg index dd7b63f..ab98184 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_fr_FR.msg
@@ -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.template.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_ja_JP.msg index 562eb17..b412b5a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_ja_JP.msg
@@ -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.template.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_ko_KR.msg index 308fdc9..9d26db7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_ko_KR.msg
@@ -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.template.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_zh_CN.msg index 9227ff3..a822fe9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/plugin_zh_CN.msg
@@ -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.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_de_DE.msg index cd4e67f..f78e45b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_de_DE.msg
@@ -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.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_es_ES.msg index fb066e0..4733954 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_es_ES.msg
@@ -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.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_fr_FR.msg index bf74925..82c03eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_fr_FR.msg
@@ -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.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ja_JP.msg index 7544639..cd3ba1b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ja_JP.msg
@@ -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.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ko_KR.msg index 577fdb3..4409fbe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_ko_KR.msg
@@ -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.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_zh_CN.msg index d0df6ac..158a469 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages_zh_CN.msg
@@ -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.template.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.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.template.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/plugin.properties index 02bd935..bd482ba 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/plugin.properties
@@ -1,9 +1,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.template.ui/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/plugin.xml index a8c807b..201563f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/plugin.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/plugin.xml
@@ -5,9 +5,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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/CompatiblePluginReference.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/CompatiblePluginReference.java index 36f24f0..ff35f0d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/CompatiblePluginReference.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/CompatiblePluginReference.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/DesignTimeTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/DesignTimeTemplateSection.java index d444105..25f806e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/DesignTimeTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/DesignTimeTemplateSection.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDesignerWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDesignerWizard.java index 896408d..fe46dda 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDesignerWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDesignerWizard.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDriverWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDriverWizard.java index e7c3899..17fc032 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDriverWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/NewOdaDriverWizard.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaPluginModeler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaPluginModeler.java index 4086aa2..fe5ca93 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaPluginModeler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaPluginModeler.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaTemplateSection.java index 7a8b93b..6976c7b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/OdaTemplateSection.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/RuntimeTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/RuntimeTemplateSection.java index 8f72219..547d25e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/RuntimeTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/internal/ui/RuntimeTemplateSection.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2006, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/Messages.java index 9dadb52..3569da9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/Messages.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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages.properties index 22dbd6a..8bcf0a4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/messages.properties
@@ -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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/package.html index ae3819f..7777a88 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/nls/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/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.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/plugin/Activator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/plugin/Activator.java index 2235ac8..3a5909b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/plugin/Activator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/src/org/eclipse/datatools/connectivity/oda/template/ui/plugin/Activator.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/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/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/about.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/about.properties index 57b751a..cf31189 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/about.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/about.properties
@@ -1,9 +1,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 @@ -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/plugin.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/plugin.xml index 0e6a16a..9086b27 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/plugin.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/plugin.xml
@@ -5,9 +5,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/schema-doc/org_eclipse_datatools_connectivity_oda_datasource.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_datasource.html index 65e5f00..0457a7b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_datasource.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_datasource.html
@@ -326,7 +326,7 @@ <br> <p class="note SchemaCopyright"> 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 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> </BODY>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html index 6fccaeb..44c4e51 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema-doc/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html
@@ -252,7 +252,7 @@ <br> <p class="note SchemaCopyright"> Copyright (c) 2009, 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 +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> </BODY>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd index 47c275b..2a9f86c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/datasource.exsd
@@ -695,7 +695,7 @@ </appInfo> <documentation> 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 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/schema/dynamicResultSet.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/dynamicResultSet.exsd index 29f5826..26343df 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/dynamicResultSet.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/schema/dynamicResultSet.exsd
@@ -685,7 +685,7 @@ </appInfo> <documentation> Copyright (c) 2009, 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 +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/src/org/eclipse/datatools/connectivity/oda/IAdvancedQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IAdvancedQuery.java index abec49e..c9cd137 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IAdvancedQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IAdvancedQuery.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/src/org/eclipse/datatools/connectivity/oda/IBlob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IBlob.java index ef6c946..a5e73e0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IBlob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IBlob.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/src/org/eclipse/datatools/connectivity/oda/IClob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IClob.java index 0cacb80..4cd8901 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IClob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IClob.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/src/org/eclipse/datatools/connectivity/oda/IConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IConnection.java index 0acb00a..538da9a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IConnection.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/src/org/eclipse/datatools/connectivity/oda/IDataSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IDataSetMetaData.java index 7ace078..e9d8950 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IDataSetMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IDataSetMetaData.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/src/org/eclipse/datatools/connectivity/oda/IDriver.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IDriver.java index 201c4db..e5686a4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IDriver.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IDriver.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/src/org/eclipse/datatools/connectivity/oda/IParameterMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IParameterMetaData.java index 14585b7..8ca1297 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IParameterMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IParameterMetaData.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/src/org/eclipse/datatools/connectivity/oda/IParameterRowSet.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IParameterRowSet.java index 9add913..8b7dd5b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IParameterRowSet.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IParameterRowSet.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/src/org/eclipse/datatools/connectivity/oda/IQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IQuery.java index cafe5a1..f5ee64e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IQuery.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/src/org/eclipse/datatools/connectivity/oda/IResultSet.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IResultSet.java index 9eed2a8..408b35c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IResultSet.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IResultSet.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/src/org/eclipse/datatools/connectivity/oda/IResultSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IResultSetMetaData.java index b7b881c..fb0cc51 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IResultSetMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/IResultSetMetaData.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/src/org/eclipse/datatools/connectivity/oda/LogConfiguration.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/LogConfiguration.java index 1d986da..ad8e06e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/LogConfiguration.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/LogConfiguration.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/src/org/eclipse/datatools/connectivity/oda/OdaException.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/OdaException.java index 900e5c4..c224b23 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/OdaException.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/OdaException.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/src/org/eclipse/datatools/connectivity/oda/SortSpec.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/SortSpec.java index 47d6a62..b6de066 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/SortSpec.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/SortSpec.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/src/org/eclipse/datatools/connectivity/oda/impl/Blob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/Blob.java index df0bc5c..70eb4f0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/Blob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/Blob.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/src/org/eclipse/datatools/connectivity/oda/impl/Clob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/Clob.java index d3b963a..8dba2e0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/Clob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/Clob.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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleConnection.java index 75781cc..c395505 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleConnection.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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDataSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDataSetMetaData.java index f50eaa0..4b3ef7a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDataSetMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDataSetMetaData.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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDriver.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDriver.java index e2b50e1..031b1ee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDriver.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleDriver.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2004, 2005 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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleParameterMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleParameterMetaData.java index 2574b9b..fee0091 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleParameterMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleParameterMetaData.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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleQuery.java index 4df5c85..9845770 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleQuery.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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSet.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSet.java index a5b28f3..84d99ad 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSet.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSet.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/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSetMetaData.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSetMetaData.java index 96eeaf7..115fc3c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSetMetaData.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/SimpleResultSetMetaData.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/src/org/eclipse/datatools/connectivity/oda/impl/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/package.html index d245877..b961b40 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/impl/package.html
@@ -6,9 +6,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/src/org/eclipse/datatools/connectivity/oda/internal/OdaPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/internal/OdaPlugin.java index f9c0627..65272ac 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/internal/OdaPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/internal/OdaPlugin.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/src/org/eclipse/datatools/connectivity/oda/nls/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/Messages.java index ffa9cb4..e13f25d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/Messages.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/src/org/eclipse/datatools/connectivity/oda/nls/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/messages.properties index 6c82768..8f4efc1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/messages.properties
@@ -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/src/org/eclipse/datatools/connectivity/oda/nls/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/package.html index dcccf6f..3b50f48 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/nls/package.html
@@ -6,9 +6,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/src/org/eclipse/datatools/connectivity/oda/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/package.html index a2341d4..65f2501 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/package.html
@@ -6,9 +6,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/src/org/eclipse/datatools/connectivity/oda/spec/AdvancedQuerySpecification.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/AdvancedQuerySpecification.java index 08e94c9..c02ea4e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/AdvancedQuerySpecification.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/AdvancedQuerySpecification.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/BaseQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/BaseQuery.java index b941049..3fe69f3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/BaseQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/BaseQuery.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2013, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionArguments.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionArguments.java index 3861c69..8a03123 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionArguments.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionArguments.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionVariable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionVariable.java index 930cfef..e636414 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionVariable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ExpressionVariable.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/IValidator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/IValidator.java index 7782681..72fed2d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/IValidator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/IValidator.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/spec/InternalSpecFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/InternalSpecFactory.java index 5d5902d..52599d5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/InternalSpecFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/InternalSpecFactory.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/src/org/eclipse/datatools/connectivity/oda/spec/QuerySpecification.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/QuerySpecification.java index da42d06..546616f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/QuerySpecification.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/QuerySpecification.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/spec/ValidationContext.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ValidationContext.java index 354d7a2..85dac9b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ValidationContext.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ValidationContext.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/ValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ValueExpression.java index 459ccbb..951ba04 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/ValueExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/basequery/AtomicQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/AtomicQuery.java index fc5bb7e..4d51c14 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/AtomicQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/AtomicQuery.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2013, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/spec/basequery/CombinedQuery.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/CombinedQuery.java index 4f063bc..7068e76 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/CombinedQuery.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/CombinedQuery.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2013, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/spec/basequery/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/package.html index ebd60fd..adf390c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/basequery/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2013, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/spec/impl/ValidatorBaseImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/impl/ValidatorBaseImpl.java index d83ff6e..16729a5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/impl/ValidatorBaseImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/impl/ValidatorBaseImpl.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/impl/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/impl/package.html index 48460b5..517d44c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/impl/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/impl/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/AggregateDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/AggregateDefinition.java index 6029f1f..2981d70 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/AggregateDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/AggregateDefinition.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/CombinedExpressionOperatorDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/CombinedExpressionOperatorDefinition.java index 8fe77f6..ff25d76 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/CombinedExpressionOperatorDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/CombinedExpressionOperatorDefinition.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ExtensionContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ExtensionContributor.java index 6377ac8..d6120b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ExtensionContributor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ExtensionContributor.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FilterExpressionDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FilterExpressionDefinition.java index 607650e..5d3c71c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FilterExpressionDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FilterExpressionDefinition.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FunctionExpressionDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FunctionExpressionDefinition.java index 3927915..1294a08 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FunctionExpressionDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/FunctionExpressionDefinition.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionExplorer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionExplorer.java index cb62a17..faf49cb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionExplorer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionExplorer.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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionUtil.java index c955ec4..95cdd95 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/ResultExtensionUtil.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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/SupportedDataSetType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/SupportedDataSetType.java index b6a3f92..07abd14 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/SupportedDataSetType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/SupportedDataSetType.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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/VariableRestrictions.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/VariableRestrictions.java index d610362..d9e0fae 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/VariableRestrictions.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/VariableRestrictions.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/src/org/eclipse/datatools/connectivity/oda/spec/manifest/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/package.html index 6b0dd0c..d5c5a0d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/manifest/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/package.html index 039896e..da5afee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/AggregateExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/AggregateExpression.java index 26679f8..f4d7d0e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/AggregateExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/AggregateExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/ColumnIdentifier.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ColumnIdentifier.java index eba8077..4a477b3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ColumnIdentifier.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ColumnIdentifier.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/CustomAggregate.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/CustomAggregate.java index b4c3a37..97c2f94 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/CustomAggregate.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/CustomAggregate.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/FilterExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/FilterExpression.java index 05a7791..2de7f6d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/FilterExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/FilterExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/InternalResultSpecFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/InternalResultSpecFactory.java index 78bd42f..727982f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/InternalResultSpecFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/InternalResultSpecFactory.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultProjection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultProjection.java index 17265a6..100aaee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultProjection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultProjection.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultSetSpecification.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultSetSpecification.java index a2f0ce7..b7f9377 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultSetSpecification.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/ResultSetSpecification.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/SortSpecification.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/SortSpecification.java index 05d4f1e..7e4c6ad 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/SortSpecification.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/SortSpecification.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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AndExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AndExpression.java index 96d4463..ed8d0e6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AndExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AtomicExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AtomicExpression.java index 6b051ba..f6c3880 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AtomicExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/AtomicExpression.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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CompositeExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CompositeExpression.java index 445a876..be73240 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CompositeExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CompositeExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CustomExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CustomExpression.java index 42e4c3b..886972e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CustomExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/CustomExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/InternalFilterFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/InternalFilterFactory.java index 519f5ad..8d4d5a3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/InternalFilterFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/InternalFilterFactory.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/NotExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/NotExpression.java index 00282ca..8096f75 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/NotExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/NotExpression.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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/OrExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/OrExpression.java index 8ba1997..2496cc3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/OrExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/OrExpression.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/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/package.html index dc241a7..b7cef1a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/filter/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/result/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/package.html index 2eaf669..6b569df 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/result/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/util/ExpressionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/ExpressionFactory.java index 0c32beb..eedfda9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/ExpressionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/ExpressionFactory.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/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationFactory.java index 61f65f9..5a79559 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationFactory.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationHelper.java index f3dd819..3ce437e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/QuerySpecificationHelper.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/util/SortSpecMigrator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/SortSpecMigrator.java index 27cfcc6..44ff0e7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/SortSpecMigrator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/SortSpecMigrator.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/src/org/eclipse/datatools/connectivity/oda/spec/util/ValidatorUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/ValidatorUtil.java index 2ead053..98fca3e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/ValidatorUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/ValidatorUtil.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/util/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/package.html index 600d07a..8bd9b14 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/util/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/AtomicValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/AtomicValueExpression.java index fd7d57e..b7d20c1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/AtomicValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/AtomicValueExpression.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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/ColumnValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/ColumnValueExpression.java index 067748f..ba5c341 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/ColumnValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/ColumnValueExpression.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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpression.java index 3822781..4528d88 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpressionOperator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpressionOperator.java index 768953f..433f01f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpressionOperator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CombinedValueExpressionOperator.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CustomFunction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CustomFunction.java index a040850..8a7345f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CustomFunction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/CustomFunction.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/FunctionValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/FunctionValueExpression.java index cd079ca..ee8c6d1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/FunctionValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/FunctionValueExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/InternalValueExprFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/InternalValueExprFactory.java index 9d920cb..9bbe164 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/InternalValueExprFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/InternalValueExprFactory.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/NestedValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/NestedValueExpression.java index c701aee..5a8183c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/NestedValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/NestedValueExpression.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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/SimpleValueExpression.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/SimpleValueExpression.java index 52d4766..e70a7d4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/SimpleValueExpression.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/SimpleValueExpression.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/package.html index e3322b1..83b00a4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/spec/valueexpr/package.html
@@ -6,9 +6,9 @@ ************************************************************************* * Copyright (c) 2009, 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/src/org/eclipse/datatools/connectivity/oda/util/ResourceIdentifiers.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/ResourceIdentifiers.java index bc7024e..8ee9da6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/ResourceIdentifiers.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/ResourceIdentifiers.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2008, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/util/StringSubstitutionUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/StringSubstitutionUtil.java index fdf5917..42852f0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/StringSubstitutionUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/StringSubstitutionUtil.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/src/org/eclipse/datatools/connectivity/oda/util/logging/FileHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/FileHandler.java index aadda20..d2f1825 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/FileHandler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/FileHandler.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/src/org/eclipse/datatools/connectivity/oda/util/logging/Filter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Filter.java index 32ed8db..459b19a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Filter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Filter.java
@@ -2,9 +2,9 @@ ****************************************************************************** * Copyright (c) 2004, 2005 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/src/org/eclipse/datatools/connectivity/oda/util/logging/Handler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Handler.java index 78b5f46..0117531 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Handler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Handler.java
@@ -2,9 +2,9 @@ ****************************************************************************** * Copyright (c) 2004, 2005 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/src/org/eclipse/datatools/connectivity/oda/util/logging/Level.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Level.java index 1decb3b..c3fac89 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Level.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Level.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/src/org/eclipse/datatools/connectivity/oda/util/logging/LogFormatter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogFormatter.java index 910c4d3..51a0d8b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogFormatter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogFormatter.java
@@ -2,9 +2,9 @@ ****************************************************************************** * Copyright (c) 2004, 2005 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/src/org/eclipse/datatools/connectivity/oda/util/logging/LogManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogManager.java index b0eb7bf..23f9479 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogManager.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/src/org/eclipse/datatools/connectivity/oda/util/logging/LogRecord.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogRecord.java index b487f46..2cfeb4a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogRecord.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LogRecord.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/src/org/eclipse/datatools/connectivity/oda/util/logging/Logger.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Logger.java index 2d87e3b..4135423 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Logger.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/Logger.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/src/org/eclipse/datatools/connectivity/oda/util/logging/LoggingErrorHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LoggingErrorHandler.java index 67b2259..2ab0fcd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LoggingErrorHandler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/LoggingErrorHandler.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/src/org/eclipse/datatools/connectivity/oda/util/logging/SimpleFormatter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/SimpleFormatter.java index dec5e31..8e77aa1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/SimpleFormatter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/SimpleFormatter.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/src/org/eclipse/datatools/connectivity/oda/util/logging/StreamHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/StreamHandler.java index 6b7199b..1617247 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/StreamHandler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/StreamHandler.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/src/org/eclipse/datatools/connectivity/oda/util/logging/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/package.html index b2d90bc..cd155a9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/logging/package.html
@@ -6,9 +6,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/src/org/eclipse/datatools/connectivity/oda/util/manifest/ConnectionProfileProperty.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ConnectionProfileProperty.java index ff1e590..38ac9eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ConnectionProfileProperty.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ConnectionProfileProperty.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataSetType.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataSetType.java index 9edfbc8..58c2801 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataSetType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataSetType.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataTypeMapping.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataTypeMapping.java index 027b9a7..90295fe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataTypeMapping.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/DataTypeMapping.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/ExtensionManifest.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ExtensionManifest.java index 6f7889b..5512928 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ExtensionManifest.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ExtensionManifest.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/JavaRuntimeInterface.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/JavaRuntimeInterface.java index a353216..804e422 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/JavaRuntimeInterface.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/JavaRuntimeInterface.java
@@ -2,9 +2,9 @@ ************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestExplorer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestExplorer.java index 4c7963d..98dc0bb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestExplorer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestExplorer.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestUtil.java index 3cde78f..627402e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/ManifestUtil.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/Property.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/Property.java index dee8104..99522d8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/Property.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/Property.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/PropertyChoice.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/PropertyChoice.java index d8184fd..bf3c3f3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/PropertyChoice.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/PropertyChoice.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/Relationship.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/Relationship.java index 7dd7607..fe91b1f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/Relationship.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/Relationship.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/RuntimeInterface.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/RuntimeInterface.java index ca6b5c2..b2115a0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/RuntimeInterface.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/RuntimeInterface.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2004, 2005 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/src/org/eclipse/datatools/connectivity/oda/util/manifest/TraceLogging.java b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/TraceLogging.java index 57d3c8a..c776642 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/TraceLogging.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/TraceLogging.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/src/org/eclipse/datatools/connectivity/oda/util/manifest/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/package.html index f851475..7685695 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/manifest/package.html
@@ -6,9 +6,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/src/org/eclipse/datatools/connectivity/oda/util/package.html b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/package.html index 1a1a6f9..53812a3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/package.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/src/org/eclipse/datatools/connectivity/oda/util/package.html
@@ -6,9 +6,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.sqm.core.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/build.xml index 23984dd..830bfc5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_de_DE.msg index ec52011..f09ca99 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_es_ES.msg index 433d75d..68769c0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_fr_FR.msg index 8d25820..03d7af9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_ja_JP.msg index 41d0a64..48a03fd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_ko_KR.msg index d13b7c9..e83cd76 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_zh_CN.msg index f01acd8..fa512b9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_de_DE.msg index eda6be7..d7b5fc9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_de_DE.msg
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_es_ES.msg index 732b612..8d4d6a8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_es_ES.msg
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_fr_FR.msg index 8214a79..4c7ea59 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_fr_FR.msg
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ja_JP.msg index 0477eed..1cf822b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ja_JP.msg
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ko_KR.msg index 7b80ce1..fb34473 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_ko_KR.msg
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_zh_CN.msg index accb68b..763e84b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog_zh_CN.msg
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/build.xml index b0f02ec..ab5b376 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_de_DE.msg index e4ab3f2..4511e09 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_es_ES.msg index 2e607a4..45f5cdf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_fr_FR.msg index 976278d..95eaeb9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_ja_JP.msg index ee80e6f..2bdc568 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_ko_KR.msg index c7a397d..25bc843 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_zh_CN.msg index 7d475b7..d6cae9e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_de_DE.msg index 2666a0e..147ecbb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_es_ES.msg index 6219d7a..a963e04 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_fr_FR.msg index 95f27e7..7e61e64 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ja_JP.msg index e093a9a..1802937 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ko_KR.msg index e10a469..b3c2e4f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_zh_CN.msg index 1e28b28..03c3766 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.ui/build.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/build.properties index 876625f..7b9aa07 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/build.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/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.sqm.core.ui/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/build.xml index 54422db..c05b7e7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.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.sqm.core.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/plugin.properties index fdbf807..9c4b9b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/IHelpContextsSQMCoreUI.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/IHelpContextsSQMCoreUI.java index eb3f139..acd563e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/IHelpContextsSQMCoreUI.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/IHelpContextsSQMCoreUI.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/RDBCoreUIPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/RDBCoreUIPlugin.java index 9fd6056..2aa4bff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/RDBCoreUIPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/RDBCoreUIPlugin.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/FilterListSelectionDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/FilterListSelectionDialog.java index 2854252..446b23f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/FilterListSelectionDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/FilterListSelectionDialog.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/ResourceChooserDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/ResourceChooserDialog.java index 547ab42..5ac1d1e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/ResourceChooserDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/dialogs/ResourceChooserDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnCellModifier.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnCellModifier.java index 2604f2a..d42028d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnCellModifier.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnCellModifier.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnContentProvider.java index e981ba3..188fb53 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnContentProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnLabelProvider.java index d8adaf9..1d62290 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnLabelProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnTable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnTable.java index eb29271..510bc0f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnTable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ColumnTable.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/CommonTableCursor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/CommonTableCursor.java index 487242d..6908d63 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/CommonTableCursor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/CommonTableCursor.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2005, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterComposite.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterComposite.java index 73bea2d..9ea947f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterComposite.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterComposite.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterPropertyPage.java index 9d9c473..3d5bb07 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/ConnectionFilterPropertyPage.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultFilterPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultFilterPropertyPage.java index b1f8fda..44f5538 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultFilterPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultFilterPropertyPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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: rcernich - initial API and implementation * IBM Corporation - fix for defect 222691
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultSPFilterPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultSPFilterPropertyPage.java index b489f0a..20df1bf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultSPFilterPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultSPFilterPropertyPage.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultTableFilterPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultTableFilterPropertyPage.java index 195b148..5708bef 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultTableFilterPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/DefaultTableFilterPropertyPage.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterNodeFilterPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterNodeFilterPropertyPage.java index d3ab843..6a60afd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterNodeFilterPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterNodeFilterPropertyPage.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterUtil.java index 3abdf85..bcec99f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/FilterUtil.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IConnectionFilterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IConnectionFilterProvider.java index c15e441..b3cdc71 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IConnectionFilterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IConnectionFilterProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IFilterNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IFilterNode.java index b0e3aa1..e302582 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IFilterNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/IFilterNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/SchemaFilterPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/SchemaFilterPropertyPage.java index a94da89..4868676 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/SchemaFilterPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/filter/SchemaFilterPropertyPage.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ColumnHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ColumnHelper.java index a989a85..d34aa68 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ColumnHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ColumnHelper.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/FilterHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/FilterHelper.java index d66d9c1..22a6b1c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/FilterHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/FilterHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ForeignKeyHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ForeignKeyHelper.java index 3a833fe..35b70fe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ForeignKeyHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/ForeignKeyHelper.java
@@ -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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/IndexHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/IndexHelper.java index 934487b..7f6e8c4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/IndexHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/IndexHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/TriggerHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/TriggerHelper.java index 9d35934..3be4736 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/TriggerHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/helpers/TriggerHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/AbstractAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/AbstractAction.java index af53ab3..834ad4c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/AbstractAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/AbstractAction.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractActionProvider.java index d1222da..c55dd68 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractActionProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractSubMenuActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractSubMenuActionProvider.java index 6174ccc..cbf8202 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractSubMenuActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/popup/providers/AbstractSubMenuActionProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/AuthorizationIDNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/AuthorizationIDNode.java index 2bb0ab2..84e7e3a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/AuthorizationIDNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/AuthorizationIDNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/CatalogNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/CatalogNode.java index 786b3d8..f0f17a3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/CatalogNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/CatalogNode.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ColumnNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ColumnNode.java index e61c8f3..902c422 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ColumnNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ColumnNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ConstraintNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ConstraintNode.java index 8b5b901..6fd3f4e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ConstraintNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ConstraintNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/DependencyNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/DependencyNode.java index d67b73d..bfcaa5c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/DependencyNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/DependencyNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/GroupNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/GroupNode.java index b2fcd70..17b98af 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/GroupNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/GroupNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/IndexNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/IndexNode.java index d75f68e..46bffef 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/IndexNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/IndexNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/RoleNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/RoleNode.java index 3f12547..9478c5a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/RoleNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/RoleNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SchemaNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SchemaNode.java index 47746f1..6224a74 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SchemaNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SchemaNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SequenceNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SequenceNode.java index efc43f2..13af2fb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SequenceNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/SequenceNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/StoredProcedureNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/StoredProcedureNode.java index 4fc4d76..d2fdc6f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/StoredProcedureNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/StoredProcedureNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2004 ,2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TableNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TableNode.java index d37d28e..a6ae835 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TableNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TableNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TriggerNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TriggerNode.java index 43bc031..e63d9b4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TriggerNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/TriggerNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDFNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDFNode.java index 479f547..8ef26b8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDFNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDFNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2004 ,2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDTNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDTNode.java index 3bbb14d..e806eab 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDTNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UDTNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UserNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UserNode.java index f42a01b..083a5f3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UserNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/UserNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ViewNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ViewNode.java index 8e774cb..339caff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ViewNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/ViewNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/VirtualNodeServiceFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/VirtualNodeServiceFactory.java index 0dbee84..5d69006 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/VirtualNodeServiceFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/content/virtual/VirtualNodeServiceFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IColumnDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IColumnDecorationService.java index 0eb7da8..2854011 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IColumnDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IColumnDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDecorationService.java index fba1146..6dc6d19 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDependencyDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDependencyDecorationService.java index 3a8f481..5571b10 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDependencyDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IDependencyDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IFilterNodeDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IFilterNodeDecorationService.java index 20c4bc0..c323cc5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IFilterNodeDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IFilterNodeDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IIndexTriggerDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IIndexTriggerDecorationService.java index ad1eeda..b94c469 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IIndexTriggerDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/IIndexTriggerDecorationService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/AbstractDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/AbstractDecorationService.java index ba1c5f3..37db7a5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/AbstractDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/AbstractDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/BookmarkDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/BookmarkDecorationService.java index 5f05c75..3ebe906 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/BookmarkDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/BookmarkDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ColumnDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ColumnDecorationService.java index c7e5819..d557249 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ColumnDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ColumnDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/DependencyDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/DependencyDecorationService.java index 1b6ebb6..2f1db69 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/DependencyDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/DependencyDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/FilterNodeDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/FilterNodeDecorationService.java index e4da82b..0c316c3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/FilterNodeDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/FilterNodeDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ForeignKeyDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ForeignKeyDecorationService.java index baf2b17..361d7c6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ForeignKeyDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/ForeignKeyDecorationService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/IndexTriggerDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/IndexTriggerDecorationService.java index 72eabcc..0a77828 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/IndexTriggerDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/decorators/impl/IndexTriggerDecorationService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/AuthorizationSelector.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/AuthorizationSelector.java index 86e6958..572488b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/AuthorizationSelector.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/AuthorizationSelector.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/UserSelector.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/UserSelector.java index f9f0098..ec25f8f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/UserSelector.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/providers/label/UserSelector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IExplorerInteractionService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IExplorerInteractionService.java index 93278f4..242c35f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IExplorerInteractionService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IExplorerInteractionService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IVirtualNodeServiceFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IVirtualNodeServiceFactory.java index 9819d0d..196336e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IVirtualNodeServiceFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/services/IVirtualNodeServiceFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IAuthorizationIDNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IAuthorizationIDNode.java index fee7e21..4f1d0d4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IAuthorizationIDNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IAuthorizationIDNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ICatalogNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ICatalogNode.java index 5062666..aa2c403 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ICatalogNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ICatalogNode.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IColumnNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IColumnNode.java index 86a40cc..ad399bc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IColumnNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IColumnNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IConstraintNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IConstraintNode.java index 9c4fd51..cff62f2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IConstraintNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IConstraintNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IDependencyNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IDependencyNode.java index fe0505b..2311357 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IDependencyNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IDependencyNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupIDNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupIDNode.java index 1ff5908..f98ce74 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupIDNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupIDNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupNode.java index 0bc7f2c..0451f54 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IGroupNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IIndexNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IIndexNode.java index 4ef8a23..8d17e80 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IIndexNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IIndexNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IKeyNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IKeyNode.java index 01307b2..e0ff743 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IKeyNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IKeyNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IRoleNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IRoleNode.java index 21a0226..e22a5b2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IRoleNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IRoleNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISchemaNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISchemaNode.java index b7de76a..fc6ddbb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISchemaNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISchemaNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISequenceNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISequenceNode.java index a9ec111..60f349f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISequenceNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ISequenceNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IServerManagerNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IServerManagerNode.java index 3281c9b..4d3a52a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IServerManagerNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IServerManagerNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IStoredProcedureNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IStoredProcedureNode.java index f40322a..d7f71e1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IStoredProcedureNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IStoredProcedureNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITableNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITableNode.java index 93969a3..c9df5b8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITableNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITableNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITriggerNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITriggerNode.java index c706b85..1ac71b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITriggerNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/ITriggerNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDFNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDFNode.java index 9352f78..8b21e5d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDFNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDFNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDTNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDTNode.java index 7aa5bd8..487b5aa 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDTNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUDTNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUserNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUserNode.java index d0e04af..eec498c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUserNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IUserNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IViewNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IViewNode.java index a711d6f..0b67ec8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IViewNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/explorer/virtual/IViewNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/icons/ImageDescription.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/icons/ImageDescription.java index 4174194..a46434c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/icons/ImageDescription.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/icons/ImageDescription.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI.properties index ea77bc1..7f7774b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/l10n/datatoolsCoreUI.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/ColumnDecoratorUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/ColumnDecoratorUtil.java index f2ee5c6..07196d8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/ColumnDecoratorUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/ColumnDecoratorUtil.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/LabelDecoratorPreference.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/LabelDecoratorPreference.java index a447759..d25462c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/LabelDecoratorPreference.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/LabelDecoratorPreference.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/OutputPreference.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/OutputPreference.java index 3d79721..65dd5eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/OutputPreference.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/preferences/OutputPreference.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/DataToolsUIServiceManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/DataToolsUIServiceManager.java index 084bf8a..aae0c09 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/DataToolsUIServiceManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/DataToolsUIServiceManager.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ExplorerSorterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ExplorerSorterProvider.java index f34d8f0..a938f1c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ExplorerSorterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ExplorerSorterProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IColumnHelperService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IColumnHelperService.java index 765f1d0..48e05f9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IColumnHelperService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IColumnHelperService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IDecorationService.java index 9a0aea7..829a71c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IDecorationService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IElementIDProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IElementIDProvider.java index 07e8341..f420545 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IElementIDProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IElementIDProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IForeignKeyHelperService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IForeignKeyHelperService.java index c563e3e..1f4d060 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IForeignKeyHelperService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/IForeignKeyHelperService.java
@@ -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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ILabelService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ILabelService.java index 2537c28..a5e1598 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ILabelService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/ILabelService.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelSelector.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelSelector.java index 0569bef..eb76a73 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelSelector.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelSelector.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelService.java index 096280b..265947f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/services/LabelService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/CatalogTaskLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/CatalogTaskLabelProvider.java index cb588bb..476fe7f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/CatalogTaskLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/CatalogTaskLabelProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/EclipseUtilities.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/EclipseUtilities.java index 49da53b..a0b43f8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/EclipseUtilities.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/EclipseUtilities.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/ElementIDUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/ElementIDUtil.java index ea515a8..816c16e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/ElementIDUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/ElementIDUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/DataToolsUIConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/DataToolsUIConstants.java index c6cc47a..0f160a4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/DataToolsUIConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/DataToolsUIConstants.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ImagePath.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ImagePath.java index aff68cf..42bc35c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ImagePath.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ImagePath.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ResourceLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ResourceLoader.java index 5b77d06..40e19aa 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ResourceLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/util/resources/ResourceLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerContentProvider.java index 56cf23b..76c2a2e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerContentProvider.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerSelectionGroup.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerSelectionGroup.java index 8029098..730ec49 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerSelectionGroup.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/DataContainerSelectionGroup.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/IDataSelectionValidator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/IDataSelectionValidator.java index 7c202a8..962053f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/IDataSelectionValidator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/internal/ui/widgets/IDataSelectionValidator.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/filter/ConnectionFilterWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/filter/ConnectionFilterWizardPage.java index 046e34f..947b667 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/filter/ConnectionFilterWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/filter/ConnectionFilterWizardPage.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/AddObjectRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/AddObjectRegistry.java index 7492f94..9b3eeb8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/AddObjectRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/AddObjectRegistry.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/CreationInfoRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/CreationInfoRegistry.java index 46581eb..c7134ba 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/CreationInfoRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/CreationInfoRegistry.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/ICreationInfoProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/ICreationInfoProvider.java index e8786a6..633e925 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/ICreationInfoProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/ICreationInfoProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/VirtualNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/VirtualNode.java index 476d6b9..b7341e5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/VirtualNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/providers/content/virtual/VirtualNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IAddObjectProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IAddObjectProvider.java index 9c30839..fbd18ea 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IAddObjectProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IAddObjectProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/ICreationInfo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/ICreationInfo.java index cbd48f1..7d66633 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/ICreationInfo.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/ICreationInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualCreationNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualCreationNode.java index 28648fb..f0a0e51 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualCreationNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualCreationNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualNode.java index 6cd9785..9e63410 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/explorer/virtual/IVirtualNode.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/IDataToolsUIServiceManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/IDataToolsUIServiceManager.java index 03f663d..6c55ee4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/IDataToolsUIServiceManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/IDataToolsUIServiceManager.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.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/ISorterValidatorProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/ISorterValidatorProvider.java index dc1e809..855d22e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/ISorterValidatorProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/src/org/eclipse/datatools/connectivity/sqm/core/ui/services/ISorterValidatorProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/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.sqm.core/build.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/build.properties index b93ce28..e689982 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/build.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2001, 2009, 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.sqm.core/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/build.xml index 378880c..7c87450 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/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.sqm.core/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/plugin.properties index fbc3262..d706426 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/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.sqm.core/schema/catalog.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/catalog.exsd index fcd940d..14adf94 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/catalog.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/catalog.exsd
@@ -145,9 +145,9 @@ <documentation> Copyright 2005, 2007 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/dataModelElementFactory.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/dataModelElementFactory.exsd index 395ddf7..957bfde 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/dataModelElementFactory.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/dataModelElementFactory.exsd
@@ -97,9 +97,9 @@ <documentation> Copyright 2005 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseDefinition.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseDefinition.exsd index 435cbab..aaf5279 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseDefinition.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseDefinition.exsd
@@ -135,9 +135,9 @@ <documentation> Copyright 2005, 2007 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseRecognition.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseRecognition.exsd index 59407a5..24452ed 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseRecognition.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/databaseRecognition.exsd
@@ -139,9 +139,9 @@ <documentation> Copyright 2005, 2009 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlGeneration.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlGeneration.exsd index b3e4b61..f2cae00 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlGeneration.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlGeneration.exsd
@@ -138,9 +138,9 @@ <documentation> Copyright 2005, 2007 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlParser.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlParser.exsd index 1563145..2fec3d6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlParser.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/ddlParser.exsd
@@ -104,9 +104,9 @@ <documentation> Copyright 2005, 2007 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/logicalContainment.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/logicalContainment.exsd index b44ae15..7fc82b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/logicalContainment.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/logicalContainment.exsd
@@ -104,9 +104,9 @@ <documentation> Copyright 2005, 2007 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/mappings.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/mappings.exsd index 450829c..cc697e6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/mappings.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/mappings.exsd
@@ -121,9 +121,9 @@ <documentation> Copyright 2009 Sybase, Inc. and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/metaDataExtension.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/metaDataExtension.exsd index bb58acc..8b29e4d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/metaDataExtension.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/schema/metaDataExtension.exsd
@@ -90,9 +90,9 @@ <documentation> Copyright 2007 IBM Corporation and others.<br> 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 -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMConnectionFactory.java index eed9dc2..1a95e69 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMConnectionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMConnectionFactory.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMServices.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMServices.java index c2a9a3c..255448c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMServices.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/SQMServices.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionFilter.java index 457b7bf..e3ad36d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionFilter.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionInfo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionInfo.java index 9421088..9e1be30 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionInfo.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/ConnectionInfo.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/DatabaseConnectionRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/DatabaseConnectionRegistry.java index 60a70c8..bec6fdb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/DatabaseConnectionRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/connection/DatabaseConnectionRegistry.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/AbstractContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/AbstractContainmentProvider.java index 876d130..dd1fad3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/AbstractContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/AbstractContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentService.java index 3972b53..d862c80 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentService.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentServiceImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentServiceImpl.java index ab585da..4ed5c7c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentServiceImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/containment/ContainmentServiceImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DataModelElementFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DataModelElementFactory.java index 0619d77..0c05e34 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DataModelElementFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DataModelElementFactory.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinition.java index 6fa7c21..6b491f2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinition.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinitionRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinitionRegistry.java index 409289c..404558f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinitionRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DatabaseDefinitionRegistry.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseDefinition.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseDefinition.java index 8ea7df1..5309fb0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseDefinition.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseDefinition.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseRecognizer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseRecognizer.java index c53a6e8..5a904c4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseRecognizer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/DefaultDatabaseRecognizer.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/EngineeringOptionID.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/EngineeringOptionID.java index 423d662..5c33ee3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/EngineeringOptionID.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/EngineeringOptionID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/IDatabaseRecognizer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/IDatabaseRecognizer.java index a64178e..163e30d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/IDatabaseRecognizer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/IDatabaseRecognizer.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/MetaDataExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/MetaDataExtension.java index faaafbd..c1d9f60 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/MetaDataExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/definition/MetaDataExtension.java
@@ -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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/MySafeRunnable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/MySafeRunnable.java index 96c5b31..1ccaac1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/MySafeRunnable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/MySafeRunnable.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDMappingRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDMappingRegistry.java index 1f65e45..575da0a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDMappingRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDMappingRegistry.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDtoDriverCategoryIDDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDtoDriverCategoryIDDescriptor.java index add19d4..ac627c0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDtoDriverCategoryIDDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/mappings/ProviderIDtoDriverCategoryIDDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2009, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/DDLGenerator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/DDLGenerator.java index ce9dd4d..d368c9a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/DDLGenerator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/DDLGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/EngineeringOption.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/EngineeringOption.java index 601bf15..4e32369 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/EngineeringOption.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/EngineeringOption.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObject.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObject.java index d40145a..2a352df 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObject.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObject.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObjectListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObjectListener.java index 65b2ab0..9cb2b76 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObjectListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogObjectListener.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogProvider.java index b5f1cd3..254dd3d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/ICatalogProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/IEngineeringCallBack.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/IEngineeringCallBack.java index 55e0fcf..b05459d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/IEngineeringCallBack.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/IEngineeringCallBack.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/RefreshManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/RefreshManager.java index 004c122..c2dc8b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/RefreshManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/RefreshManager.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlBuilder.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlBuilder.java index c3eec38..1610847 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlBuilder.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlGenerator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlGenerator.java index 8290304..fd4de0a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlGenerator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/fe/GenericDdlGenerator.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCCatalog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCCatalog.java index 2a93c0b..b90bec6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCCatalog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCCatalog.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCColumn.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCColumn.java index 88a44fe..70f36c2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCColumn.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCColumn.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDatabase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDatabase.java index f808312..42bd1d8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDatabase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDatabase.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDistinctUDT.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDistinctUDT.java index cc36600..7caf951 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDistinctUDT.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCDistinctUDT.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCForeignKey.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCForeignKey.java index ed41951..b0bfb07 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCForeignKey.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCForeignKey.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCIndex.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCIndex.java index 877bb98..c914796 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCIndex.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCIndex.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCParameter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCParameter.java index ff5495e..8aea024 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCParameter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCParameter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007, 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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCPrimaryKey.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCPrimaryKey.java index c9f1a97..a8d4de3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCPrimaryKey.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCPrimaryKey.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProcedure.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProcedure.java index 6a6eef6..a7c6728 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProcedure.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProcedure.java
@@ -1,8 +1,8 @@ /******************************************************************************* * 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 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProvider.java index d59deff..69834cd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCSchema.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCSchema.java index 2cd80a7..c552c43 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCSchema.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCSchema.java
@@ -1,8 +1,8 @@ /******************************************************************************* * 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 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCStructuredUDT.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCStructuredUDT.java index a396ebb..09711a2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCStructuredUDT.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCStructuredUDT.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTable.java index 8ef5153..a5e60a7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTable.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTemporaryTable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTemporaryTable.java index 798c4d0..c6d57b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTemporaryTable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCTemporaryTable.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUniqueConstraint.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUniqueConstraint.java index 82fc355..1ba1d07 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUniqueConstraint.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUniqueConstraint.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUserDefinedFunction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUserDefinedFunction.java index 105ff07..84fb1f0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUserDefinedFunction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCUserDefinedFunction.java
@@ -1,8 +1,8 @@ /******************************************************************************* * 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 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCView.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCView.java index 23a905e..b137df6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCView.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/rte/jdbc/JDBCView.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/util/CatalogLoaderOverrideManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/util/CatalogLoaderOverrideManager.java index 5d66666..41c3e81 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/util/CatalogLoaderOverrideManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/core/util/CatalogLoaderOverrideManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/RDBCorePlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/RDBCorePlugin.java index 2f6c082..6e3c14b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/RDBCorePlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/RDBCorePlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/ResourceUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/ResourceUtil.java index 0adfa72..3e565a0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/ResourceUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/ResourceUtil.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionAdapter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionAdapter.java index 81b3b0e..8e9ec2f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionAdapter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionAdapter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFactory.java index 603e0b1..f643139 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFactory.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilter.java index db7ad9b..90311b2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilter.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterImpl.java index cb40554..4001a4e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterImpl.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterListener.java index b37ec4b..824a360 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionFilterListener.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfo.java index a83813c..b9c9e35 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfo.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfoImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfoImpl.java index 37a905e..e483c40 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfoImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionInfoImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionSharingListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionSharingListener.java index 474e82d..3310d23 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionSharingListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ConnectionSharingListener.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/DatabaseConnectionRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/DatabaseConnectionRegistry.java index 1b89053..e81ab12 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/DatabaseConnectionRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/DatabaseConnectionRegistry.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/IConnectionSharingEnhancedListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/IConnectionSharingEnhancedListener.java index 139dc38..fa7342f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/IConnectionSharingEnhancedListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/IConnectionSharingEnhancedListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2010 IBM Corporation and others. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/Predicate.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/Predicate.java index 6c7068d..f9794f4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/Predicate.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/Predicate.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ResultSetAdapter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ResultSetAdapter.java index 7113024..d120dc6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ResultSetAdapter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/ResultSetAdapter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/SQLExceptionHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/SQLExceptionHandler.java index 25c4d91..618a89f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/SQLExceptionHandler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/SQLExceptionHandler.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/StatementAdapter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/StatementAdapter.java index 3fe97a8..9c5d5b9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/StatementAdapter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/connection/StatementAdapter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/AuthorizationIdContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/AuthorizationIdContainmentProvider.java index fdf0789..be74956 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/AuthorizationIdContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/AuthorizationIdContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CatalogContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CatalogContainmentProvider.java index 103e901..2c5b358 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CatalogContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CatalogContainmentProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ColumnContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ColumnContainmentProvider.java index 355526d..f34900f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ColumnContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ColumnContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CommentContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CommentContainmentProvider.java index b69c503..e48dd34 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CommentContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/CommentContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ConstraintContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ConstraintContainmentProvider.java index ee2c55f..0be4abe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ConstraintContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ConstraintContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ContainmentProvider.java index 3d08499..5ae664c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DatabaseContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DatabaseContainmentProvider.java index 029f146..2675362 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DatabaseContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DatabaseContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DependencyContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DependencyContainmentProvider.java index d4abce0..64fc4af 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DependencyContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/DependencyContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/GroupID.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/GroupID.java index ad41ed3..e4860e1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/GroupID.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/GroupID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/IndexContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/IndexContainmentProvider.java index 67ecafe..dbbcd98 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/IndexContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/IndexContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/PrivilegeContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/PrivilegeContainmentProvider.java index 8dd2cab..2567b40 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/PrivilegeContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/PrivilegeContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoleAuthorizationContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoleAuthorizationContainmentProvider.java index 6969441..ecba68e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoleAuthorizationContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoleAuthorizationContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoutineContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoutineContainmentProvider.java index 89acce2..7ee4da7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoutineContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/RoutineContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SchemaContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SchemaContainmentProvider.java index 61e73d6..3bd1a83 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SchemaContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SchemaContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SequenceContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SequenceContainmentProvider.java index a60fbd4..46b1188 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SequenceContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/SequenceContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TableContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TableContainmentProvider.java index 5d7d457..fc6c83f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TableContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TableContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TriggerContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TriggerContainmentProvider.java index 69f3fc9..f1777fd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TriggerContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/TriggerContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/UserDefinedTypeContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/UserDefinedTypeContainmentProvider.java index f184727..dd13918 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/UserDefinedTypeContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/UserDefinedTypeContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ViewContainmentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ViewContainmentProvider.java index 8d83b69..0dbea54 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ViewContainmentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/containment/ViewContainmentProvider.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/AbstractMetaDataExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/AbstractMetaDataExtension.java index c9b8163..f7e6e19 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/AbstractMetaDataExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/AbstractMetaDataExtension.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/ConfigElementDatabaseRecognizer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/ConfigElementDatabaseRecognizer.java index 1fa5d02..ea2fef7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/ConfigElementDatabaseRecognizer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/ConfigElementDatabaseRecognizer.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionImpl.java index 1c6c2c1..0392726 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionRegistryImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionRegistryImpl.java index 14b8043..b6e0115 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionRegistryImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DatabaseDefinitionRegistryImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DefaultDataModelElementFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DefaultDataModelElementFactory.java index 7a38a96..f7973bc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DefaultDataModelElementFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/DefaultDataModelElementFactory.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/IDatabaseRecognizer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/IDatabaseRecognizer.java index 7c089a8..31ca2a5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/IDatabaseRecognizer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/definition/IDatabaseRecognizer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog.properties index 406e5d4..e82a091 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/l10n/GenericCatalog.properties
@@ -3,9 +3,9 @@ #/******************************************************************************* # * Copyright (c) 2007, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/resources/IDataResource.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/resources/IDataResource.java index d96e1e4..1e2f15f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/resources/IDataResource.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/resources/IDataResource.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DDLParser.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DDLParser.java index 2204dec..347aa6d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DDLParser.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DDLParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DeltaDDLGenerator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DeltaDDLGenerator.java index cc5e949..3a3c604 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DeltaDDLGenerator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/DeltaDDLGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategory.java index 3082e31..d9fb21b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategoryID.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategoryID.java index 51f5879..96c0f2c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategoryID.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/EngineeringOptionCategoryID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/fe/GenericDeltaDdlGenerator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/fe/GenericDeltaDdlGenerator.java index 4e10f90..eb21da4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/fe/GenericDeltaDdlGenerator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/rte/fe/GenericDeltaDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/CatalogUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/CatalogUtil.java index 604a266..00c0c12 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/CatalogUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/CatalogUtil.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ChangeDescriptionUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ChangeDescriptionUtil.java index df25523..088c54a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ChangeDescriptionUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ChangeDescriptionUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ConnectionUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ConnectionUtil.java index def5549..6babed1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ConnectionUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/ConnectionUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/DatabaseProviderHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/DatabaseProviderHelper.java index a3d6043..5e9ed7a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/DatabaseProviderHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/DatabaseProviderHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/GenericCatalogMessages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/GenericCatalogMessages.java index 576c409..714c17d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/GenericCatalogMessages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/GenericCatalogMessages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RDBCorePluginConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RDBCorePluginConstants.java index 3885731..5d62b1f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RDBCorePluginConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RDBCorePluginConstants.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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RTEHelper.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RTEHelper.java index d2c6b4f..041aff9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RTEHelper.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/RTEHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/SaveDDLUtility.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/SaveDDLUtility.java index 12ac494..c01c67b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/SaveDDLUtility.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/internal/core/util/SaveDDLUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2011 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/CatalogFilterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/CatalogFilterProvider.java index 8d65362..fc5d90a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/CatalogFilterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/CatalogFilterProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/ConnectionFilterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/ConnectionFilterProvider.java index 3f8a540..d720acf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/ConnectionFilterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/ConnectionFilterProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/IConnectionFilterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/IConnectionFilterProvider.java index d4ebc1e..9babcd5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/IConnectionFilterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/IConnectionFilterProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCBaseLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCBaseLoader.java index 799eacb..215a2bb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCBaseLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCBaseLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCCatalogLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCCatalogLoader.java index bb86058..81993ea 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCCatalogLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCCatalogLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCProcedureColumnLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCProcedureColumnLoader.java index 37d2baf..bff1e06 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCProcedureColumnLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCProcedureColumnLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineColumnLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineColumnLoader.java index 3a7b1df..9aafe16 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineColumnLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineColumnLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineLoader.java index 0dcbd0c..f48138a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCRoutineLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCSchemaLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCSchemaLoader.java index 4cc5ecd..d56174d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCSchemaLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCSchemaLoader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 2013 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: * rcernich - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableColumnLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableColumnLoader.java index 9bde395..dcb6dc1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableColumnLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableColumnLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableConstraintLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableConstraintLoader.java index 521e148..e35efc8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableConstraintLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableConstraintLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableIndexLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableIndexLoader.java index 4ebf750..d333da2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableIndexLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableIndexLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableLoader.java index 07b37c1..19b6dbc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableSuperTableLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableSuperTableLoader.java index 7117f26..11c6bcb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableSuperTableLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCTableSuperTableLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDFColumnLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDFColumnLoader.java index effcb2c..255d58a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDFColumnLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDFColumnLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTAttributeLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTAttributeLoader.java index bfba2c3..d45783a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTAttributeLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTAttributeLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTSuperTypeLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTSuperTypeLoader.java index d4bd28b..2db29ff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTSuperTypeLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUDTSuperTypeLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUserDefinedTypeLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUserDefinedTypeLoader.java index 2de2255..274a5d3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUserDefinedTypeLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/JDBCUserDefinedTypeLoader.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/Messages.java index ed7d91f..5b99d05 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/Messages.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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaFilterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaFilterProvider.java index 85117c9..7148357 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaFilterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaFilterProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaObjectFilterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaObjectFilterProvider.java index b20fae0..fe8ffba 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaObjectFilterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/src/org/eclipse/datatools/connectivity/sqm/loader/SchemaObjectFilterProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.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.sqm.server.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/build.xml index 559028a..0a96cf8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.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.sqm.server.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_de_DE.msg index e65b3c6..7e61101 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.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.sqm.server.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_es_ES.msg index b8f1fac..efb90c2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.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.sqm.server.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_fr_FR.msg index c90e84b..ed3f574 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.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.sqm.server.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_ja_JP.msg index 30d84ad..f00b8f3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.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.sqm.server.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_ko_KR.msg index 2d82a91..0f4feb3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.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.sqm.server.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_zh_CN.msg index ccfdc0b..4f2decc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.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.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_de_DE.msg index b567edc..8ce3d15 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_es_ES.msg index 14b2fe0..f7ff9d4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_fr_FR.msg index 420f235..a6c4a25 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ja_JP.msg index 23d7054..f0a06aa 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ko_KR.msg index 7b75ced..b24908b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_ko_KR.msg
@@ -1,8 +1,8 @@ ############################################################################### # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License 2.0 # which 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.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_zh_CN.msg index a74dbd3..a61f0f6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.server.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.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.sqm.server.ui/build.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/build.properties index e443650..953bcb4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/build.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/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.sqm.server.ui/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/build.xml index f176ed3..2895420 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.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.sqm.server.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/plugin.properties index 218a767..c49b857 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/SQLObjectAdapterFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/SQLObjectAdapterFactory.java index 671a6da..fdc76fa 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/SQLObjectAdapterFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/SQLObjectAdapterFactory.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/ServerUIPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/ServerUIPlugin.java index b78fb92..63d1798 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/ServerUIPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/ServerUIPlugin.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/AbstractAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/AbstractAction.java index 0d6766b..75a22f0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/AbstractAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/AbstractAction.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/BookmarkAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/BookmarkAction.java index 702f6e4..68b55fe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/BookmarkAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/BookmarkAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RefreshActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RefreshActionProvider.java index b034c4d..ea83a75 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RefreshActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RefreshActionProvider.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedAbstractAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedAbstractAction.java index 066d82d..0eab216 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedAbstractAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedAbstractAction.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedRefreshAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedRefreshAction.java index 32397b3..8b4758b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedRefreshAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/actions/popup/RevisedRefreshAction.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/content/ServerExplorerRefreshListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/content/ServerExplorerRefreshListener.java index dfeacfd..a12a140 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/content/ServerExplorerRefreshListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/content/ServerExplorerRefreshListener.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/HierarchicalFolderLayoutAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/HierarchicalFolderLayoutAction.java index 148db8f..b44e02b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/HierarchicalFolderLayoutAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/HierarchicalFolderLayoutAction.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/VirtualFolderLayoutAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/VirtualFolderLayoutAction.java index cf30f6e..2d83eb2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/VirtualFolderLayoutAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/layout/VirtualFolderLayoutAction.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ClearPlaceHolderJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ClearPlaceHolderJob.java index e8cf658..bef5136 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ClearPlaceHolderJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ClearPlaceHolderJob.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ILoadingService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ILoadingService.java index 26ab11b..00404ff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ILoadingService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/ILoadingService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingJob.java index 512152a..059fca0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingJob.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNode.java index 71a963d..0b63e06 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNodeDoubleKeyCollection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNodeDoubleKeyCollection.java index 37ba050..a7e7915 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNodeDoubleKeyCollection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingNodeDoubleKeyCollection.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingUIJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingUIJob.java index cdc143e..5bec129 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingUIJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/LoadingUIJob.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/NonConflictingRule.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/NonConflictingRule.java index 4618234..f307336 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/NonConflictingRule.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/loading/NonConflictingRule.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentActionProvider.java index 211cfa2..32e4063 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentActionProvider.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentExtension.java index e667f9d..8807498 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentExtension.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentProviderExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentProviderExtension.java index 9a820aa..4d2b4a7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentProviderExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelContentProviderExtension.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelLabelProviderExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelLabelProviderExtension.java index 13a2703..d98d219 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelLabelProviderExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/SQLModelLabelProviderExtension.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/ServerExplorerManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/ServerExplorerManager.java index 51fc6f7..0b84c23 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/ServerExplorerManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/ServerExplorerManager.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkProvider.java index e336ea8..7c8f8c4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkSelectionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkSelectionProvider.java index 9092bb8..d9da24c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkSelectionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/bookmark/BookmarkSelectionProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/impl/ServerExplorerContentProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/impl/ServerExplorerContentProviderNav.java index b8ac8db..aa8cb84 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/impl/ServerExplorerContentProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/impl/ServerExplorerContentProviderNav.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractLayoutProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractLayoutProviderNav.java index 236218f..9ad7373 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractLayoutProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractLayoutProviderNav.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractOnDemandContentProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractOnDemandContentProviderNav.java index 0bcb7ce..6e1e088 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractOnDemandContentProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/AbstractOnDemandContentProviderNav.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerLayoutProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerLayoutProviderNav.java index d9ca46d..f12c7be 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerLayoutProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerLayoutProviderNav.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerOnDemandContentProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerOnDemandContentProviderNav.java index 6a4d7d9..7cc2b85 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerOnDemandContentProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/IServerExplorerOnDemandContentProviderNav.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarContentProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarContentProviderNav.java index 7d2db75..ad7a1d5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarContentProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarContentProviderNav.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.java index 6b63d22..a751317 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/hierar/ServerExplorerHierarchicalLayoutNav.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVNodeContentProviderNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVNodeContentProviderNav.java index e8a51b9..eb2276b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVNodeContentProviderNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVNodeContentProviderNav.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.java index cfa0052..82c8193 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/content/layout/vnode/ServerExplorerVirtualNodeLayoutNav.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java index 2009504..ddc2b24 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/explorer/providers/label/ServerExplorerLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/icons/ImageDescription.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/icons/ImageDescription.java index e34d68a..955d8ed 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/icons/ImageDescription.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/icons/ImageDescription.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI.properties index 3659835..63df4bd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/l10n/datatoolsServerUI.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/layout/IServerExplorerLayoutExtensionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/layout/IServerExplorerLayoutExtensionProvider.java index c9aa0f7..acb60ca 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/layout/IServerExplorerLayoutExtensionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/layout/IServerExplorerLayoutExtensionProvider.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerContentService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerContentService.java index 53a00c7..c086965 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerContentService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerContentService.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerLayoutService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerLayoutService.java index 77e0727..08412c6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerLayoutService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerLayoutService.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNavigationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNavigationService.java index aa12633..8f9c9c6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNavigationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNavigationService.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNodeResolutionService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNodeResolutionService.java index 35188b6..a15ac5a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNodeResolutionService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerNodeResolutionService.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerViewPart.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerViewPart.java index 5dc05da..0a4ce75 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerViewPart.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerExplorerViewPart.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerStatusDecorationService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerStatusDecorationService.java index 97263ec..f08899e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerStatusDecorationService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServerStatusDecorationService.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServicesManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServicesManager.java index fc25024..4c42271 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServicesManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/IServicesManager.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServerExplorerRefreshService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServerExplorerRefreshService.java index 0642024..5ad6854 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServerExplorerRefreshService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServerExplorerRefreshService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServicesManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServicesManager.java index 1f4fe8e..5ff7112 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServicesManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/services/ServicesManager.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerToolsUIConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerToolsUIConstants.java index a1dd45f..7d43520 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerToolsUIConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerToolsUIConstants.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerUIDebugOptions.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerUIDebugOptions.java index beef075..b080e59 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerUIDebugOptions.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/ServerUIDebugOptions.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/TransientEObjectUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/TransientEObjectUtil.java index fc5d467..cd96843 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/TransientEObjectUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/TransientEObjectUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/logging/Logger.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/logging/Logger.java index b103edb..537a078 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/logging/Logger.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/logging/Logger.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.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/resources/ResourceLoader.java b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/resources/ResourceLoader.java index 5dc8f42..aee2b96 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/resources/ResourceLoader.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/src/org/eclipse/datatools/connectivity/sqm/server/internal/ui/util/resources/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.ui.dse.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/about.html index e167a0c..4a49258 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.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.ui.dse.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/build.xml index e04c501..d8db366 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.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.ui.dse.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_de_DE.msg index 76328f3..296eac3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_de_DE.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_es_ES.msg index ed5c06f..c834269 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_es_ES.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_fr_FR.msg index 7775ad4..5d4a705 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_fr_FR.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ja_JP.msg index 5515474..f0ea75a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ja_JP.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ko_KR.msg index dfc92c9..295909f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_ko_KR.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_zh_CN.msg index 94ef6d8..7d3a8f0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/plugin_zh_CN.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/src/org/eclipse/datatools/connectivity/ui/dse/resources_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/src/org/eclipse/datatools/connectivity/ui/dse/resources_zh_CN.msg index e3b9c47..b11ad02 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/src/org/eclipse/datatools/connectivity/ui/dse/resources_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/src/org/eclipse/datatools/connectivity/ui/dse/resources_zh_CN.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/about.html index 129db9d..92d90f8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/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.ui.dse/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/build.xml index 46c9cfe..c390621 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/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.ui.dse/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/plugin.properties index d0a7583..6c08883 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/plugin.properties
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/DSEPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/DSEPlugin.java index e18d9dc..ed664fe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/DSEPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/DSEPlugin.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/IHelpContextsConnectivityUIDSE.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/IHelpContextsConnectivityUIDSE.java index 0eed3e0..8810660 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/IHelpContextsConnectivityUIDSE.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/IHelpContextsConnectivityUIDSE.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.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/SelectProfileAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/SelectProfileAction.java index 2a0789e..3d9c8c2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/SelectProfileAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/SelectProfileAction.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.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/ShowCategoryAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/ShowCategoryAction.java index 1433205..139c846 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/ShowCategoryAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/actions/ShowCategoryAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: shongxum - initial API and implementation * brianf - adding handler support
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ConnectionDisplayProperty.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ConnectionDisplayProperty.java index f72d2a2..89ed9d3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ConnectionDisplayProperty.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ConnectionDisplayProperty.java
@@ -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.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ExistingConnectionProfilesDialogPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ExistingConnectionProfilesDialogPage.java index 98b8973..10a21d9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ExistingConnectionProfilesDialogPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ExistingConnectionProfilesDialogPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionComposite.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionComposite.java index 89e697a..3164cff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionComposite.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionComposite.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialog.java index 32ade9f..7a5edb6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialog.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialogPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialogPage.java index b098b50..b0d30cf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialogPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/ProfileSelectionDialogPage.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/DownToProfilesOnlyFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/DownToProfilesOnlyFilter.java index 7f19cb7..62dfe8b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/DownToProfilesOnlyFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/DownToProfilesOnlyFilter.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/ProfileCategoryFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/ProfileCategoryFilter.java index cd5814f..0a7a114 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/ProfileCategoryFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dialogs/filters/ProfileCategoryFilter.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.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dnd/ConnectionProfileDropAssistant.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dnd/ConnectionProfileDropAssistant.java index 10ac7ce..9d90486 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dnd/ConnectionProfileDropAssistant.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/dnd/ConnectionProfileDropAssistant.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/resources.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/resources.properties index 8864bef..a4dc089 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/resources.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/resources.properties
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/views/DataSourceExplorerView.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/views/DataSourceExplorerView.java index 78e024e..d6df30e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/views/DataSourceExplorerView.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/src/org/eclipse/datatools/connectivity/ui/dse/views/DataSourceExplorerView.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006-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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui.nl/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/about.html index e167a0c..4a49258 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.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.ui.nl/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/build.xml index f0b3b9d..83a40fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.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.ui.nl/plugin_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_de_DE.msg index 2168696..0c8283d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_de_DE.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_es_ES.msg index d24f785..2724d2e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_es_ES.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_fr_FR.msg index 238a6e8..f2c9c20 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_fr_FR.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ja_JP.msg index 0af585f..feb7904 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ja_JP.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ko_KR.msg index a91126d..5655c55 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_ko_KR.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_zh_CN.msg index 3ae423a..fb73d16 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/plugin_zh_CN.msg
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_de_DE.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_de_DE.msg index fdd811e..c6a5bee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_de_DE.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_de_DE.msg
@@ -1,8 +1,8 @@ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_es_ES.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_es_ES.msg index 7df7c5d..658bfd5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_es_ES.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_es_ES.msg
@@ -1,8 +1,8 @@ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_fr_FR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_fr_FR.msg index d0ce158..d727a3c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_fr_FR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_fr_FR.msg
@@ -1,8 +1,8 @@ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ja_JP.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ja_JP.msg index 24265e4..0f9c8a4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ja_JP.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ja_JP.msg
@@ -1,8 +1,8 @@ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ko_KR.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ko_KR.msg index a92a33d..a8915f4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ko_KR.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_ko_KR.msg
@@ -1,8 +1,8 @@ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_zh_CN.msg b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_zh_CN.msg index e7e6b3c..a7de291 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_zh_CN.msg +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/src/org/eclipse/datatools/connectivity/internal/ui/resources_zh_CN.msg
@@ -1,8 +1,8 @@ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui.templates/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/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.ui.templates/about.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/about.properties index 2dd4309..d1b8e91 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/about.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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.ui.templates/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/plugin.properties index bffdfd8..77757b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/plugin.properties
@@ -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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/AbstractConnectivityTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/AbstractConnectivityTemplateSection.java index 15e51e4..b00fd88 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/AbstractConnectivityTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/AbstractConnectivityTemplateSection.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/CompatiblePluginReference.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/CompatiblePluginReference.java index bf925df..4a05195 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/CompatiblePluginReference.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/CompatiblePluginReference.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectionProfileTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectionProfileTemplateSection.java index 8051317..03e24f4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectionProfileTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectionProfileTemplateSection.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityPluginTemplateWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityPluginTemplateWizard.java index 9982b16..91e458f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityPluginTemplateWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityPluginTemplateWizard.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityTemplatesPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityTemplatesPlugin.java index b360bbd..19db8f7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityTemplatesPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ConnectivityTemplatesPlugin.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverPropertyDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverPropertyDialog.java index 23098d4..180652e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverPropertyDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverPropertyDialog.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplatePluginTemplateWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplatePluginTemplateWizard.java index 7168aee..f337579 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplatePluginTemplateWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplatePluginTemplateWizard.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplateSection.java index c842bd7..8484699 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/DriverTemplateSection.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/Messages.java index e6666ef..0a4ec92 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/Messages.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSamplePluginTemplateWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSamplePluginTemplateWizard.java index cbe0b10..26e9fdb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSamplePluginTemplateWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSamplePluginTemplateWizard.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSampleTemplateSection.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSampleTemplateSection.java index 9838265..3f3787c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSampleTemplateSection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/ProfileSampleTemplateSection.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListContentProvider.java index 94661c6..bef8c94 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListContentProvider.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListLabelProvider.java index efe490a..bd342bd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyListLabelProvider.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyObject.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyObject.java index 7f0629e..fafef33 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyObject.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyObject.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTemplateOption.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTemplateOption.java index 9dff79e..9aa59e1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTemplateOption.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTemplateOption.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeContentProvider.java index fd5c3c1..452c31e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeContentProvider.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeLabelProvider.java index c58cb85..3ed3199 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/PropertyTreeLabelProvider.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeObject.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeObject.java index 960368b..931571f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeObject.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeObject.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.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeParent.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeParent.java index 4c36cca..8bbcab6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeParent.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/src/org/eclipse/datatools/connectivity/ui/templates/TreeParent.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.ui/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.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.ui/build.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/build.xml index a88e302..aae55e3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/build.xml +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.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.ui/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/plugin.properties index a0f43b5..48753b0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/plugin.properties
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/schema/connectionExceptionHandler.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/schema/connectionExceptionHandler.exsd index fb52c5f..b9e6ddd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/schema/connectionExceptionHandler.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/schema/connectionExceptionHandler.exsd
@@ -116,9 +116,9 @@ <documentation> Copyright (c) 2010 IBM Corporation and others. All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which 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 </documentation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/AddConnectListenerRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/AddConnectListenerRegistry.java index d4960f0..14c5fc7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/AddConnectListenerRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/AddConnectListenerRegistry.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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.ui/src/org/eclipse/datatools/connectivity/internal/ui/CCOverLayIconUtility.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CCOverLayIconUtility.java index 1f632b1..1383d88 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CCOverLayIconUtility.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CCOverLayIconUtility.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: sairhart - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentExtension.java index 256a351..7e7c4b8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentExtension.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProvider.java index 335a144..2a86ec1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProvider.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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProviderExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProviderExtension.java index 7807104..968aac3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProviderExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryContentProviderExtension.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryLabelProviderExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryLabelProviderExtension.java index 7fc7fc8..b041b54 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryLabelProviderExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CPRepositoryLabelProviderExtension.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryActionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryActionFilter.java index 102d6d3..9382fde 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryActionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryActionFilter.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryPropertySource.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryPropertySource.java index c291ef8..77d03d9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryPropertySource.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/CategoryPropertySource.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileActionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileActionFilter.java index 88d533a..517db7d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileActionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileActionFilter.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: rcernich - initial API and implementation * brianf - adding new properties (read-only repository)
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileManagerUI.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileManagerUI.java index 64d606c..b3a0dee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileManagerUI.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfileManagerUI.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfilePropertySource.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfilePropertySource.java index 11f2ad7..9d1041c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfilePropertySource.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectionProfilePropertySource.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectivityUIPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectivityUIPlugin.java index 793c363..b07edbe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectivityUIPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ConnectivityUIPlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DelimitedStringList.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DelimitedStringList.java index a0b10ec..b67c022 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DelimitedStringList.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DelimitedStringList.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverImages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverImages.java index a301030..1e485c5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverImages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverImages.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverInstancePropertySource.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverInstancePropertySource.java index 9def50f..ee1cb99 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverInstancePropertySource.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverInstancePropertySource.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: shongxum - initial API and implementation * brianf - updated property descriptor to use createExecutableExtension
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverListCombo.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverListCombo.java index c6ce796..96ed2b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverListCombo.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverListCombo.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2010 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 * IBM Corporation - defect fix #213266
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverPropertySourceProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverPropertySourceProvider.java index cc40108..4dd87b3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverPropertySourceProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverPropertySourceProvider.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeContentProvider.java index 9797fc3..fb0192f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeContentProvider.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeFilter.java index 94c8b30..2f98b11 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeFilter.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeLabelProvider.java index c864665..e0182d6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeLabelProvider.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeSorter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeSorter.java index 97a5d0f..1405ae6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeSorter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DriverTreeSorter.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/DropListViewer.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DropListViewer.java index a9d9ac7..ef2e5f7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DropListViewer.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/DropListViewer.java
@@ -2,9 +2,9 @@ * Copyright (c) 2003-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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/IHelpConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/IHelpConstants.java index 851f295..a6b4a31 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/IHelpConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/IHelpConstants.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: brandow - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/LocalRepositoryNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/LocalRepositoryNode.java index 247e5c4..f9e21ce 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/LocalRepositoryNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/LocalRepositoryNode.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/OverlayImageIcon.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/OverlayImageIcon.java index 7460fca..bc07cd6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/OverlayImageIcon.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/OverlayImageIcon.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: balajik - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageDescriptor.java index 84eb8f8..6afc144 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageSafeRunnable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageSafeRunnable.java index 7c87e2d..164e1df 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageSafeRunnable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileImageSafeRunnable.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileUIManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileUIManager.java index 80d380b..9cef5ca 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileUIManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/ProfileUIManager.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesContentProvider.java index e71fd14..e74b073 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesContentProvider.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesLabelProvider.java index 5853673..9e42fb9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/PropertiesLabelProvider.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/RepositoriesDropList.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/RepositoriesDropList.java index ac16966..992cf2a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/RepositoriesDropList.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/RepositoriesDropList.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/SharedImages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/SharedImages.java index 53d2d62..fd9ba6c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/SharedImages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/SharedImages.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/WorkbenchWindowPerspectiveActionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/WorkbenchWindowPerspectiveActionFilter.java index f346597..520c7bd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/WorkbenchWindowPerspectiveActionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/WorkbenchWindowPerspectiveActionFilter.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/AbstractInvertableTableSorter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/AbstractInvertableTableSorter.java index e3a3f5e..c6fc848 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/AbstractInvertableTableSorter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/AbstractInvertableTableSorter.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryDescriptorNameComparator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryDescriptorNameComparator.java index 48b7a8e..34e4549 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryDescriptorNameComparator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryDescriptorNameComparator.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryRoot.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryRoot.java index 94328e2..e2346d4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryRoot.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryRoot.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryUtils.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryUtils.java index 9ea3474..b0a7491 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryUtils.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/CategoryUtils.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDefinitionsDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDefinitionsDialog.java index 2e8afb8..9a31920 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDefinitionsDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDefinitionsDialog.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDialog.java index f425895..8ae114d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2008 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 * IBM Corporation - fix for 243829
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListContentProvider.java index 692bb28..9c9b793 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListContentProvider.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListLabelProvider.java index efe729c..3623da8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverListLabelProvider.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableContentProvider.java index 3f7eaf0..b4833a1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableContentProvider.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableLabelProvider.java index 43c86fd..acba251 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/DriverTreeTableLabelProvider.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog.java index 4142a48..c7efcc9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionDialog.java index 600120a..9ac1d79 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionDialog.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: mbarrett - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionHandler.java index 8cd1b10..28821f7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionHandler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/ExceptionHandler.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: mbarrett - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/InvertableSorter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/InvertableSorter.java index f00dde2..613e053 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/InvertableSorter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/InvertableSorter.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/NewDriverDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/NewDriverDialog.java index af98f01..e9416eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/NewDriverDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/NewDriverDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TableSortSelectionListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TableSortSelectionListener.java index 9011422..6cdae38 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TableSortSelectionListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TableSortSelectionListener.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TreeSortSelectionListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TreeSortSelectionListener.java index b301b35..7963504 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TreeSortSelectionListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/dialogs/TreeSortSelectionListener.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverClassEditDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverClassEditDialog.java index b4a2ede..5e184d9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverClassEditDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverClassEditDialog.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/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorDescriptor.java index c293a18..312f6cd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorSafeRunnable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorSafeRunnable.java index e316399..1a73d31 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorSafeRunnable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/drivers/DriverPropertyEditorSafeRunnable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/DriverPreferences.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/DriverPreferences.java index 53c394e..808299a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/DriverPreferences.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/DriverPreferences.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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 * brianf - update for usability work
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/Messages.java index dea899b..8d011b2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/preferences/Messages.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: Sybase on 2008-3-14 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseCreateChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseCreateChange.java index c1b5025..37291d2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseCreateChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseCreateChange.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseDeleteChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseDeleteChange.java index bca1f36..3fe2b58 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseDeleteChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileBaseDeleteChange.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileChange.java index 795b79c..dfa827a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileChange.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyChange.java index f11188c..4dae2a8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyChange.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyProcessor.java index b3116e9..d28e75a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyProcessor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCopyProcessor.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateChange.java index dcce058..89271a0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateChange.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateProcessor.java index 23b1f60..d42613f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateProcessor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileCreateProcessor.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteChange.java index 760d375..f942686 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteChange.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteProcessor.java index 8161f9a..5ddc0cf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteProcessor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileDeleteProcessor.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveChange.java index af4c2e2..e597f6b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveChange.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveProcessor.java index 39edf76..517fd9c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveProcessor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileMoveProcessor.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameChange.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameChange.java index d7cd57e..8249ced 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameChange.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameChange.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameProcessor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameProcessor.java index a4a96fd..9457510 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameProcessor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/refactoring/ConnectionProfileRenameProcessor.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/resources.properties b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/resources.properties index c5cbaea..f1fc344 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/resources.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/resources.properties
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizard.java index 31a083a..328f09c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizard.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizardPage.java index ed4403c..1389738 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/BaseWizardPage.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPCategoryWizardNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPCategoryWizardNode.java index 79de664..6a674b5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPCategoryWizardNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPCategoryWizardNode.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPPropetyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPPropetyPage.java index 155a55a..8909698 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPPropetyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPPropetyPage.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.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPVersionPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPVersionPropertyPage.java index 7c4134a..943c496 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPVersionPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPVersionPropertyPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: rcernich - initial API and implementation * IBM Corporation = bug fix #203829
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardNode.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardNode.java index 3f7ac2a..0051fdd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardNode.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardNode.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardSelectionPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardSelectionPage.java index 2954169..76a47f0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardSelectionPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/CPWizardSelectionPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: shongxum - initial API and implementation * Actuate Corporation - refactored to improve extensibility
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorComposite.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorComposite.java index 1a29479..eb7b166 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorComposite.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorComposite.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorRegistry.java index 39d1efb..4a85fea 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/DriverUIContributorRegistry.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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ExportProfilesDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ExportProfilesDialog.java index 5698ae4..9ce479d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ExportProfilesDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ExportProfilesDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: * shongxum - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedSummary.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedSummary.java index 5d2dcd1..19005eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedSummary.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedSummary.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedWizard.java index 6eb9abd..a9fd1af 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ILinkedWizard.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IMediator.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IMediator.java index b790fd1..8e68f50 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IMediator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IMediator.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISkippable.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISkippable.java index c3ac391..f08ac8a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISkippable.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISkippable.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummary.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummary.java index f15a071..9d08fe2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummary.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummary.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: plevin - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummaryDataSource.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummaryDataSource.java index e95814a..d520f74 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummaryDataSource.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ISummaryDataSource.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: plevin - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IWizardAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IWizardAction.java index 2d8ad99..f925d43 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IWizardAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IWizardAction.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ImportProfilesDialog.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ImportProfilesDialog.java index 1dbf55e..5270a02 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ImportProfilesDialog.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ImportProfilesDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: shongxum - initial API and implementation * Actuate Corporation - added the cipherProvider extension point [BZ 358686]
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IntroWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IntroWizardPage.java index d10d8f7..6fed601 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IntroWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/IntroWizardPage.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: danielva - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/LinkedWizardBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/LinkedWizardBase.java index 428870a..eb3a4d0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/LinkedWizardBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/LinkedWizardBase.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizard.java index 2fd2a99..c1a2509 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizard.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: Sybase, Inc. - initial API and implementation * Actuate Corporation - refactored to improve extensibility
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizardCategoryFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizardCategoryFilter.java index 909cdf7..c45085b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizardCategoryFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCPWizardCategoryFilter.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCategoryWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCategoryWizard.java index d4a69f0..2be61dd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCategoryWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewCategoryWizard.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewRepositoryWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewRepositoryWizard.java index f37d956..21ddda1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewRepositoryWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/NewRepositoryWizard.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ProfileWizardProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ProfileWizardProvider.java index ae8880e..7319d89 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ProfileWizardProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/ProfileWizardProvider.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: shongxum - initial API and implementation * IBM Corporation - bug fix
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/SummaryWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/SummaryWizardPage.java index fe5bbf8..644cb8a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/SummaryWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/SummaryWizardPage.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: plevin, shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardCategoryProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardCategoryProvider.java index 1edea3a..644d9a7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardCategoryProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardCategoryProvider.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardSelectionPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardSelectionPage.java index 910213d..75ea47e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardSelectionPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/internal/ui/wizards/WizardSelectionPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 2003 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.ui/src/org/eclipse/datatools/connectivity/ui/CommonContentProviderBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonContentProviderBase.java index b917d70..2b9eed3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonContentProviderBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonContentProviderBase.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: rcernich - initial API and implementation * IBM Corporation - defect fix for 231005
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonLabelProviderBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonLabelProviderBase.java index 1223688..8f07ec1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonLabelProviderBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/CommonLabelProviderBase.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionBase.java index 42486c1..15a8666 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionBase.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionFactoryBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionFactoryBase.java index 5b51219..29d25b3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionFactoryBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ContentExtensionFactoryBase.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DataPreferencePage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DataPreferencePage.java index 713d4f0..9d1ab3d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DataPreferencePage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DataPreferencePage.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.ui/src/org/eclipse/datatools/connectivity/ui/DriverClassBrowsePropertyDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DriverClassBrowsePropertyDescriptor.java index cc57815..b683231 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DriverClassBrowsePropertyDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/DriverClassBrowsePropertyDescriptor.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.ui/src/org/eclipse/datatools/connectivity/ui/IAddConnectListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IAddConnectListener.java index ddf585d..4ea4907 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IAddConnectListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IAddConnectListener.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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.ui/src/org/eclipse/datatools/connectivity/ui/ICategoryActionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ICategoryActionFilter.java index bce2001..c481db1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ICategoryActionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ICategoryActionFilter.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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/IConnectionProfileActionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IConnectionProfileActionFilter.java index cba210d..b914cf8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IConnectionProfileActionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IConnectionProfileActionFilter.java
@@ -2,9 +2,9 @@ * Copyright (c) 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/IContentExtension.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IContentExtension.java index b998350..a57a17f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IContentExtension.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IContentExtension.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: rcernich, shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IWorkbenchWindowPerspectiveActionFilter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IWorkbenchWindowPerspectiveActionFilter.java index 06e563f..68733a5 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IWorkbenchWindowPerspectiveActionFilter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/IWorkbenchWindowPerspectiveActionFilter.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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/ManagedContentExtensionBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ManagedContentExtensionBase.java index d729009..fec9396 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ManagedContentExtensionBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ManagedContentExtensionBase.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/Messages.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/Messages.java index 81abdfd..cf226eb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/Messages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/Messages.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: Sybase on 2008-3-14 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PasswordTextPropertyDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PasswordTextPropertyDescriptor.java index a3333aa..d3d7299 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PasswordTextPropertyDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PasswordTextPropertyDescriptor.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: brianf - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PingJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PingJob.java index bd02814..6132657 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PingJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PingJob.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
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ProfileImageRegistry.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ProfileImageRegistry.java index 216b629..cea0f4e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ProfileImageRegistry.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/ProfileImageRegistry.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006-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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/RefreshProfileJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/RefreshProfileJob.java index 5fd9399..eed3c28 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/RefreshProfileJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/RefreshProfileJob.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddProfileViewAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddProfileViewAction.java index 2703295..642319f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddProfileViewAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddProfileViewAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: * shongxum - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddRepositoryViewAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddRepositoryViewAction.java index 1548478..c5ec3f8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddRepositoryViewAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/AddRepositoryViewAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ConnectAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ConnectAction.java index ca20538..72e0012 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ConnectAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ConnectAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-2005, 2008 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: shongxum - initial API and implementation * IBM Corporation - fix for 238315
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DeleteAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DeleteAction.java index 66603fb..8aa980a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DeleteAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DeleteAction.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DisconnectAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DisconnectAction.java index d5a23d2..818e89b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DisconnectAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DisconnectAction.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DuplicateProfileAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DuplicateProfileAction.java index 1ef68fe..197f785 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DuplicateProfileAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/DuplicateProfileAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandAction.java index 9b36a9c..1ee7a9a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandProvider.java index f409a18..59dbb1b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExpandProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExportProfileViewAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExportProfileViewAction.java index 3ad56ad..4c5bc7c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExportProfileViewAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ExportProfileViewAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: * shongxum - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ImportProfileViewAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ImportProfileViewAction.java index af358fe..eb12858 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ImportProfileViewAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ImportProfileViewAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: shongxum - initial API and implementation * brianf - updated for command handler
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/PingAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/PingAction.java index ff88332..76d14ab 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/PingAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/PingAction.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RefreshViewAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RefreshViewAction.java index 9f8c626..991f0c6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RefreshViewAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RefreshViewAction.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RenameAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RenameAction.java index 3d78a1f..e06c423 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RenameAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/RenameAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2010 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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/SaveOfflineAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/SaveOfflineAction.java index 080b98e..958d391 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/SaveOfflineAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/SaveOfflineAction.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ViewPropertyAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ViewPropertyAction.java index 266165d..db3090d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ViewPropertyAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/ViewPropertyAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineAction.java index 028ddd5..d53ec5c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineAction.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineActionProvider.java index 2d292e0..d31bb0d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/actions/WorkOfflineActionProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileContentProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileContentProvider.java index 05eca12..fb1a887 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileContentProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileContentProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2010 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: rcernich, shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileLabelProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileLabelProvider.java index aeeb1f7..eb58bbf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileLabelProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileLabelProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: rcernich - initial API and implementation * IBM Corporation = bug fix #203829
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileSorter.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileSorter.java index 24fde20..b39c035 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileSorter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/ConnectionProfileSorter.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/CollapseAllActionDelegate.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/CollapseAllActionDelegate.java index 0b038b8..1ed48ab 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/CollapseAllActionDelegate.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/CollapseAllActionDelegate.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2000, 2003 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.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ExpandAllActionDelegate.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ExpandAllActionDelegate.java index 9a4b508..0ea2f53 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ExpandAllActionDelegate.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ExpandAllActionDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/IActionCategoryDefs.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/IActionCategoryDefs.java index 539ff67..62c7414 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/IActionCategoryDefs.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/IActionCategoryDefs.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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ProfileActionsActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ProfileActionsActionProvider.java index 620b7e7..0c7c8d1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ProfileActionsActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ProfileActionsActionProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 2010 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 * Actuate Corporation - refactored to improve extensibility
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/RefreshActionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/RefreshActionProvider.java index c60b5d3..7a925da 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/RefreshActionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/RefreshActionProvider.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.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ShowCategoryAction.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ShowCategoryAction.java index 4c6471d..c1c953f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ShowCategoryAction.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/navigator/actions/ShowCategoryAction.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatus.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatus.java index 9e9b863..34c0b34 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatus.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatus.java
@@ -2,9 +2,9 @@ * Copyright (c) 2010 IBM Corporation and others. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusListener.java index f8c8736..37f7f45 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2010 IBM Corporation and others. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusTypes.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusTypes.java index e77539a..b220ca2 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusTypes.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/DatatoolsStatusTypes.java
@@ -2,9 +2,9 @@ * Copyright (c) 2010 IBM Corporation and others. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/status/IConnectionExceptionHandler.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/IConnectionExceptionHandler.java index 161c71b..995a3fb 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/IConnectionExceptionHandler.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/IConnectionExceptionHandler.java
@@ -2,9 +2,9 @@ * Copyright (c) 2010 IBM Corporation and others. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/status/StatusHandlerService.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/StatusHandlerService.java index 057ef36..e913618 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/StatusHandlerService.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/status/StatusHandlerService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2010 IBM Corporation and others. * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileDetailsPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileDetailsPage.java index 4db1ad3..a3fee85 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileDetailsPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileDetailsPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: * shongxum - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileSummaryPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileSummaryPage.java index 1f55f3b..3fdc07e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileSummaryPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ConnectionProfileSummaryPage.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleNewConnectionProfileWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleNewConnectionProfileWizard.java index 1ec1594..d54c72c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleNewConnectionProfileWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleNewConnectionProfileWizard.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.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsPropertyPage.java index bcad8ec..72d241c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsPropertyPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsWizardPage.java index f12fc4a..af2e96a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ExtensibleProfileDetailsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ICPWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ICPWizard.java index 62b58ec..0bdc778 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ICPWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ICPWizard.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributor.java index dc17c78..42f351c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributorInformation.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributorInformation.java index 9bf9f9a..4536232 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributorInformation.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IDriverUIContributorInformation.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.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IProfileWizardProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IProfileWizardProvider.java index f6cc6d1..e8c7e85 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IProfileWizardProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IProfileWizardProvider.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IWizardCategoryProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IWizardCategoryProvider.java index 6fffc74..caa3fb8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IWizardCategoryProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/IWizardCategoryProvider.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizard.java index f759883..bbf2690 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizard.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: * shongxum - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizardPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizardPage.java index b593e69..64c50fe 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizardPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewConnectionProfileWizardPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewFilteredCPWizard.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewFilteredCPWizard.java index 0822ae9..8b82a5a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewFilteredCPWizard.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/NewFilteredCPWizard.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 2008, 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: Sybase, Inc. - initial API and implementation * Actuate Corporation - refactored to improve extensibility
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OptionalPropertiesPane.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OptionalPropertiesPane.java index afe5c67..799c386 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OptionalPropertiesPane.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OptionalPropertiesPane.java
@@ -2,8 +2,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 - re-factored to a generic component
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OtherDriverUIContributor.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OtherDriverUIContributor.java index f9948f4..a0625e3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OtherDriverUIContributor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/OtherDriverUIContributor.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 - extracted properties tab to a shared component
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfileDetailsPropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfileDetailsPropertyPage.java index 51a8f68..95126f9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfileDetailsPropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfileDetailsPropertyPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: * shongxum - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfilePropertyPage.java b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfilePropertyPage.java index 40c5135..9f4ccb6 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfilePropertyPage.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/wizards/ProfilePropertyPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: shongxum - initial API and implementation * IBM Corporation - fix for defect #213266
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/about.html b/plugins/connectivity/org.eclipse.datatools.connectivity/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/about.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/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/about.properties b/plugins/connectivity/org.eclipse.datatools.connectivity/about.properties index a6f0c9f..1e52b5a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/about.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/plugin.properties b/plugins/connectivity/org.eclipse.datatools.connectivity/plugin.properties index dab38e7..06cf6ef 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/plugin.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/plugin.properties
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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/schema-doc/org_eclipse_datatools_connectivity_cipherProvider.html b/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_cipherProvider.html index 739fcc9..4dbca8a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_cipherProvider.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_cipherProvider.html
@@ -84,7 +84,7 @@ <br> <p class="note SchemaCopyright"> 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 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> </BODY>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_connectionProfile.html b/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_connectionProfile.html index 73abd0a..3d13f59 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_connectionProfile.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_connectionProfile.html
@@ -194,9 +194,9 @@ <p class=note id=copyright> <p>Copyright (c) 2004-2005 Sybase, Inc.</p> <p>All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a></p> <p>Contributors: rcernich - initial API and implementation</p> <p></p>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_driverExtension.html b/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_driverExtension.html index 88ac794..33dfa24 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_driverExtension.html +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema-doc/org_eclipse_datatools_connectivity_driverExtension.html
@@ -121,9 +121,9 @@ <p class=note id=copyright> <p>Copyright (c) 2004-2005 Sybase, Inc.</p> <p>All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a></p> <p>Contributors: brianf - initial API and implementation</p> <p></p>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/ProfileManagerInitializationProvider.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/ProfileManagerInitializationProvider.exsd index 24eff06..b2b197f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/ProfileManagerInitializationProvider.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/ProfileManagerInitializationProvider.exsd
@@ -165,9 +165,9 @@ <documentation> Copyright (c) 2008 IBM 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 +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html. +https://www.eclipse.org/legal/epl-2.0/. </documentation> </annotation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/cipherProvider.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/cipherProvider.exsd index c80c928..016207a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/cipherProvider.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/cipherProvider.exsd
@@ -157,7 +157,7 @@ </appInfo> <documentation> 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 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/schema/connectionProfile.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/connectionProfile.exsd index d7d1032..7550423 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/connectionProfile.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/connectionProfile.exsd
@@ -616,9 +616,9 @@ <documentation> <p>Copyright (c) 2004-2005 Sybase, Inc.</p> <p>All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a></p> <p>Contributors: rcernich - initial API and implementation</p> </documentation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/driverExtension.exsd b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/driverExtension.exsd index b44442c..e32a982 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/schema/driverExtension.exsd +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/schema/driverExtension.exsd
@@ -629,9 +629,9 @@ <documentation> <p>Copyright (c) 2004-2007 Sybase, Inc.</p> <p>All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a></p> <p>Contributors: brianf - initial API and implementation</p> </documentation>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectAdapter.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectAdapter.java index b6c13fd..634bd76 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectAdapter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectAdapter.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectEvent.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectEvent.java index ae263c3..b30da91 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectEvent.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectEvent.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileConstants.java index f740d36..6973ba8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileConstants.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileException.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileException.java index 1f8e045..d9cdc55 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileException.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileException.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileMigratorBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileMigratorBase.java index 03650d3..61f709e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileMigratorBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ConnectionProfileMigratorBase.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007, 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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/DriverConnectionBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/DriverConnectionBase.java index 61ba30f..2db1c2c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/DriverConnectionBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/DriverConnectionBase.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 2010 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: rcernich - initial API and implementation * Actuate Corporation - fix for Bugzilla 305757
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ICategory.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ICategory.java index 9e719d3..8b770ff 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ICategory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ICategory.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConfigurationType.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConfigurationType.java index 045eaa1..b48530c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConfigurationType.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConfigurationType.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectListener.java index 4e8be86..c8c3e6b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectListener.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnection.java index 6e04c81..11aa77e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnection.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactory.java index 8b5942f..7b94c75 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactory.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactoryProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactoryProvider.java index 99a1844..0bb5860 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactoryProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionFactoryProvider.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: rcernich - initial API and implementation * IBM Corporation - fix for defect 222818
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfile.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfile.java index 3597d5f..5c5bf65 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfile.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfile.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileMigrator.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileMigrator.java index 453951f..b25955c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileMigrator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileMigrator.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileProvider.java index 57bd254..4e51029 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IConnectionProfileProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnection.java index ff452cd..b829a07 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnection.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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionListener.java index 205059c..19c6f3a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionListener.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionOfflineListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionOfflineListener.java index e7529c1..b1d1bd3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionOfflineListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IManagedConnectionOfflineListener.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnection.java index 1fc55d5..3b50df9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnection.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnectionFactory.java index bdcafa5..659ce5b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnectionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IOfflineConnectionFactory.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileExtensionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileExtensionProvider.java index f49231f..168895f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileExtensionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileExtensionProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener.java index a99106f..49c8e35 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener1.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener1.java index c7195a5..38ed48f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener1.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IProfileListener1.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertiesPersistenceHook.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertiesPersistenceHook.java index 1c1f104..0fbadef 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertiesPersistenceHook.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertiesPersistenceHook.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetChangeEvent.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetChangeEvent.java index 9302aaf..7f2a17e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetChangeEvent.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetChangeEvent.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetListener.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetListener.java index d579241..d59dbec 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetListener.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IPropertySetListener.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/src/org/eclipse/datatools/connectivity/IServerVersionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IServerVersionProvider.java index 0e47fb6..2c426de 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IServerVersionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/IServerVersionProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ManagedConnectionAdapter.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ManagedConnectionAdapter.java index a222426..396b3e4 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ManagedConnectionAdapter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ManagedConnectionAdapter.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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileConnectionManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileConnectionManager.java index 45f8006..7201e1e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileConnectionManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileConnectionManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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, rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileManager.java index 9bd19d4..c9132bc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: shongxum - initial API and implementation * Actuate Corporation - enhanced transient profile handling (bug #298357)
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileRule.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileRule.java index 42b7a6a..a5ba067 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileRule.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/ProfileRule.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/PropertiesPersistenceHook.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/PropertiesPersistenceHook.java index 85084e5..a3579ae 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/PropertiesPersistenceHook.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/PropertiesPersistenceHook.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/src/org/eclipse/datatools/connectivity/Version.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/Version.java index 01929b9..2e3c64b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/Version.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/Version.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/VersionProviderConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/VersionProviderConnection.java index 46d4809..5934b9c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/VersionProviderConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/VersionProviderConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 2010 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: rcernich - initial API and implementation * IBM Corporation - fix for 240236
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverInstance.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverInstance.java index 209922f..fed7140 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverInstance.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverInstance.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/src/org/eclipse/datatools/connectivity/drivers/DriverManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverManager.java index e9956ea..c8c4064 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-2013 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 * IBM Corporation - fix for 243829
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMgmtMessages.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMgmtMessages.java index 1c09a02..eb57a99 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMgmtMessages.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMgmtMessages.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/src/org/eclipse/datatools/connectivity/drivers/DriverMigratorBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMigratorBase.java index 4301486..8302311 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMigratorBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverMigratorBase.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007, 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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverValidator.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverValidator.java index 41536fd..7f45e85 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverValidator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/DriverValidator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/src/org/eclipse/datatools/connectivity/drivers/IDriverInstancePropertyDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverInstancePropertyDescriptor.java index d4e1104..81cbe93 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverInstancePropertyDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverInstancePropertyDescriptor.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/src/org/eclipse/datatools/connectivity/drivers/IDriverMgmtConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverMgmtConstants.java index e607048..c0e8957 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverMgmtConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverMgmtConstants.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/src/org/eclipse/datatools/connectivity/drivers/IDriverMigrator.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverMigrator.java index e796a46..fc11fd9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverMigrator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverMigrator.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverValuesProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverValuesProvider.java index 2c9048f..ff2bdb9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverValuesProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IDriverValuesProvider.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/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IPropertySet.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IPropertySet.java index 3b8a298..97bbf6e 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IPropertySet.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/IPropertySet.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/src/org/eclipse/datatools/connectivity/drivers/PropertySetImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/PropertySetImpl.java index 4c5a0a4..36499dc 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/PropertySetImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/PropertySetImpl.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/src/org/eclipse/datatools/connectivity/drivers/XMLFileManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/XMLFileManager.java index 0c05009..18f24b8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/XMLFileManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/XMLFileManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCConnectionProfileConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCConnectionProfileConstants.java index 6b9027e..3e6ed36 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCConnectionProfileConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCConnectionProfileConstants.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 2010 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: rcernich - initial API and implementation * IBM Corporation - migrated to new wizard framework
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCDriverDefinitionConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCDriverDefinitionConstants.java index 9ef66d3..5e69ede 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCDriverDefinitionConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/IJDBCDriverDefinitionConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnection.java index 1212a8f..6c52a24 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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 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/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnectionFactory.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnectionFactory.java index 386fad4..bfc93ae 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCConnectionFactory.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/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/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCPasswordPropertyPersistenceHook.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCPasswordPropertyPersistenceHook.java index da79717..1b492ad 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCPasswordPropertyPersistenceHook.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/jdbc/JDBCPasswordPropertyPersistenceHook.java
@@ -9,9 +9,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/src/org/eclipse/datatools/connectivity/drivers/messages.properties b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/messages.properties index 27846e6..35553be 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/messages.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/messages.properties
@@ -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/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/CategoryDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/CategoryDescriptor.java index d1acf9e..240764a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/CategoryDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/CategoryDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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 * brianf - added capability of removing a template bug 264520
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/DriversProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/DriversProvider.java index 77884ac..e708f0b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/DriversProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/DriversProvider.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/src/org/eclipse/datatools/connectivity/drivers/models/OverrideTemplateDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/OverrideTemplateDescriptor.java index 28ab303..787cb10 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/OverrideTemplateDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/OverrideTemplateDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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 * brianf - added capability of removing a template bug 264520
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/TemplateDescriptor.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/TemplateDescriptor.java index 8ef5955..c2a4d40 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/TemplateDescriptor.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/drivers/models/TemplateDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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 * brianf - added capability of removing a template bug 264520
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/exceptions/DBNotStartException.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/exceptions/DBNotStartException.java index 56823c0..2de3d97 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/exceptions/DBNotStartException.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/exceptions/DBNotStartException.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/src/org/eclipse/datatools/connectivity/internal/Category.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/Category.java index 4a24400..0f8cb3f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/Category.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/Category.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CategoryProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CategoryProvider.java index f4012e8..98fb62c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CategoryProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CategoryProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ClassLoaderCacheManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ClassLoaderCacheManager.java index 12738ce..c0482a0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ClassLoaderCacheManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ClassLoaderCacheManager.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/src/org/eclipse/datatools/connectivity/internal/CloseManagedConnectionJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CloseManagedConnectionJob.java index d1ab37e..45c79af 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CloseManagedConnectionJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CloseManagedConnectionJob.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConfigurationTypeProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConfigurationTypeProvider.java index cd1aea7..d2292e0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConfigurationTypeProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConfigurationTypeProvider.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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapter.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapter.java index eea85ea..3f47682 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapter.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapter.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapterProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapterProvider.java index d064247..c6da76c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapterProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryAdapterProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006-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: rcernich - initial API and implementation * IBM Corporation - fix for defect 222818
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryProvider.java index 1c41db5..c7dae30 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionFactoryProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: rcernich - initial API and implementation * IBM Corporation - fix for defect 222818
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfile.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfile.java index 01d7b31..d854cdf 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfile.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfile.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2013 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: rcernich, shongxum - initial API and implementation * Actuate Corporation - transient and external profiles handling (bug #310356, #413778)
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileManager.java index d23a4b4..b928ff1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-2008 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: rcernich, shongxum - initial API and implementation * Actuate Corporation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileMgmt.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileMgmt.java index a471ed5..a1c3d85 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileMgmt.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileMgmt.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2013 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: shongxum - initial API and implementation * Actuate Corporation - added the cipherProvider extension point [BZ 358686]
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileProvider.java index 3d34ec0..2a164f3 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectionProfileProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: rcernich - initial API and implementation * IBM Corporation - bug fix
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectivityPlugin.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectivityPlugin.java index e36b514..29774a9 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectivityPlugin.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ConnectivityPlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 2012 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: * Sybase, Inc. - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateConnectionJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateConnectionJob.java index f8fa119..70d2823 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateConnectionJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateConnectionJob.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006-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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateOfflineConnectionJob.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateOfflineConnectionJob.java index 449b0f6..d250872 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateOfflineConnectionJob.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/CreateOfflineConnectionJob.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007, 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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/DriverUtil.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/DriverUtil.java index 1934522..f07b1d1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/DriverUtil.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/DriverUtil.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/src/org/eclipse/datatools/connectivity/internal/InternalConnectionFactoryProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalConnectionFactoryProvider.java index df96ee3..7696b50 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalConnectionFactoryProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalConnectionFactoryProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalProfileManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalProfileManager.java index f6d78c5..7abb76d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalProfileManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/InternalProfileManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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: shongxum - initial API and implementation * IBM Corporation - fix for defect #223855
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ManagedConnection.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ManagedConnection.java index c337b4e..efbd3a7 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ManagedConnection.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ManagedConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006-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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ProfileExtensionProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ProfileExtensionProvider.java index 953c346..5289f3a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ProfileExtensionProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/ProfileExtensionProvider.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/PropertySetChangeEvent.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/PropertySetChangeEvent.java index 3727cd2..46f42e1 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/PropertySetChangeEvent.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/PropertySetChangeEvent.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/UUID.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/UUID.java index 81c974b..2da128a 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/UUID.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/UUID.java
@@ -2,9 +2,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 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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/ConnectionProfileRepositoryBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/ConnectionProfileRepositoryBase.java index f6ab9fa..63c5ce8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/ConnectionProfileRepositoryBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/ConnectionProfileRepositoryBase.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: shongxum - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepository.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepository.java index ead88e2..4fb28a8 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepository.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepository.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 ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepositoryConstants.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepositoryConstants.java index 8e83715..47564ee 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepositoryConstants.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/repository/IConnectionProfileRepositoryConstants.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/resources.properties b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/resources.properties index 0101870..5d47d0d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/resources.properties +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/resources.properties
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2005, 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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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/src/org/eclipse/datatools/connectivity/internal/security/CipherProviderExtensions.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/CipherProviderExtensions.java index cd0847a..398eecd 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/CipherProviderExtensions.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/CipherProviderExtensions.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/src/org/eclipse/datatools/connectivity/internal/security/DefaultCipherProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/DefaultCipherProvider.java index 861c680..51087d0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/DefaultCipherProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/DefaultCipherProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: rcernich - initial API and implementation * Actuate Corporation - re-factored to support the cipherProvider extension point [BZ 358686]
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/ICipherProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/ICipherProvider.java index 948e159..74ba3c0 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/ICipherProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/ICipherProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/internal/security/SecurityManager.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/SecurityManager.java index 8ac4765..42d5686 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/SecurityManager.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/security/SecurityManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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: rcernich - initial API and implementation * Actuate Corporation - added the cipherProvider extension point [BZ 358686]
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/BundleResourceLocator.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/BundleResourceLocator.java index 3328a9f..1907c4b 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/BundleResourceLocator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/BundleResourceLocator.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/src/org/eclipse/datatools/connectivity/internal/services/ClassLoaderResourceLocator.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ClassLoaderResourceLocator.java index 8224b8e..2faba2f 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ClassLoaderResourceLocator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ClassLoaderResourceLocator.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/src/org/eclipse/datatools/connectivity/internal/services/PluginResourceLocatorImpl.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/PluginResourceLocatorImpl.java index d18b439..324eb79 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/PluginResourceLocatorImpl.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/PluginResourceLocatorImpl.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 (Bugzilla 338997)
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ResourceLocatorDelegate.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ResourceLocatorDelegate.java index 8fdbda9..934724d 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ResourceLocatorDelegate.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/internal/services/ResourceLocatorDelegate.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/src/org/eclipse/datatools/connectivity/security/CipherProviderBase.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/CipherProviderBase.java index 6f28eba..e6cf754 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/CipherProviderBase.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/CipherProviderBase.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2011 Actuate 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: * Actuate Corporation - initial API and implementation
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/ICipherProvider.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/ICipherProvider.java index 9016b96..ef4a36c 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/ICipherProvider.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/security/ICipherProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/src/org/eclipse/datatools/connectivity/services/PluginResourceLocator.java b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/services/PluginResourceLocator.java index 945ed81..c0d3b68 100644 --- a/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/services/PluginResourceLocator.java +++ b/plugins/connectivity/org.eclipse.datatools.connectivity/src/org/eclipse/datatools/connectivity/services/PluginResourceLocator.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/docs/org.eclipse.datatools.common.doc.user/about.html b/plugins/docs/org.eclipse.datatools.common.doc.user/about.html index dc2e2eb..206e602 100644 --- a/plugins/docs/org.eclipse.datatools.common.doc.user/about.html +++ b/plugins/docs/org.eclipse.datatools.common.doc.user/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 @@ -40,8 +40,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/docs/org.eclipse.datatools.connectivity.doc.user.contexts/about.html b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/about.html index 3989f53..9075192 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/about.html +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/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/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.derby.contextIds.properties b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.derby.contextIds.properties index bbdb42a..3fcead9 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.derby.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.derby.contextIds.properties
@@ -4,9 +4,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/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.generic.ui.contextIds.properties b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.generic.ui.contextIds.properties index 4163118..56d2b2d 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.generic.ui.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.db.generic.ui.contextIds.properties
@@ -4,9 +4,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/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.repository.file.contextIds.properties b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.repository.file.contextIds.properties index ad89e04..b5765f6 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.repository.file.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.repository.file.contextIds.properties
@@ -4,9 +4,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/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.sqm.core.ui.contextIds.properties b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.sqm.core.ui.contextIds.properties index 792496e..dead961 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.sqm.core.ui.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.sqm.core.ui.contextIds.properties
@@ -4,9 +4,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/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.contextIds.properties b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.contextIds.properties index 60032b0..0323d0d 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.contextIds.properties
@@ -5,9 +5,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: brandow - initial API and implementation
diff --git a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.dse.contextIds.properties b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.dse.contextIds.properties index 31f0268..3f2e9aa 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.dse.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user.contexts/org.eclipse.datatools.connectivity.ui.dse.contextIds.properties
@@ -4,9 +4,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/docs/org.eclipse.datatools.connectivity.doc.user/about.html b/plugins/docs/org.eclipse.datatools.connectivity.doc.user/about.html index dc2e2eb..206e602 100644 --- a/plugins/docs/org.eclipse.datatools.connectivity.doc.user/about.html +++ b/plugins/docs/org.eclipse.datatools.connectivity.doc.user/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 @@ -40,8 +40,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/docs/org.eclipse.datatools.doc.isv/about.html b/plugins/docs/org.eclipse.datatools.doc.isv/about.html index 266c9b9..9a891a8 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/about.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/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/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_ProfileManagerInitializationProvider.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_ProfileManagerInitializationProvider.html index 5254145..eb82ad9 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_ProfileManagerInitializationProvider.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_ProfileManagerInitializationProvider.html
@@ -63,9 +63,9 @@ <p class="note SchemaCopyright"> Copyright (c) 2008 IBM 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 +available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html. +https://www.eclipse.org/legal/epl-2.0/. </p> </BODY>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_cipherProvider.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_cipherProvider.html index 73740f4..01b6c31 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_cipherProvider.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_cipherProvider.html
@@ -85,7 +85,7 @@ <br> <p class="note SchemaCopyright"> 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 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> </BODY>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_connectionProfile.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_connectionProfile.html index 73abd0a..3d13f59 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_connectionProfile.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_connectionProfile.html
@@ -194,9 +194,9 @@ <p class=note id=copyright> <p>Copyright (c) 2004-2005 Sybase, Inc.</p> <p>All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a></p> <p>Contributors: rcernich - initial API and implementation</p> <p></p>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_driverExtension.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_driverExtension.html index 9638aab..f076dc0 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_driverExtension.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_driverExtension.html
@@ -226,9 +226,9 @@ <p class="note SchemaCopyright"> <p>Copyright (c) 2004-2007 Sybase, Inc.</p> <p>All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 +are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></p> +<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a></p> <p>Contributors: brianf - initial API and implementation</p>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html index 2177ef6..003d439 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_driverBridge.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/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/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html index 27e4e55..641d21f 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_consumer_propertyProvider.html
@@ -41,7 +41,7 @@ <br> <p class="note SchemaCopyright"> 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> </BODY>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_datasource.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_datasource.html index 87b9491..ae37fde 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_datasource.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_datasource.html
@@ -326,7 +326,7 @@ <br> <p class="note SchemaCopyright"> 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 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> </BODY>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html index 299f9df..c31c934 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_design_ui_datasource.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/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/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html index 2e9d8ae..7fad301 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_dynamicResultSet.html
@@ -217,7 +217,7 @@ <br> <p class="note SchemaCopyright"> Copyright (c) 2009, 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 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> </BODY>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_profile_profileStore.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_profile_profileStore.html index d34f910..647e0be 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_profile_profileStore.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_connectivity_oda_profile_profileStore.html
@@ -53,7 +53,7 @@ <br> <p class="note SchemaCopyright"> 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 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> </BODY>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html index 5289455..a746e08 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html
@@ -44,9 +44,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html index 2361dea..831136e 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html
@@ -61,9 +61,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html index ed60adb..60f15a6 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html
@@ -59,9 +59,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_sqleditor_texthover.html b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_sqleditor_texthover.html index dd04091..42f5b2b 100644 --- a/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_sqleditor_texthover.html +++ b/plugins/docs/org.eclipse.datatools.doc.isv/html/reference/extension-points/org_eclipse_datatools_sqltools_sqleditor_texthover.html
@@ -47,9 +47,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/docs/org.eclipse.datatools.doc.user/about.html b/plugins/docs/org.eclipse.datatools.doc.user/about.html index dc2e2eb..206e602 100644 --- a/plugins/docs/org.eclipse.datatools.doc.user/about.html +++ b/plugins/docs/org.eclipse.datatools.doc.user/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 @@ -40,8 +40,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/docs/org.eclipse.datatools.help/about.html b/plugins/docs/org.eclipse.datatools.help/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/docs/org.eclipse.datatools.help/about.html +++ b/plugins/docs/org.eclipse.datatools.help/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/docs/org.eclipse.datatools.help/schema/helpKeyProperties.exsd b/plugins/docs/org.eclipse.datatools.help/schema/helpKeyProperties.exsd index 89228b8..52b5b50 100644 --- a/plugins/docs/org.eclipse.datatools.help/schema/helpKeyProperties.exsd +++ b/plugins/docs/org.eclipse.datatools.help/schema/helpKeyProperties.exsd
@@ -143,7 +143,7 @@ <documentation> Copyright (c) 2007 Sybase, Inc. <br> -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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> +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 <a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a> </documentation> </annotation>
diff --git a/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/ContextProviderDelegate.java b/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/ContextProviderDelegate.java index d6fff75..0890270 100644 --- a/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/ContextProviderDelegate.java +++ b/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/ContextProviderDelegate.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: * Sybase, Inc. - initial API and implementation
diff --git a/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/HelpUtil.java b/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/HelpUtil.java index 3e60918..892700d 100644 --- a/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/HelpUtil.java +++ b/plugins/docs/org.eclipse.datatools.help/src/org/eclipse/datatools/help/HelpUtil.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: * Sybase, Inc. - initial API and implementation
diff --git a/plugins/docs/org.eclipse.datatools.intro/about.html b/plugins/docs/org.eclipse.datatools.intro/about.html index 3989f53..9075192 100644 --- a/plugins/docs/org.eclipse.datatools.intro/about.html +++ b/plugins/docs/org.eclipse.datatools.intro/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/docs/org.eclipse.datatools.intro/about.properties b/plugins/docs/org.eclipse.datatools.intro/about.properties index a576cd9..1e24165 100644 --- a/plugins/docs/org.eclipse.datatools.intro/about.properties +++ b/plugins/docs/org.eclipse.datatools.intro/about.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/docs/org.eclipse.datatools.oda.cshelp/about.html b/plugins/docs/org.eclipse.datatools.oda.cshelp/about.html index 129db9d..92d90f8 100644 --- a/plugins/docs/org.eclipse.datatools.oda.cshelp/about.html +++ b/plugins/docs/org.eclipse.datatools.oda.cshelp/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/docs/org.eclipse.datatools.oda.cshelp/about.properties b/plugins/docs/org.eclipse.datatools.oda.cshelp/about.properties index ec02c4a..825115d 100644 --- a/plugins/docs/org.eclipse.datatools.oda.cshelp/about.properties +++ b/plugins/docs/org.eclipse.datatools.oda.cshelp/about.properties
@@ -10,6 +10,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/docs/org.eclipse.datatools.sqltools.doc.user.contexts/about.html b/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/about.html index 3989f53..9075192 100644 --- a/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/about.html +++ b/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/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/docs/org.eclipse.datatools.sqltools.doc.user.contexts/org.eclipse.datatools.sqltools.ddlgen.ui.contextIds.properties b/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/org.eclipse.datatools.sqltools.ddlgen.ui.contextIds.properties index 3af4c48..34ad05f 100644 --- a/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/org.eclipse.datatools.sqltools.ddlgen.ui.contextIds.properties +++ b/plugins/docs/org.eclipse.datatools.sqltools.doc.user.contexts/org.eclipse.datatools.sqltools.ddlgen.ui.contextIds.properties
@@ -4,9 +4,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/docs/org.eclipse.datatools.sqltools.doc.user/about.html b/plugins/docs/org.eclipse.datatools.sqltools.doc.user/about.html index dc2e2eb..206e602 100644 --- a/plugins/docs/org.eclipse.datatools.sqltools.doc.user/about.html +++ b/plugins/docs/org.eclipse.datatools.sqltools.doc.user/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 @@ -40,8 +40,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/enablement/org.eclipse.datatools.enablement.finfo/about.html b/plugins/enablement/org.eclipse.datatools.enablement.finfo/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.finfo/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.finfo/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/enablement/org.eclipse.datatools.enablement.finfo/about.properties b/plugins/enablement/org.eclipse.datatools.enablement.finfo/about.properties index 9b2c8bb..317c11e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.finfo/about.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.finfo/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/enablement/org.eclipse.datatools.enablement.finfo/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.finfo/plugin.properties index a65d445..64ce2c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.finfo/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.finfo/plugin.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/build.xml index a26b59d..c32e1e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/build.xml index c0e4ee9..0dfbb04 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/build.xml index 6e27f5e..bcdd09f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/HSQLDBActivator.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/HSQLDBActivator.java index fdfb5a0..f99f58b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/HSQLDBActivator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/HSQLDBActivator.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: Brian Fitzpatrick - initial API and implementation * IBM Corporation - refactored plug-in
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/Messages.java index c97fa4e..ab6a353 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: Brian Fitzpatrick - initial API and implementation * IBM Corporation - refactored plug-in
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/catalog/HSQLDBPipelineTreeContentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/catalog/HSQLDBPipelineTreeContentProvider.java index 4975cf8..cee3e07 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/catalog/HSQLDBPipelineTreeContentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/catalog/HSQLDBPipelineTreeContentProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 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: Brian Fitzpatrick - initial API and implementation * IBM Corporation - refactored plug-in
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfileDetailsWizardPage.java index 2688ab6..0c8819f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfilePropertyPage.java index 0009042..aa6e16a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/HSQLDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/NewHSQLDBConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/NewHSQLDBConnectionProfileWizard.java index d0cbd41..116ec36 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/NewHSQLDBConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/NewHSQLDBConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/drivers/HSQLDBDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/drivers/HSQLDBDriverUIContributor.java index 87b9e69..f7c5a0d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/drivers/HSQLDBDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/src/org/eclipse/datatools/enablement/hsqldb/ui/connection/drivers/HSQLDBDriverUIContributor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/enablement/org.eclipse.datatools.enablement.hsqldb/about.html b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/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/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBCatalogSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBCatalogSchema.java index 526bc97..403a705 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBCatalogSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBCatalogSchema.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: Brian Fitzpatrick - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBSchemaLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBSchemaLoader.java index 4c4546d..2416273 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBSchemaLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/catalog/HSQLDBSchemaLoader.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: Brian Fitzpatrick - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnection.java index 509e307..fdb7284 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnection.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: Brian Fitzpatrick - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnectionFactory.java index 89ee27d..b0e7a14 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/connection/HSQLDBJDBCConnectionFactory.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: Brian Fitzpatrick - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/internal/HSQLDBDBDefinitionWrite.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/internal/HSQLDBDBDefinitionWrite.java index df416e3..b4b9859 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/internal/HSQLDBDBDefinitionWrite.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/internal/HSQLDBDBDefinitionWrite.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: Brian Fitzpatrick - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/ui/IHSQLDBConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/ui/IHSQLDBConnectionProfileConstants.java index b6466d8..2723551 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/ui/IHSQLDBConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/src/org/eclipse/datatools/enablement/hsqldb/ui/IHSQLDBConnectionProfileConstants.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: Brian Fitzpatrick - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/build.xml index 0becef3..851147d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_de_DE.msg index 9860a36..519a5d7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_es_ES.msg index 7354381..58175f2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_fr_FR.msg index f49dab4..6e0e1cb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_ja_JP.msg index ca9114e..5743457 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_ko_KR.msg index 6143938..d846359 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_zh_CN.msg index 9484ccb..1c2063e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/build.properties index 6d7441f..ad4e5c4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/plugin.properties index 0165d49..ed303e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/build.xml index fbbfd09..e1676e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_de_DE.msg index de54ced..c4834c0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_es_ES.msg index 109d83e..254f39f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_fr_FR.msg index dbb2806..ce481dc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_ja_JP.msg index f7ac891..602ddaa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_ko_KR.msg index dd1b04a..11a55dc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_zh_CN.msg index b608c17..ec4e581 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/build.xml index b6fcafe..b20c5e7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_de_DE.msg index d2eafcb..43f7dd0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_es_ES.msg index 8609823..19f06f2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_fr_FR.msg index c088b65..d2cdb39 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_ja_JP.msg index 82c15ce..eae7209 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_ko_KR.msg index 7b5206c..7bb1fe0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_zh_CN.msg index 356a0f4..fda57aa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_de_DE.msg index bb05504..8934119 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_es_ES.msg index 1014dba..6bc3cc8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_fr_FR.msg index a424f19..8aff164 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ja_JP.msg index 77b3062..3dd91eb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ko_KR.msg index 4123aa0..d0501a9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_zh_CN.msg index c17bf92..36a64df 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/about.html index ddaf7d2..7f40160 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/plugin.properties index ff32247..01bd9ab 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfileDetailsWizardPage.java index 5b835c3..c7d76e7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfilePropertyPage.java index fe502ab..498e656 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/ISeriesDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/NewISeriesConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/NewISeriesConnectionProfileWizard.java index 5e4bea3..187e1e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/NewISeriesConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/NewISeriesConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesDriverUIContributor.java index f318e92..e80561f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesDriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesOtherDriverUIContributor.java index dd0fbd8..0f42f3b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesToolboxDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesToolboxDriverUIContributor.java index 06c4a3f..55bb9d4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesToolboxDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/DB2ISeriesToolboxDriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/Messages.java index 7ddec32..7f3ef2f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/Messages.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages.properties index a717bb7..ecf2530 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/iseries/internal/ui/drivers/messages.properties
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/plugin.properties index 7f1345c..e3a939b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/IISeriesConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/IISeriesConnectionProfileConstants.java index d820ca6..b8a8a50 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/IISeriesConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/IISeriesConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDBPropertiesPersistenceHook.java index 2e121e3..6c1224d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDBPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDatabaseRecognizer.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDatabaseRecognizer.java index ed37a91..22a5513 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDatabaseRecognizer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/ISeriesDatabaseRecognizer.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesConnectionFactory.java index 3ba8147..16e6fbb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesConnectionFactory.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/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesJDBCConnection.java index ff8a45d..4fa8f54 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/iseries/JDBCISeriesJDBCConnection.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/build.xml index ac3d239..4a1151a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_de_DE.msg index f973515..986d017 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_es_ES.msg index cb27171..15085de 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_fr_FR.msg index 58410fb..ed8f06b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_ja_JP.msg index e56c81a..db784ee 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_ko_KR.msg index f1811fb..34f8e1a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_zh_CN.msg index 018691a..bc1e3d4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/build.properties index 1cb084e..07d15e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/plugin.properties index 075fe8b..6cb7ffa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/build.xml index 807320a..bd19ba7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_de_DE.msg index a51e46a..658c4a6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_es_ES.msg index 4c4afe0..cebadf4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_fr_FR.msg index 1ab79df..7e42005 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_ja_JP.msg index 6468328..c94ce82 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_ko_KR.msg index a1768e6..983a397 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_zh_CN.msg index e870b6b..5b6b9b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg index fb16d03..f132858 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg index ff35927..abd1cf9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg index a1e1bab..6a420d1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg index 86ed380..58a112a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg index a990a39..4bb8b22 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg index 48d853d..d6790b3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/build.xml index 3d15c39..bba000b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_de_DE.msg index a753efc..0402e7d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_es_ES.msg index 214a61e..364070b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_fr_FR.msg index 8bbd2b2..7ee7a49 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_ja_JP.msg index f9a6c26..8e05e11 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_ko_KR.msg index ed8287a..7690e11 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_zh_CN.msg index 19b5311..f0121ae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg index f7ce0f9..ab0f89a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg index 5bc2f1c..d402dcf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg index 4cb5abb..da79756 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg index f08e61b..9c39b1d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg index 1d0bad1..84304d5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg index c80d1bb..368be7f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/plugin.properties index 42bcca6..76ba547 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfileDetailsWizardPage.java index 06d3c95..343e81b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfilePropertyPage.java index e04b132..9999f3e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/LUWDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/NewLUWConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/NewLUWConnectionProfileWizard.java index ebe5592..86a95a8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/NewLUWConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/NewLUWConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWDriverUIContributor.java index f8acaea..8125275 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWDriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWKerberosDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWKerberosDriverUIContributor.java index c4fdd24..6a43cf3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWKerberosDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWKerberosDriverUIContributor.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright 2007, 2014 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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWOtherDriverUIContributor.java index bcf43f8..8a6a824 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/drivers/DB2LUWOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/util/ResourceLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/util/ResourceLoader.java index 40ec6bf..17f3ab0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/util/ResourceLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/internal/ui/util/ResourceLoader.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright 2004, 2014 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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/drivers/DB2LUWDriverUIContributorBase.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/drivers/DB2LUWDriverUIContributorBase.java index ce800ed..9107055 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/drivers/DB2LUWDriverUIContributorBase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/drivers/DB2LUWDriverUIContributorBase.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright 2007, 2014 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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/l10n/DB2LUWUI.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/l10n/DB2LUWUI.properties index 1276a02..34d0c8f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/l10n/DB2LUWUI.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/src/org/eclipse/datatools/enablement/ibm/db2/luw/ui/l10n/DB2LUWUI.properties
@@ -3,8 +3,8 @@ # # Copyright 2004, 2014 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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/plugin.properties index 2e76077..0033bb7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/ILUWConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/ILUWConnectionProfileConstants.java index d48ef7a..dee5f8b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/ILUWConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/ILUWConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWConnectionFactory.java index 4272321..c4faac7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWConnectionFactory.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWJDBCConnection.java index 8b0483b..aace0a6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/JDBCLUWJDBCConnection.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDBPropertiesPersistenceHook.java index 4007e84..0d8a44f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDBPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDatabaseRecognizer.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDatabaseRecognizer.java index 3cf8602..52bea33 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDatabaseRecognizer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/internal/luw/LUWDatabaseRecognizer.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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWDriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWDriverValuesProvider.java index 27c84a9..c4beac0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWDriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWDriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWJDBC4DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWJDBC4DriverValuesProvider.java index c0c0bc1..062decc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWJDBC4DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWJDBC4DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWModelElementFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWModelElementFactory.java index ee37b52..4348867 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWModelElementFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWModelElementFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWPluginActivator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWPluginActivator.java index ecbbe06..7325fe7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWPluginActivator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/DB2LUWPluginActivator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/LUWMetaDataExtension.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/LUWMetaDataExtension.java index 6cdf62a..232d141 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/LUWMetaDataExtension.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/LUWMetaDataExtension.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAlias.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAlias.java index bdd8080..525b5fd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAlias.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAlias.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogArrayDataType.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogArrayDataType.java index 20e6208..9a3586d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogArrayDataType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogArrayDataType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAttribute.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAttribute.java index 2a11dd7..bae299f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAttribute.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogAttribute.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCheckConstraint.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCheckConstraint.java index 2d33076..864937b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCheckConstraint.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCheckConstraint.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogColumn.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogColumn.java index e06c268..6778cbd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogColumn.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogColumn.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogConstant.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogConstant.java index 3ce3269..3e92ad5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogConstant.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogConstant.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCursorDataType.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCursorDataType.java index 51411d3..2ba5cc2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCursorDataType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogCursorDataType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabase.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabase.java index e881731..7bcd483 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabase.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabasePackage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabasePackage.java index dcb815d..6674d9f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabasePackage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDatabasePackage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDistinctUserDefinedType.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDistinctUserDefinedType.java index eace09e..05c43ba 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDistinctUserDefinedType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogDistinctUserDefinedType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedParameter.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedParameter.java index 6ea5801..8663208 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedParameter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedParameter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedProcedure.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedProcedure.java index e1f6dd4..a00c072 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedProcedure.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedProcedure.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedServer.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedServer.java index 2064ce5..2b42785 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedServer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogFederatedServer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogForeignKey.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogForeignKey.java index 82e93e3..c9140e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogForeignKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogForeignKey.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGlobalVariable.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGlobalVariable.java index 42f4302..3fc7a7e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGlobalVariable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGlobalVariable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGroup.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGroup.java index 6163534..0704968 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGroup.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogGroup.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogIndex.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogIndex.java index 2c5326a..dbaf430 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogIndex.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogIndex.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogJar.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogJar.java index bde9313..98aba2d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogJar.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogJar.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMaterializedQueryTable.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMaterializedQueryTable.java index 025c4cb..18d5622 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMaterializedQueryTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMaterializedQueryTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMultidimensionalIndex.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMultidimensionalIndex.java index ffc24f8..8e783c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMultidimensionalIndex.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogMultidimensionalIndex.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogNickname.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogNickname.java index abb6f2a..68206ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogNickname.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogNickname.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogParameter.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogParameter.java index 8cafbc2..675e6c7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogParameter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogParameter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrimaryKey.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrimaryKey.java index 5688ab7..66b8fa7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrimaryKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrimaryKey.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrivilege.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrivilege.java index b775b20..e3af7a7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrivilege.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogPrivilege.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProcedure.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProcedure.java index ef5ec0b..4ab6054 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProcedure.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProcedure.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProvider.java index 27abb1a..d726dc7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteDataSet.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteDataSet.java index 5623530..81fd59d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteDataSet.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteDataSet.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteServer.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteServer.java index a44031b..a4b20e5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteServer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRelationalRemoteServer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRole.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRole.java index 53bccfa..de28539 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRole.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRole.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRowDataType.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRowDataType.java index 3dc4bcc..a64dcce 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRowDataType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogRowDataType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSchema.java index dc9ce2e..4805004 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSchema.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSequence.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSequence.java index 9cebbf9..1576b70 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSequence.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogSequence.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogStructuredUserDefinedType.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogStructuredUserDefinedType.java index f17708d..75b5aa4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogStructuredUserDefinedType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogStructuredUserDefinedType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTable.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTable.java index 54d9494..6417c34 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTrigger.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTrigger.java index 97366a9..8fe1764 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTrigger.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogTrigger.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUniqueConstraint.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUniqueConstraint.java index 4cc66b9..8bd5c81 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUniqueConstraint.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUniqueConstraint.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUser.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUser.java index 17cd506..af7d954 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserDefinedFunction.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserDefinedFunction.java index ab43488..5dfc9bb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserDefinedFunction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserDefinedFunction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserMapping.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserMapping.java index ef95eb1..3b38afd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserMapping.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogUserMapping.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogView.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogView.java index 08b9b2d..09390f6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogView.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogView.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogWrapper.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogWrapper.java index 7dc2c7c..5bfa1e7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogWrapper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogWrapper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchema.java index 8a2b0a9..7e59ab0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchema.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchemaDocument.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchemaDocument.java index 3b3f4cd..5e7455b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchemaDocument.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXmlSchemaDocument.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXsrObject.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXsrObject.java index 3b7fe97..23262ba 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXsrObject.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWCatalogXsrObject.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWOverwriteStatus.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWOverwriteStatus.java index 99a8ee2..cfc3f2b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWOverwriteStatus.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWOverwriteStatus.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWServerCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWServerCatalogProvider.java index b910ddb..1b15407 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWServerCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/LUWServerCatalogProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/ModuleCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/ModuleCatalogProvider.java index bc04f35..afe957b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/ModuleCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/ModuleCatalogProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/OlapCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/OlapCatalogProvider.java index 9d9302d..69714bb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/OlapCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/OlapCatalogProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/RemoteCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/RemoteCatalogProvider.java index 2c9c6e8..c1e419d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/RemoteCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/RemoteCatalogProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/StorageProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/StorageProvider.java index 8dcaf6c..d89fce5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/StorageProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/StorageProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/DatabaseREProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/DatabaseREProvider.java index d23bf22..06b411b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/DatabaseREProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/DatabaseREProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/GUIOption.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/GUIOption.java index 3798a8a..f7980c0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/GUIOption.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/GUIOption.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.java index d946920..8d3de9e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.properties index 4bfbfae..4dbc276 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWCatalogMessages.properties
@@ -3,9 +3,9 @@ # # Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWDdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWDdlParser.java index 65d020c..fb99717 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWDdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWDdlParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWUtil.java index 38d36db..d4ea6fb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/LUWUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ParseXMLFile.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ParseXMLFile.java index 5d9c2ad..2e0f877 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ParseXMLFile.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ParseXMLFile.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ServerKindsConfig.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ServerKindsConfig.java index 61f6834..b9a8b3a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ServerKindsConfig.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/ServerKindsConfig.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigData.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigData.java index d9f7f4a..9b31dbb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigData.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigFile.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigFile.java index 093bda2..264f91f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigFile.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigFile.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigManager.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigManager.java index 5623340..517c27b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigManager.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/catalog/util/WrapperConfigManager.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWBufferPoolContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWBufferPoolContainmentProvider.java index ee73109..138548c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWBufferPoolContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWBufferPoolContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabaseContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabaseContainmentProvider.java index a383b10..7d2f0b9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabaseContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabaseContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabasePartitionContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabasePartitionContainmentProvider.java index d062d96..01ad5ab 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabasePartitionContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWDatabasePartitionContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWFederatedSPContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWFederatedSPContainmentProvider.java index 416b3d1..90c0055 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWFederatedSPContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWFederatedSPContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGlobalVariableContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGlobalVariableContainmentProvider.java index eb3e1a2..e7bbedf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGlobalVariableContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGlobalVariableContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGroupID.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGroupID.java index f7bd924..2615638 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGroupID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWGroupID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWNicknameContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWNicknameContainmentProvider.java index 870a112..249a6b1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWNicknameContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWNicknameContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWPartitionGroupContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWPartitionGroupContainmentProvider.java index ed2854c..7f3922e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWPartitionGroupContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWPartitionGroupContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentContainmentProvider.java index 7afd687..72781cb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentElementContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentElementContainmentProvider.java index a4d7be6..2551372 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentElementContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelComponentElementContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelContainmentProvider.java index 78785fc..ca817a2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityLabelContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityPolicyContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityPolicyContainmentProvider.java index 77afbaf..6530543 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityPolicyContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWSecurityPolicyContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWServerContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWServerContainmentProvider.java index 4497e16..cdbbaf1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWServerContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWServerContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableContainmentProvider.java index c6b8ed6..64277ca 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableSpaceContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableSpaceContainmentProvider.java index 69d87e2..b477bcf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableSpaceContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTableSpaceContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTemporaryTableContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTemporaryTableContainmentProvider.java index f96eaf1..74b8d78 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTemporaryTableContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWTemporaryTableContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWUserMappingContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWUserMappingContainmentProvider.java index 1f3b9dc..6ab7770 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWUserMappingContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWUserMappingContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWWrapperContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWWrapperContainmentProvider.java index d66a121..2a36077 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWWrapperContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/containment/LUWWrapperContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/ILUWModuleDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/ILUWModuleDdlBuilder.java index 7fa5c5e..9cb0d4a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/ILUWModuleDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/ILUWModuleDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDataPreservationDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDataPreservationDdlBuilder.java index 85ea5f5..e3b310b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDataPreservationDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDataPreservationDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder.java index aca6a5e..a51ea7d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder9.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder9.java index fc62743..5efa8a4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder9.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder9.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder95.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder95.java index bb3f65b..d031e6f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder95.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder95.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder97.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder97.java index e66ff18..dab5184 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder97.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlBuilder97.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlGenerator.java index 1c7e5ae..a95077c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.java index fa3ea68..4544f35 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.properties index 2f065ef..8ab47f0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlMessages.properties
@@ -2,9 +2,9 @@ # # Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlParser.java index 121d86f..7a4f62b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlScript.java index 790bad7..c61c605 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDdlScript.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator.java index d8b26c8..48092c8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator9.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator9.java index 9b91598..af10e55 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator9.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator9.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator95.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator95.java index e043892..fe6eacb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator95.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator95.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator97.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator97.java index c49d128..f31f6cd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator97.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/ddl/LUWDeltaDdlGenerator97.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/DatabaseToRemoteServerHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/DatabaseToRemoteServerHelper.java index 3435c13..7c1c88d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/DatabaseToRemoteServerHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/DatabaseToRemoteServerHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWAdapterFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWAdapterFactory.java index 8663e82..13e96b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWAdapterFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWAdapterFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWSwitch.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWSwitch.java index cc4528c..89dcd79 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWSwitch.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/LUWSwitch.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/TableToRemoteDataSetHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/TableToRemoteDataSetHelper.java index 7ffca3a..54c2538 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/TableToRemoteDataSetHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/src/org/eclipse/datatools/enablement/ibm/db2/luw/model/util/TableToRemoteDataSetHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.xml index eae953d..df1f3d6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_de_DE.msg index 8d73123..84fe502 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_es_ES.msg index 3105e69..edd05bb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_fr_FR.msg index 41e013a..ef1ffd8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_ja_JP.msg index b38df78..6d5bbff 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_ko_KR.msg index 3e5c61b..92e8fc9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_zh_CN.msg index 6c77706..025294c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/build.properties index 6d7441f..ad4e5c4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/plugin.properties index 3713b24..1f70cb4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/build.xml index 6fca0a2..dbd1122 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_de_DE.msg index 976322e..9ff0b18 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_es_ES.msg index a9636d6..a326a27 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_fr_FR.msg index 31c6830..7b95c59 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_ja_JP.msg index 327a26b..e71bdb1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_ko_KR.msg index dcc6635..d2b5c22 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_zh_CN.msg index 88d8c1a..8f79ed4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/build.xml index 8205ab0..5ddcc5c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_de_DE.msg index 23dbfdf..d846e89 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_es_ES.msg index b1c6a0b..646ec0a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_fr_FR.msg index 4096443..14a59e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_ja_JP.msg index eab67ec..dd6334f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_ko_KR.msg index e4c3399..2200230 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_zh_CN.msg index 218d31e..f8fd56b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_de_DE.msg index 7ede0ef..b9e91fb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_es_ES.msg index 809ee9b..ea0e5f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_fr_FR.msg index 9bd85e7..00145a2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ja_JP.msg index 51fd091..d333638 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ko_KR.msg index 187084c..5c36c12 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_zh_CN.msg index ea22797..69fc209 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/plugin.properties index 9500269..49dc702 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/NewZSeriesConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/NewZSeriesConnectionProfileWizard.java index 3940128..2bc9c92 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/NewZSeriesConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/NewZSeriesConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfileDetailsWizardPage.java index 6c0c4b4..a0c808c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfilePropertyPage.java index 2672612..c5f3d69 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/ZSeriesDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesDriverUIContributor.java index 07c1a87..c6b9bf3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesDriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesOtherDriverUIContributor.java index d9cf1a5..49e2396 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/DB2ZSeriesOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/Messages.java index 5483f7a..1a4bc74 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/Messages.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages.properties index ed0f760..bb5bd89 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/src/org/eclipse/datatools/enablement/ibm/db2/zseries/internal/ui/drivers/messages.properties
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/plugin.properties index 9594123..c3dc7ff 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesConnectionProfileConstants.java index fc32b7c..58a4345 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesDriverDefinitionConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesDriverDefinitionConstants.java index 4edde2b..1dd5537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesDriverDefinitionConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/IZSeriesDriverDefinitionConstants.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesConnectionFactory.java index 2616fb0..9464bc1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesConnectionFactory.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesJDBCConnection.java index 5120e93..9d8bcf4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/JDBCZSeriesJDBCConnection.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDBPropertiesPersistenceHook.java index 0bab555..c72dbdd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDBPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDatabaseRecognizer.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDatabaseRecognizer.java index 5987821..6301ddb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDatabaseRecognizer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/src/org/eclipse/datatools/enablement/ibm/db2/internal/zseries/ZSeriesDatabaseRecognizer.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/enablement/org.eclipse.datatools.enablement.ibm.db2/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/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/enablement/org.eclipse.datatools.enablement.ibm.db2/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/plugin.properties index b829651..686dcbf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/DB2PluginActivator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/DB2PluginActivator.java index dc436b0..9affa87 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/DB2PluginActivator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/DB2PluginActivator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/JavaProcedureInfo.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/JavaProcedureInfo.java index 6b2078b..1a217e6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/JavaProcedureInfo.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/JavaProcedureInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProvider.java index e74c156..9363043 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProviderRegistry.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProviderRegistry.java index 5245dba..204469f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProviderRegistry.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/catalog/util/JavaProcedureProviderRegistry.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2AliasContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2AliasContainmentProvider.java index 29aad41..fdfd199 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2AliasContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2AliasContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2GroupID.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2GroupID.java index aef5c3e..4221424 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2GroupID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2GroupID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2JarContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2JarContainmentProvider.java index 81686d3..54c2485 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2JarContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2JarContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MQTContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MQTContainmentProvider.java index 73cfdad..14105dd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MQTContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MQTContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MaskContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MaskContainmentProvider.java index 322bc79..91570df 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MaskContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2MaskContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PackageContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PackageContainmentProvider.java index bafb5c1..574e221 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PackageContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PackageContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PermissionContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PermissionContainmentProvider.java index 94d4353..0c21974 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PermissionContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2PermissionContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2SchemaContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2SchemaContainmentProvider.java index 16513f2..e000779 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2SchemaContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2SchemaContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2TableContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2TableContainmentProvider.java index 2bef2ac..042182d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2TableContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2TableContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaContainmentProvider.java index ca9f0b1..0da4b52 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaDocumentContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaDocumentContainmentProvider.java index 0ebe35f..f8d07f2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaDocumentContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/containment/DB2XMLSchemaDocumentContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DatalinkAccessor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DatalinkAccessor.java index a27f7ee..4d61d36 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DatalinkAccessor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DatalinkAccessor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DistinctAccessor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DistinctAccessor.java index d0b8fc8..3fc1e6b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DistinctAccessor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/data/DistinctAccessor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DataPreservationDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DataPreservationDdlBuilder.java index 3bfc226..84715a2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DataPreservationDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DataPreservationDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlBuilder.java index aea43f7..5f83c54 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.java index 77f5480..b927680 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.properties index 333f4a6..6cb670e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlMessages.properties
@@ -3,9 +3,9 @@ # # Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlParser.java index bb205af..ca05356 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DdlParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DeltaDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DeltaDdlGenerator.java index 7667c4f..9a50827 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DeltaDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/ddl/DB2DeltaDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelAdapterFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelAdapterFactory.java index 7997b60..db52aee 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelAdapterFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelAdapterFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelSwitch.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelSwitch.java index 4f51d62..cbe4a0b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelSwitch.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/DB2ModelSwitch.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/ReverseNavigationHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/ReverseNavigationHelper.java index 65ca739..f24a6f5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/ReverseNavigationHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/model/util/ReverseNavigationHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/util/DB2Version.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/util/DB2Version.java index b3229a4..de06b5f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/util/DB2Version.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/src/org/eclipse/datatools/enablement/ibm/db2/util/DB2Version.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2014 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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/build.xml index e7931d3..493bca8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_de_DE.msg index 3633966..28008c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_es_ES.msg index 3633966..28008c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_fr_FR.msg index 3633966..28008c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_ja_JP.msg index 3633966..28008c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_ko_KR.msg index 3633966..28008c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_zh_CN.msg index 3633966..28008c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/build.properties index b5faa5c..61f00c0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/plugin.properties index bffc7b0..9d50a4a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/build.xml index 11be405..5b76baf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_de_DE.msg index d29b950..19f692c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_es_ES.msg index f9752bd..4e03c8b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_fr_FR.msg index 69951ee..ac6f006 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_ja_JP.msg index a2b8b5a..9a9aab8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_ko_KR.msg index a1c30cd..f0855c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_zh_CN.msg index 16072f4..55e47af 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/build.xml index 4f17666..fb870e6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_de_DE.msg index 4b6546b..4323af1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_es_ES.msg index d7bfd11..c8b49fd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_fr_FR.msg index 3ab1bbe..c6f9261 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_ja_JP.msg index bc25157..1487d45 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_ko_KR.msg index 038542a..4053038 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_zh_CN.msg index 38d79f8..ef7bbb6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_de_DE.msg index 3e1e055..ec76773 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_es_ES.msg index e3cf142..0ace3ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_fr_FR.msg index 2e5211f..1fbbbec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ja_JP.msg index 01493cd..805dda2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ko_KR.msg index 283f19a..1eb5de1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_zh_CN.msg index b1bf4c4..70518f0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/plugin.properties index 3fb2915..e42de0a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfileDetailsWizardPage.java index feeae50..fd37485 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfilePropertyPage.java index 0e976ad..4402255 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/InformixDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/NewInformixConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/NewInformixConnectionProfileWizard.java index 13cc494..7462fcf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/NewInformixConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/NewInformixConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixDriverUIContributor.java index 58e4beb..09fef9e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixDriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixOtherDriverUIContributor.java index 6e22578..a652b99 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/InformixOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/Messages.java index 83157f9..3bfd872 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/Messages.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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages.properties index 839317e..d0e0cd2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/internal/ui/drivers/messages.properties
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/ui/drivers/InformixDriverUIContributorBase.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/ui/drivers/InformixDriverUIContributorBase.java index 9c3102b..3db8f75 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/ui/drivers/InformixDriverUIContributorBase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/src/org/eclipse/datatools/enablement/ibm/informix/ui/drivers/InformixDriverUIContributorBase.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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/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/enablement/org.eclipse.datatools.enablement.ibm.informix/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/plugin.properties index 23c5409..88b3527 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/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/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/IInformixConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/IInformixConnectionProfileConstants.java index ab48324..23e5a8b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/IInformixConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/IInformixConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/InformixDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/InformixDBPropertiesPersistenceHook.java index ec9124e..b36113e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/InformixDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/InformixDBPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixConnectionFactory.java index 4a7b591..0f441ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixConnectionFactory.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/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixJDBCConnection.java index 1da771a..6789696 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/src/org/eclipse/datatools/enablement/ibm/internal/informix/JDBCInformixJDBCConnection.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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/build.xml index d6d6461..9db38cd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_de_DE.msg index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_es_ES.msg index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_fr_FR.msg index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ja_JP.msg index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ko_KR.msg index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_zh_CN.msg index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/plugin_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_de_DE.msg index f909866..2bf0828 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_es_ES.msg index 0996173..fc531dc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_fr_FR.msg index 91c7c0f..594a20d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ja_JP.msg index 059b56d..20a8e33 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ko_KR.msg index c468863..259ac30 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_zh_CN.msg index da46465..523756a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.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/enablement/org.eclipse.datatools.enablement.ibm.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/plugin.properties index bfd33b5..c65ef88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/plugin.properties
@@ -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/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IBMJDBCDriverTracingOptionsPane.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IBMJDBCDriverTracingOptionsPane.java index deff550..d27e672 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IBMJDBCDriverTracingOptionsPane.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IBMJDBCDriverTracingOptionsPane.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IIBMJDBCDriverProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IIBMJDBCDriverProvider.java index babca29..9933b9d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IIBMJDBCDriverProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/IIBMJDBCDriverProvider.java
@@ -1,8 +1,8 @@ /******************************************************************************* * 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 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/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/Messages.java index c15a623..681441a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/Messages.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/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages.properties index 03be0f8..0e71819 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/src/org/eclipse/datatools/enablement/ibm/internal/ui/drivers/messages.properties
@@ -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/enablement/org.eclipse.datatools.enablement.ibm/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ibm/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/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/enablement/org.eclipse.datatools.enablement.ibm/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm/plugin.properties index 8958050..401b14d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/IBMPluginActivator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/IBMPluginActivator.java index 005afce..c66c82a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/IBMPluginActivator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/IBMPluginActivator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/ICatalogAuthorizationIdentifier.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/ICatalogAuthorizationIdentifier.java index 8c2c9e4..4b46f34 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/ICatalogAuthorizationIdentifier.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/ICatalogAuthorizationIdentifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/IDatabaseObject.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/IDatabaseObject.java index afa426f..e020133 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/IDatabaseObject.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/IDatabaseObject.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogLoadUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogLoadUtil.java index 3b293c7..8ced0a8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogLoadUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogLoadUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogObjectEvent.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogObjectEvent.java index 084793a..ae79230 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogObjectEvent.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogObjectEvent.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogStatistics.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogStatistics.java index c8b4791..e2e31bc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogStatistics.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/CatalogStatistics.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogObjectEventListener.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogObjectEventListener.java index d2ea2aa..804db92 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogObjectEventListener.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogObjectEventListener.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogQuery.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogQuery.java index e98c557..12a9ed2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogQuery.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/catalog/util/ICatalogQuery.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CodeTemplateContextPattern.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CodeTemplateContextPattern.java index 0b18eba..d0f04bc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CodeTemplateContextPattern.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CodeTemplateContextPattern.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlGenerator.java index 4aecdb8..a4baaa6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlScriptVector.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlScriptVector.java index 202a562..1ec9ec9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlScriptVector.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDdlScriptVector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDeltaDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDeltaDdlGenerator.java index 40946f8..145b309 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDeltaDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/CoreDeltaDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlBuilder.java index 0659cf8..d1c54fb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.java index cdd808e..015b4e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.properties b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.properties index 18bbe24..296d23f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationMessages.properties
@@ -2,9 +2,9 @@ # # Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationUtility.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationUtility.java index 90f2123..95b96ba 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationUtility.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlGenerationUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlParser.java index dcd1478..6519e36 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003,2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlScript.java index 288e8a4..206cc5c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/DdlScript.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ExtendDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ExtendDdlBuilder.java index 21d92c5..cb2e0df 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ExtendDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ExtendDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ModelValidationProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ModelValidationProvider.java index a1164ad..40dd727 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ModelValidationProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/ModelValidationProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OlapDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OlapDdlBuilder.java index 124fb65..63a1609 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OlapDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OlapDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OrderingDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OrderingDdlScript.java index 5af568f..a1ca792 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OrderingDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/OrderingDdlScript.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/PreferenceConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/PreferenceConstants.java index f3425ae..3f3ec62 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/PreferenceConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/PreferenceConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/RoutineDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/RoutineDdlBuilder.java index d9fd79a..0c8ef2f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/RoutineDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/RoutineDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/TypedElementLogicalDomainProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/TypedElementLogicalDomainProvider.java index b9a085f..f43ca96 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/TypedElementLogicalDomainProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/ddl/TypedElementLogicalDomainProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/AccessControlUtilities.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/AccessControlUtilities.java index 357c075..ad19df9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/AccessControlUtilities.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/AccessControlUtilities.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientConfiguration.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientConfiguration.java index 4878c34..eff403e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientConfiguration.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientConfiguration.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolver.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolver.java index bf9db0f..af94c41 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolver.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolver.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolverException.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolverException.java index 17c6ad3..f431535 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolverException.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyResolverException.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyService.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyService.java index 04463fd..b3c0fb0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientStrategyService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientUtil.java index 69e7a1b..7d5aed9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ClientUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CloneUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CloneUtil.java index 556bbac..19f17b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CloneUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CloneUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CommonOptions.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CommonOptions.java index eb0e0fc..21928a5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CommonOptions.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CommonOptions.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CompoundStatementsMap.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CompoundStatementsMap.java index 9d06917..07b0655 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CompoundStatementsMap.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/CompoundStatementsMap.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConfigMessage.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConfigMessage.java index 70ec34f..0aac1c7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConfigMessage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConfigMessage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileApp.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileApp.java index 30e79d2..078a87d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileApp.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileApp.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileUtility.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileUtility.java index d18b072..86ee7da 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileUtility.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ConnectionProfileUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBReverseProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBReverseProvider.java index f43306f..8ef5b50 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBReverseProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBReverseProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBVersion.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBVersion.java index 2a20178..b2cfe49 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBVersion.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DBVersion.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DdlParser.java index e5a9bf3..ba8816d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DdlParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactAnalyst.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactAnalyst.java index 0792aae..631061c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactAnalyst.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactAnalyst.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactDescription.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactDescription.java index b1fb4a5..315f178 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactDescription.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactDescription.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactMessages.java index 3335122..d12f8b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyImpactMessages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyProvider.java index 7007991..5c35363 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/DependencyProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2003, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionCategoryID.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionCategoryID.java index d722cac..153f802 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionCategoryID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionCategoryID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 20011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionID.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionID.java index 24a7cb2..58e0f4a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/EngineeringOptionID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IClientStrategy.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IClientStrategy.java index 8ff24d3..1edce28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IClientStrategy.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IClientStrategy.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ICloningInfoProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ICloningInfoProvider.java index 32b763d..1cda175 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ICloningInfoProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ICloningInfoProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IConnectionFilter.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IConnectionFilter.java index a4ce824..cd2851e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IConnectionFilter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IConnectionFilter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPostprocessProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPostprocessProvider.java index 9286539..c40e19c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPostprocessProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPostprocessProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPreorderedStatementList.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPreorderedStatementList.java index d2b1bb4..735ebdd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPreorderedStatementList.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IPreorderedStatementList.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IQueryMap.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IQueryMap.java index 96100bf..67f8bfc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IQueryMap.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IQueryMap.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IRowCountCache.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IRowCountCache.java index 16f2216..eeb695c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IRowCountCache.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/IRowCountCache.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ImpactProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ImpactProvider.java index 770e1ae..5fc6c84 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ImpactProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ImpactProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelHelper.java index 28f5b3b..ded0a30 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersion.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersion.java index bc8f415..22ddd46 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersion.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersion.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersionUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersionUtil.java index 9fd870d..58369a0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersionUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ModelVersionUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDatabaseLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDatabaseLoader.java index 46c5197..74e2316 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDatabaseLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDatabaseLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDebug.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDebug.java index f7a8f26..ae10377 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDebug.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSDebug.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSMetadata.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSMetadata.java index c695223..1a86a2f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSMetadata.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSMetadata.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSPersistenceUtility.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSPersistenceUtility.java index fe557a0..f9f5b98 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSPersistenceUtility.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSPersistenceUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSQueryInfo.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSQueryInfo.java index c65341e..903ed3e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSQueryInfo.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSQueryInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSSliceInfo.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSSliceInfo.java index 12955dc..6a35ae3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSSliceInfo.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PRSSliceInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentQueryCache.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentQueryCache.java index 914a9f0..9eb2698 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentQueryCache.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentQueryCache.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSet.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSet.java index 82dcf51..da34e16 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSet.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSet.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetAdapter.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetAdapter.java index df84061..9f1e8ea 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetAdapter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetAdapter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetData.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetData.java index aac89e22..60ad88a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PersistentResultSetData.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingDescriptor.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingDescriptor.java index ced7821..be8168a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingDescriptor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingDescriptor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingRegistryReader.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingRegistryReader.java index 06598f4..13b224c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingRegistryReader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/PostProcessingRegistryReader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionEngine.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionEngine.java index 6dfecba..6cf443e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionEngine.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionEngine.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionJob.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionJob.java index 3339cf8..3dbf8ed 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionJob.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/QueryExecutionJob.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/RefreshEventManager.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/RefreshEventManager.java index fadb73e..753b566 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/RefreshEventManager.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/RefreshEventManager.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ReuseStringBuffer.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ReuseStringBuffer.java index 03a9624..c607848 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ReuseStringBuffer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/ReuseStringBuffer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SQLIdentifier.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SQLIdentifier.java index c20d437..6f33697 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SQLIdentifier.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SQLIdentifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SimpleColumnDetails.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SimpleColumnDetails.java index ef0e74b..d6bc666 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SimpleColumnDetails.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SimpleColumnDetails.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SliceKey.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SliceKey.java index 8a332fc..ef57b3b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SliceKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/SliceKey.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012, 2014 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/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/StringCache.java b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/StringCache.java index 19ffaa4..606b4bd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/StringCache.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/src/org/eclipse/datatools/enablement/ibm/util/StringCache.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010, 2014 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/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.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/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.xml index fbe94f1..e377d5e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.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/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg index 15eab63..92ae1e2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg index 5839d3e..64225f1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg index eaa2636..a8f4a02 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg index febc4aa..6636ad0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg index 15e010f..0367508 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg index 975377b..2a08df0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/about.html index 6f6dda3..733eed1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/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/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/plugin.properties index febc4aa..6636ad0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/plugin.properties
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.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/enablement/org.eclipse.datatools.enablement.ingres.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.xml index d04a24e..d34e502 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.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/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg index ef7d970..a4b90b4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg index aa7b46e..82b7d1f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg index 4494198..48ed79a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg index e0b720c..dc2cc7d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg index e60483e..cc5a2a4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg index c833b0d..3470db9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.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/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.xml index a7a148e..d83fde6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.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/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg index 4666a4f..fe4c949 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg index fda3f1a..b412589 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg index 804182c..5d44572 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg index 16f92d4..3b81f7f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg index 74b1e00..b29410d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg index 7a240b4..0add55e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/about.html index 6f6dda3..733eed1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/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/enablement/org.eclipse.datatools.enablement.ingres.ui/grammar/sql.jjt b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/grammar/sql.jjt index f508459..1944f0e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/grammar/sql.jjt +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/grammar/sql.jjt
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/plugin.properties index 4b68a63..aa73850 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/plugin.properties
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007, 2010 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresCallableSQLResultRunnable.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresCallableSQLResultRunnable.java index 8261b41..b8b75a8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresCallableSQLResultRunnable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresCallableSQLResultRunnable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresConnectionService.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresConnectionService.java index 56ae0c1..503765e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresConnectionService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresConnectionService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresControlConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresControlConnection.java index e43bd5b..932b477 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresControlConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresControlConnection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBConfiguration.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBConfiguration.java index f64fbcf..40da3d9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBConfiguration.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBConfiguration.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBHelper.java index 9fc5384..e44c936 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresDBHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresExcecutionService.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresExcecutionService.java index 36c8e8f..4fd1760 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresExcecutionService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresExcecutionService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresProcIdentifierImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresProcIdentifierImpl.java index 7c5191e..00fb81c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresProcIdentifierImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresProcIdentifierImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLObjectItem.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLObjectItem.java index ac10ddb..60e11ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLObjectItem.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLObjectItem.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLService.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLService.java index 1f15e1f..34fee93 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/core/IngresSQLService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/filters/UdtUdfFilterFilter.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/filters/UdtUdfFilterFilter.java index 7e6a722..56af6b6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/filters/UdtUdfFilterFilter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/filters/UdtUdfFilterFilter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareComma.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareComma.java index 705017c..454f708 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareComma.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareComma.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareKeyword.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareKeyword.java index 846206d..259d4ca 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareKeyword.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTDeclareKeyword.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTExpression.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTExpression.java index f6b73c4..986df17 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTExpression.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTExpression.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDataType.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDataType.java index cc7ac70..3b0bd7f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDataType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDataType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDelimiter.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDelimiter.java index 4d47651..30f9d0e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDelimiter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLDelimiter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLParam.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLParam.java index 1fe94ea..6c5171a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLParam.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLParam.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLStatement.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLStatement.java index e8ccde3..4922d7c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLStatement.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTSQLStatement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTStart.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTStart.java index caabbc9..979e411 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTStart.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ASTStart.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresASTSQLStatementImageHandler.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresASTSQLStatementImageHandler.java index c43867d..d9d4844 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresASTSQLStatementImageHandler.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresASTSQLStatementImageHandler.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresParsingResult.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresParsingResult.java index 5610dde..dbb3582 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresParsingResult.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresParsingResult.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresSimpleNode.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresSimpleNode.java index 2293e51..ccac01c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresSimpleNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/IngresSimpleNode.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/JJTIngresSQLParserState.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/JJTIngresSQLParserState.java index 4157fe3..4a97c0e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/JJTIngresSQLParserState.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/JJTIngresSQLParserState.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Node.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Node.java index 7b85947..b57c718 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Node.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Node.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ParseException.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ParseException.java index 53c9d36..d719a81 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ParseException.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/ParseException.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleCharStream.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleCharStream.java index 4e56092..a331bea 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleCharStream.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleCharStream.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleNode.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleNode.java index c78dd84..96d8ad9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/SimpleNode.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Token.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Token.java index 3c681ae..8ae912b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Token.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/Token.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/TokenMgrError.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/TokenMgrError.java index 5399ccd..cc856bd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/TokenMgrError.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/parser/TokenMgrError.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresExplainSQLActionDelegate.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresExplainSQLActionDelegate.java index 8d821e7..f8b056d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresExplainSQLActionDelegate.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresExplainSQLActionDelegate.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanService.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanService.java index 243147c..39a3ee5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanSupportRunnable.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanSupportRunnable.java index 1e5445c..057f3ae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanSupportRunnable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/IngresPlanSupportRunnable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/QEPLogExtractor.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/QEPLogExtractor.java index 1d423d5..566a859 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/QEPLogExtractor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/plan/QEPLogExtractor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresProfileDetailsWizardPage.java index a9ce0d1..25b6756 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresProfileDetailsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresPropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresPropertyPage.java index 780c8eb..f8637e0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresPropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/IngresPropertyPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/NewIngresConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/NewIngresConnectionProfileWizard.java index cf09463..37e0144 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/NewIngresConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/profiles/NewIngresConnectionProfileWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IDBEventsFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IDBEventsFolder.java index ab291d4..3ab0fad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IDBEventsFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IDBEventsFolder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IProcedureParameterFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IProcedureParameterFolder.java index 2eed1b8..8932c43 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IProcedureParameterFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IProcedureParameterFolder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/ISynonymsFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/ISynonymsFolder.java index 5b076c0..7580ec0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/ISynonymsFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/ISynonymsFolder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresContentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresContentProvider.java index 50147aa..0424b01 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresContentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresLabelProvider.java index af04378..7675280 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/IngresLabelProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/decorators/SynonymDecorationService.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/decorators/SynonymDecorationService.java index 2a3b684..943d138 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/decorators/SynonymDecorationService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/providers/decorators/SynonymDecorationService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sql/IngresSQLSyntax.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sql/IngresSQLSyntax.java index 849f1f6..5b08bf7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sql/IngresSQLSyntax.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sql/IngresSQLSyntax.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/HoverInfoBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/HoverInfoBuilder.java index 85afe65..e5f4b04 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/HoverInfoBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/HoverInfoBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/IngresSQLEditorTextHover.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/IngresSQLEditorTextHover.java index ab219a1..b2c7a7b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/IngresSQLEditorTextHover.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/sqleditor/texthover/IngresSQLEditorTextHover.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/util/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/util/Messages.java index 2ef0150..2da042b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/util/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/util/Messages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/DBEventsFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/DBEventsFolder.java index 7f23a6f..12804d2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/DBEventsFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/DBEventsFolder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/ProcedureParameterFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/ProcedureParameterFolder.java index 4ffa0cb..748d93a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/ProcedureParameterFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/ProcedureParameterFolder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/SynonymFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/SynonymFolder.java index 0b86d10..72d5579 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/SynonymFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/src/org/eclipse/datatools/enablement/ingres/internal/ui/virtual/SynonymFolder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/about.html b/plugins/enablement/org.eclipse.datatools.enablement.ingres/about.html index 6f6dda3..733eed1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/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/enablement/org.eclipse.datatools.enablement.ingres/models/ingressqlmodel.genmodel b/plugins/enablement/org.eclipse.datatools.enablement.ingres/models/ingressqlmodel.genmodel index f7f60e9..ce229dc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/models/ingressqlmodel.genmodel +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/models/ingressqlmodel.genmodel
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" - xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2008 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
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
 Ingres Corporation - initial API and implementation" + xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2008 Ingres Corporation 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/

Contributors:
 Ingres Corporation - initial API and implementation" modelDirectory="/org.eclipse.datatools.enablement.ingres/src" modelPluginID="org.eclipse.datatools.enablement.ingres" redirection="" modelName="Ingressqlmodel" editPluginClass="org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.provider.IngressqlmodelEditPlugin" editorPluginClass="org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.presentation.IngressqlmodelEditorPlugin"
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.ingres/plugin.properties index 3957348..dad3f29 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/plugin.properties
@@ -1,9 +1,9 @@ ################################################################################ ## Copyright (c) 2006-2007 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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/containment/IngresGroupID.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/containment/IngresGroupID.java index 56a476a..f187b63 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/containment/IngresGroupID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/containment/IngresGroupID.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogCheckConstraint.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogCheckConstraint.java index 86d8366..10d3630 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogCheckConstraint.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogCheckConstraint.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogSchema.java index 7bc7550..624729c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogSchema.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTable.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTable.java index 5d3891a..cd45ac5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTrigger.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTrigger.java index 07e851a..60aafbd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTrigger.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogTrigger.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogUtils.java index dd535c3..3f9aff3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogUtils.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogView.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogView.java index ca9f673..bdcf01f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogView.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresCatalogView.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresProcedure.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresProcedure.java index f349b2a..298218a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresProcedure.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/catalog/IngresProcedure.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresConnectionFactory.java index c590002..141c688 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresConnectionFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresJDBCConnection.java index 5175f8e..e7badec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/IngresJDBCConnection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/VersionHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/VersionHelper.java index 5a17197..216e488 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/VersionHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/connectivity/VersionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007, 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresDBEventContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresDBEventContainmentProvider.java index 6fd0d25..ff4cb31 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresDBEventContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresDBEventContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSchemaContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSchemaContainmentProvider.java index b7eae03..25e3ce6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSchemaContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSchemaContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSynonymContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSynonymContainmentProvider.java index 86d0bc2..c1e61c1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSynonymContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/containment/IngresSynonymContainmentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlBuilder.java index bfadc20..679b528 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlGenerator.java index d2acf26..dd3702b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlScript.java index 51faa07..2c17248 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/ddl/IngresDdlScript.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresDBEventLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresDBEventLoader.java index f90e983..83b8a53 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresDBEventLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresDBEventLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureColumnLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureColumnLoader.java index ed39c56..15b89af 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureColumnLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureColumnLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureSourceLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureSourceLoader.java index 7724a32..c8dde88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureSourceLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresProcedureSourceLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresRoutineLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresRoutineLoader.java index d786360..e3d18a0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresRoutineLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresRoutineLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSchemaLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSchemaLoader.java index 6ec4d31..c51b6e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSchemaLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSchemaLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSequenceLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSequenceLoader.java index d392070..0b070ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSequenceLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSequenceLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2006, 2007 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSynonymLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSynonymLoader.java index 668ff65..7e60300 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSynonymLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresSynonymLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintDefinitionLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintDefinitionLoader.java index 387d69c..a3d0189 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintDefinitionLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintDefinitionLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintLoader.java index 7759560..4c174e1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableConstraintLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableLoader.java index 87656b4..a64de1a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableTriggerLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableTriggerLoader.java index 8ddbcc1..dbe55f6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableTriggerLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTableTriggerLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTriggerSourceLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTriggerSourceLoader.java index 4069b2d..4f10901 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTriggerSourceLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresTriggerSourceLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresViewSourceLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresViewSourceLoader.java index f01b563..8d8866e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresViewSourceLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/IngresViewSourceLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/LoaderHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/LoaderHelper.java index b025009..4bad351 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/LoaderHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/internal/loaders/LoaderHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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 Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresDBEvent.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresDBEvent.java index a186a46..d0aaa30 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresDBEvent.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresDBEvent.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -36,7 +36,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Returns the value of the '<em><b>Schema</b></em>' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresIdentitySpecifier.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresIdentitySpecifier.java index d14329a..f5f37ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresIdentitySpecifier.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresIdentitySpecifier.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -45,7 +45,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Returns the value of the '<em><b>Data Type</b></em>' attribute.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSchema.java index 6b03563..0947d50 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSchema.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -39,7 +39,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Returns the value of the '<em><b>DB Events</b></em>' reference list.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSynonym.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSynonym.java index 6069204..0492079 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSynonym.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresSynonym.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -37,7 +37,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Returns the value of the '<em><b>Schema</b></em>' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresTrigger.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresTrigger.java index 2eaf17a..6310183 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresTrigger.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresTrigger.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -38,7 +38,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Returns the value of the '<em><b>Source</b></em>' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresViewTable.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresViewTable.java index d963069..7d586df 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresViewTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngresViewTable.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -38,7 +38,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Returns the value of the '<em><b>Source</b></em>' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelFactory.java index 9522d84..e519fe0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelFactory.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -28,7 +28,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The singleton instance of the factory.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelPackage.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelPackage.java index 29123d5..69ce33b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelPackage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/IngressqlmodelPackage.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -42,7 +42,7 @@ * <!-- end-user-doc --> * @generated */ - String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The package name.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresDBEventImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresDBEventImpl.java index 0127d94..8eddd02 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresDBEventImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresDBEventImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -45,7 +45,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached value of the '{@link #getSchema() <em>Schema</em>}' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresIdentitySpecifierImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresIdentitySpecifierImpl.java index b8265ac..8ad4976 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresIdentitySpecifierImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresIdentitySpecifierImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -51,7 +51,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The default value of the '{@link #getDataType() <em>Data Type</em>}' attribute.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSchemaImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSchemaImpl.java index 1c17876..32addf8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSchemaImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSchemaImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -47,7 +47,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached value of the '{@link #getDBEvents() <em>DB Events</em>}' reference list.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSynonymImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSynonymImpl.java index 5471978..0ff87b4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSynonymImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresSynonymImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -46,7 +46,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached value of the '{@link #getSchema() <em>Schema</em>}' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresTriggerImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresTriggerImpl.java index a9cf313..eae3727 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresTriggerImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresTriggerImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -45,7 +45,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached value of the '{@link #getSource() <em>Source</em>}' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresViewTableImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresViewTableImpl.java index dbf932d..fa84b14 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresViewTableImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngresViewTableImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -41,7 +41,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached value of the '{@link #getSource() <em>Source</em>}' reference.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelFactoryImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelFactoryImpl.java index cd4714b..174b6c5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelFactoryImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelFactoryImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -34,7 +34,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * Creates the default factory implementation.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelPackageImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelPackageImpl.java index 59fe911..1556c23 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelPackageImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/impl/IngressqlmodelPackageImpl.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -57,7 +57,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * <!-- begin-user-doc -->
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelAdapterFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelAdapterFactory.java index 90790ce..a61b9d4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelAdapterFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelAdapterFactory.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -46,7 +46,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached model package.
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelSwitch.java b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelSwitch.java index 97f2108..fe72855 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelSwitch.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/src/org/eclipse/datatools/enablement/ingres/models/ingressqlmodel/util/IngressqlmodelSwitch.java
@@ -1,9 +1,9 @@ /** * Copyright (c) 2008 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 Corporation - initial API and implementation @@ -49,7 +49,7 @@ * <!-- end-user-doc --> * @generated */ - public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; + public static final String copyright = "Copyright (c) 2008 Ingres Corporation and others.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License 2.0\r\nwhich accompanies this distribution, and is available at\r\nhttps://www.eclipse.org/legal/epl-2.0/\r\n\r\nContributors:\r\n Ingres Corporation - initial API and implementation"; /** * The cached model package
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/build.xml index 1ace2fb..cebf655 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_de_DE.msg index c139b75..516707e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_es_ES.msg index c139b75..516707e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_fr_FR.msg index c139b75..516707e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_ja_JP.msg index c139b75..516707e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_ko_KR.msg index c139b75..516707e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_zh_CN.msg index c139b75..516707e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/build.properties index 6d7441f..ad4e5c4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/plugin.properties index 1bbbf3c..c0553e0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/build.xml index 1368082..c75b622 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_de_DE.msg index b2db949..b7a3f12 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_es_ES.msg index b1d094c..2a4c914 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_fr_FR.msg index 78ba1bf..b7e1da5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_ja_JP.msg index e27a801..4ab6c93 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_ko_KR.msg index e0bf223..283a406 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_zh_CN.msg index b83aee3..8162844 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/build.xml index d0dc475..7511be5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_de_DE.msg index e0eb0ed..9fff7e5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_es_ES.msg index eb760bd..066d3f0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_fr_FR.msg index 4d26ed0..356fa71 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_ja_JP.msg index 9b16a02..9ca39a5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_ko_KR.msg index fb1e218..72fb106 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_zh_CN.msg index feb248a..86da433 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_de_DE.msg index 432fe57..b6c4311 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_es_ES.msg index 9c4f33f..6a0a137 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_fr_FR.msg index 2ec0de7..769b81e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ja_JP.msg index eb19c8e..dafab49 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ko_KR.msg index aed5315..ff4b9a6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_zh_CN.msg index f76e212..cb53261 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/plugin.properties index 071fa3e..595a852 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/NewSQLServerConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/NewSQLServerConnectionProfileWizard.java index 699e7b2..e81e94e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/NewSQLServerConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/NewSQLServerConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfileDetailsWizardPage.java index 55b2fcc..ab8dcc1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfilePropertyPage.java index b2fd749..deeba10 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/SQLServerDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/Messages.java index c913023..3b71427 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/Messages.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2000DriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2000DriverUIContributor.java index 7462f0c..4a6e494 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2000DriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2000DriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2005DriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2005DriverUIContributor.java index f377d0c..9dbccc2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2005DriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2005DriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2008DriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2008DriverUIContributor.java index c7f6d7f..b4a1c02 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2008DriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServer2008DriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServerOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServerOtherDriverUIContributor.java index 40a2e30..785ddf0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServerOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/SQLServerOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages.properties index 4cdba7c..ab8f744 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/internal/ui/connection/drivers/messages.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2007, 2013 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/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2000DriverUIContributorBase.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2000DriverUIContributorBase.java index 7c9cae4..bc64c0d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2000DriverUIContributorBase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2000DriverUIContributorBase.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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2005DriverUIContributorBase.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2005DriverUIContributorBase.java index a71fdf6..60bf8f5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2005DriverUIContributorBase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/src/org/eclipse/datatools/enablement/msft/sqlserver/ui/drivers/SQLServer2005DriverUIContributorBase.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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/about.html b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/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/enablement/org.eclipse.datatools.enablement.msft.sqlserver/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/plugin.properties index 09821da..ff06cf3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/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/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/ISQLServerConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/ISQLServerConnectionProfileConstants.java index 3c278c2..e40c186 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/ISQLServerConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/ISQLServerConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerConnectionFactory.java index cc88a7b..da9811d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerConnectionFactory.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerJDBCConnection.java index f7e42bc..42f764c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/JDBCSQLServerJDBCConnection.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDBPropertiesPersistenceHook.java index c42d04b..58915ea 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDBPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDatabaseRecognizer.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDatabaseRecognizer.java index b5284ee..3820016 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDatabaseRecognizer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/connection/SQLServerDatabaseRecognizer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlBuilder.java index 3f900a7..44a4cf8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlGenerator.java index 1976bf7..20db5a9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServer2000DdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlBuilder.java index e39eaad..1d9b3e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlGenerator.java index 3da789f..eed222c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlScript.java index 9d3a31b..a6390bb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/ddl/SqlServerDdlScript.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2000DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2000DriverValuesProvider.java index 72b3bd6..64c38e7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2000DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2000DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2005DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2005DriverValuesProvider.java index 8d0292a..35a0d76 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2005DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2005DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2008DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2008DriverValuesProvider.java index 5fbaf74..362d671 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2008DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2008DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2012DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2012DriverValuesProvider.java index 1bf53e2..02a555d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2012DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2012DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2014DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2014DriverValuesProvider.java index a6b0435..f7e4f8e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2014DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2014DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2016DriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2016DriverValuesProvider.java index b034e93..e2f39d6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2016DriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServer2016DriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServerDriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServerDriverValuesProvider.java index f71c5ff..07eb834 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServerDriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/driver/SQLServerDriverValuesProvider.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: * nexB - implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2000TableLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2000TableLoader.java index 6ade6aa..4f35510 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2000TableLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2000TableLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005RoutineLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005RoutineLoader.java index e15ff80..25a0a6f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005RoutineLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005RoutineLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005SchemaLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005SchemaLoader.java index b282e15..b6696f2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005SchemaLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005SchemaLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008, 2013 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableIndexLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableIndexLoader.java index 0ba4a57..b0cbb11 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableIndexLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableIndexLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableLoader.java index 62b2f92..6d1c265 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005TableLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005UDTypeLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005UDTypeLoader.java index 9b258e0..c21d322 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005UDTypeLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQL2005UDTypeLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLCatalogUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLCatalogUtils.java index 1779f8e..fe66190 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLCatalogUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLCatalogUtils.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLs.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLs.java index a6ad232..5ef0b86 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLs.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/loaders/SQLs.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServer2000JdbcTable.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServer2000JdbcTable.java index b4eb191..997611e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServer2000JdbcTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServer2000JdbcTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcIndex.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcIndex.java index fa4242a..26574d6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcIndex.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcIndex.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcTable.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcTable.java index d547f0f..693201b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerJdbcTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerTrigger.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerTrigger.java index d26e109..9b8de62 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerTrigger.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SQLServerTrigger.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SqlServerSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SqlServerSchema.java index 020761c..bf8841a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SqlServerSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/src/org/eclipse/datatools/enablement/msft/internal/sqlserver/models/SqlServerSchema.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 NexB 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: * Anton Safonov and Ahti Kitsik - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/build.xml index 3feafff..57c7436 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_de_DE.msg index dcf508a..904d537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_es_ES.msg index dcf508a..904d537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_fr_FR.msg index dcf508a..904d537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ja_JP.msg index dcf508a..904d537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ko_KR.msg index dcf508a..904d537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_zh_CN.msg index dcf508a..904d537 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/build.properties index 5392202..26181bd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2005, 2018 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/plugin.properties index 595bd47..1925fa5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/build.xml index e9cd5a9..0ded206 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_de_DE.msg index 2792896..cb9f4b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_es_ES.msg index edbc9f1..dd424c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_fr_FR.msg index 0ca8ff8..2ed866e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ja_JP.msg index c90ee1d..4e57859 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ko_KR.msg index 049418c..b201af9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_zh_CN.msg index 6bf0655..2790b7e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/build.xml index 24a8e92..297551a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_de_DE.msg index 4741d69..9e627cb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_es_ES.msg index f47ffb0..58be3ab 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_fr_FR.msg index 7b40d69..b7bb9f6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_ja_JP.msg index bec9915..a297082 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_ko_KR.msg index a810cc6..03b8df5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_zh_CN.msg index 275e4ac..84d8064 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/build.properties index 6df7eb2..8e9d64d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2005, 2018 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/plugin.properties index eebc65d..a79b3c6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.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/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLDBProfilePropertyPage.java index 647cc41..edda4ab 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLProfileDetailsWizardPage.java index 817a790..35a4f26 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/MySQLProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/NewMySQLConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/NewMySQLConnectionProfileWizard.java index f6c6c3b..7ca26a5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/NewMySQLConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/NewMySQLConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/drivers/MySQLOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/drivers/MySQLOtherDriverUIContributor.java index 489cf31..ea3fdb5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/drivers/MySQLOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/src/org/eclipse/datatools/enablement/mysql/internal/ui/connection/drivers/MySQLOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.mysql/about.html b/plugins/enablement/org.eclipse.datatools.enablement.mysql/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/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/enablement/org.eclipse.datatools.enablement.mysql/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.mysql/build.properties index 28565f3..13a0c0d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2005,2018 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.mysql/plugin.properties index e4f65bc..0f8b145 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2005 Versant 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: # Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/IMySQLConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/IMySQLConnectionProfileConstants.java index 8a9e7ee..70f2402 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/IMySQLConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/IMySQLConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLConnectionFactory.java index f1f68a9..c3e7558 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLConnectionFactory.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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLJDBCConnection.java index 40914e5..6099068 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/JDBCMySQLJDBCConnection.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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/MySQLPasswordPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/MySQLPasswordPropertiesPersistenceHook.java index 6891dda..c6e9186 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/MySQLPasswordPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/internal/mysql/connection/MySQLPasswordPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/MysqlPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/MysqlPlugin.java index 8b1b920..397feb5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/MysqlPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/MysqlPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogColumn.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogColumn.java index f717dbf..a1e43d0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogColumn.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogColumn.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogDatabase.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogDatabase.java index f6a3e37..5d260ad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogDatabase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogDatabase.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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 + * the Eclipse Public License 2.0 which accompanies this distribution, and is + * available at https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Versant Corporation - initial API and implementation * brianf - updates to make catalog loading work with filtering
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogForeignKey.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogForeignKey.java index 13426c2..b026aaa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogForeignKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogForeignKey.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogIndex.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogIndex.java index cbb6b21..414e0b0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogIndex.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogIndex.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogPrimaryKey.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogPrimaryKey.java index 51f032e..c583a78 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogPrimaryKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogPrimaryKey.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogProvider.java index 71580a1..07b707f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogSchema.java index bf54de2..a202e79 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogSchema.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogTable.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogTable.java index af761f8..c53fe95 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/MySqlCatalogTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2009 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlAuthorizationIdentifierLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlAuthorizationIdentifierLoader.java index b630159..cce1ef7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlAuthorizationIdentifierLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlAuthorizationIdentifierLoader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2012 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlRoutineLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlRoutineLoader.java index bb0bbd7..f4d1b50 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlRoutineLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlRoutineLoader.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlSchemaLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlSchemaLoader.java index d6b7f70..319c486 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlSchemaLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlSchemaLoader.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableColumnLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableColumnLoader.java index 3536096..ea5c0f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableColumnLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableColumnLoader.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableConstraintLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableConstraintLoader.java index 8243e7a..306c854 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableConstraintLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableConstraintLoader.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableIndexLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableIndexLoader.java index 9a92c50..313c6b8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableIndexLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableIndexLoader.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableLoader.java index f4f4207..75f25dd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/catalog/loaders/MySqlTableLoader.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlBuilder.java index 3f4827e..924330d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2008. Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlGenerator.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlGenerator.java index 0b8ed03..2c32814 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlGenerator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlGenerator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2008. Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlScript.java index 72c2a6b..48e38c3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/MySqlDdlScript.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlBuilderHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlBuilderHelper.java index 2985b09..800fe55 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlBuilderHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlBuilderHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2008. Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlGeneratorHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlGeneratorHelper.java index 072ef9a..798f8bc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlGeneratorHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/ddl/shared/MySqlDdlGeneratorHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2008. Versant 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: * Versant Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/MySqlUser.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/MySqlUser.java index dad9581..24c1649 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/MySqlUser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/MySqlUser.java
@@ -2,9 +2,9 @@ * Copyright (c) 2012 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/impl/MySqlUserImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/impl/MySqlUserImpl.java index 82552ca..5cf6863 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/impl/MySqlUserImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/src/org/eclipse/datatools/enablement/mysql/model/impl/MySqlUserImpl.java
@@ -2,9 +2,9 @@ * Copyright (c) 2012 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/about.html index 4602330..7120a27 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.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/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/Activator.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/Activator.java index b581154..8dc9363 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/Activator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/Activator.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/ContainerCheckedGraphViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/ContainerCheckedGraphViewer.java index 1dd3709..700e4ed 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/ContainerCheckedGraphViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/ContainerCheckedGraphViewer.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetColumnsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetColumnsWizardPage.java index d48f62f..d62a62b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetColumnsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetColumnsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2010 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetQueryWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetQueryWizardPage.java index 969f7f1..285d669 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetQueryWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSetQueryWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2010 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourcePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourcePropertyPage.java index 6f7b925..2944358 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourcePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourcePropertyPage.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceSelectionPageHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceSelectionPageHelper.java index b4ce370..624caf0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceSelectionPageHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceSelectionPageHelper.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceWizardPage.java index 21235bc..99102e1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/DataSourceWizardPage.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/EcoreUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/EcoreUtil.java index 0bfeffe..c1c4240 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/EcoreUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/impl/EcoreUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2010 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/DefaultSourceViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/DefaultSourceViewer.java index 22041f4..f2fde9f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/DefaultSourceViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/DefaultSourceViewer.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/IOCLSourceViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/IOCLSourceViewer.java index e110e50..916eed2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/IOCLSourceViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/sourceviewer/IOCLSourceViewer.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/util/PropertiesUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/util/PropertiesUtil.java index aed3106..93e1eb0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/util/PropertiesUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/src/org/eclipse/datatools/enablement/oda/ecore/ui/util/PropertiesUtil.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/about.html index 4602330..7120a27 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/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/enablement/org.eclipse.datatools.enablement.oda.ecore/about.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/about.properties index 7bd0a19..f21b047 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/about.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/about.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/Constants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/Constants.java index 87cce6f..5570167 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/Constants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/Constants.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/Messages.java index 7f4e2f1..c7bc44b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/Messages.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/messages.properties index f0bbe8c..539b876 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/i18n/messages.properties
@@ -2,9 +2,9 @@ #************************************************************************ # Copyright (c) 2004, 2007 SolutionsIQ # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # SolutionsIQ - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ColumnDefinitionUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ColumnDefinitionUtil.java index cfa9d9f..728c8ea 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ColumnDefinitionUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ColumnDefinitionUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2010 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Connection.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Connection.java index 9f6d5d3..0710107 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Connection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Connection.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2009 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataSetMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataSetMetaData.java index 2ce4f46..0d68ddf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataSetMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataSetMetaData.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataTypes.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataTypes.java index 39d62c1..2081ba6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataTypes.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/DataTypes.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Driver.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Driver.java index 6c038dc..afc3040 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Driver.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Driver.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Query.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Query.java index 0f97eb5..9fab3fa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Query.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/Query.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2009 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSet.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSet.java index 817dc11..c80bd7b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSet.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSet.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2009 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSetMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSetMetaData.java index 7e0ccc1..ee180ca 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSetMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/impl/ResultSetMetaData.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/EPackageUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/EPackageUtil.java index 23fc1d6..19be561 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/EPackageUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/EPackageUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 2010 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/StringUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/StringUtil.java index 8bf4591..10e4bff 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/StringUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/src/org/eclipse/datatools/enablement/oda/ecore/util/StringUtil.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2007-2008 SolutionsIQ, 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: * SolutionsIQ, Inc. - Initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/build.xml index ac55244..99781fa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/build.xml
@@ -3,9 +3,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_de_DE.msg index 4b65c50..7904f93 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_de_DE.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_es_ES.msg index 3574115..40def03 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_es_ES.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_fr_FR.msg index ae10390..7216ae4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_fr_FR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ja_JP.msg index e0279b6..f3142e7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ja_JP.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ko_KR.msg index efd938d..4b695f3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_ko_KR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_zh_CN.msg index 3685407..309e761 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/plugin_zh_CN.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_de_DE.msg index 61fad75..5e31d7b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_es_ES.msg index f172247..90b6d4f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_fr_FR.msg index 2c2890a..465d27e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ja_JP.msg index 0459774..7607307 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ko_KR.msg index 3556ca6..07c91b8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_zh_CN.msg index e6251f8..6927157 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/build.xml index 0f392ed..ed7e466 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/build.xml
@@ -3,9 +3,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_de_DE.msg index c5c313a..58b8aa8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_de_DE.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_es_ES.msg index dd0f114..64117a9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_es_ES.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_fr_FR.msg index f64e8a7..9063c20 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_fr_FR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ja_JP.msg index b4b0854..2c93efc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ja_JP.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ko_KR.msg index 45f2ae1..00d97f5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_ko_KR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_zh_CN.msg index 9668e15..db257b8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/plugin_zh_CN.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_de_DE.msg index 754847c..f81c612 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_es_ES.msg index 4e975e5..631ff16 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_fr_FR.msg index 2f862ba..3c04c6f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ja_JP.msg index a309c4c..4690062 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ko_KR.msg index 50f6fd9..56d48f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_zh_CN.msg index 4850e33..7af5bbe 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/build.properties index f188d08..eaec733 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2007, 2018 Actuate 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: # Actuate Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/plugin.properties index 19ffe73..6ff346f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/plugin.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/Activator.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/Activator.java index d27331c..fcf4354 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/Activator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/Activator.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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/Messages.java index cd3f022..11ad3c6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/Messages.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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages.properties index 9c4cb9a..26c1523 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/i18n/messages.properties
@@ -2,9 +2,9 @@ #************************************************************************ # Copyright (c) 2007 Actuate Corporation. # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Actuate Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/Constants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/Constants.java index 98326ff..c140b54 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/Constants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/Constants.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/IHelpConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/IHelpConstants.java index 33b328d..b940c01 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/IHelpConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/IHelpConstants.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSConsole.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSConsole.java index cf4fddf..d8b68f0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSConsole.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSConsole.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSUIUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSUIUtil.java index 0ca351d..99e32fe 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSUIUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/util/WSUIUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/OperationPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/OperationPage.java index dfddfe4..9ecb5e2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/OperationPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/OperationPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPDataSetWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPDataSetWizard.java index 422aff7..1b5fd49 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPDataSetWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPDataSetWizard.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPParametersPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPParametersPage.java index 14f2b43..accc27a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPParametersPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPParametersPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPRequestPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPRequestPage.java index 2712562..54e7e72 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPRequestPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPRequestPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPResponsePage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPResponsePage.java index 1c01636..d48bbc4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPResponsePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/SOAPResponsePage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServicePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServicePropertyPage.java index 9e59c6a..373cbc7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServicePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServicePropertyPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPage.java index 2703c94..28ffb37 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java index a7fe16a..b9166ad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLColumnMappingPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLColumnMappingPage.java index 4b14bb9..013f9c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLColumnMappingPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLColumnMappingPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLTableMappingPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLTableMappingPage.java index 7212368..e4f68dd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLTableMappingPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/XMLTableMappingPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/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/enablement/org.eclipse.datatools.enablement.oda.ws/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/build.properties index 946418b..e143efa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2007, 2018 Actuate 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: # Actuate Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/plugin.properties index 0684591..97d54b2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/plugin.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/Activator.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/Activator.java index 4280496..882c4f0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/Activator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/Activator.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSConnection.java index 4cc863a..7e9e553 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSConnection.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSDriver.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSDriver.java index e896ebe..2448dfd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSDriver.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/api/IWSDriver.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/Messages.java index 1372eff..87d133a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/Messages.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages.properties index 0ed2bd7..3a50c12 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/i18n/messages.properties
@@ -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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Connection.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Connection.java index e9ea124..2146244 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Connection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Connection.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/DataSetMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/DataSetMetaData.java index a158dbf..8bf279c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/DataSetMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/DataSetMetaData.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Driver.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Driver.java index 02bf4db..106806d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Driver.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Driver.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/InternalXMLQuery.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/InternalXMLQuery.java index 615b434..9ee50fd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/InternalXMLQuery.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/InternalXMLQuery.java
@@ -2,9 +2,9 @@ ****************************************************************************** * Copyright (c) 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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ParameterMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ParameterMetaData.java index 24ebc6e..0bcd8c4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ParameterMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ParameterMetaData.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Query.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Query.java index f862156..6a24247 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Query.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/Query.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSet.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSet.java index c3bf9fa..ea2702c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSet.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSet.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSetMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSetMetaData.java index e319f13..59e3e09 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSetMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/impl/ResultSetMetaData.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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPParameter.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPParameter.java index ad6186a..023e7fb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPParameter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPParameter.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPRequest.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPRequest.java index fad1d3f..56e1065 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPRequest.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPRequest.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPResponse.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPResponse.java index 32eced5..2367dc0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPResponse.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/soap/SOAPResponse.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Constants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Constants.java index 7da4139..1e8a19f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Constants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Constants.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Java2SOAPManager.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Java2SOAPManager.java index 9a1dbca..eb4892a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Java2SOAPManager.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/Java2SOAPManager.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/PropertyValueUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/PropertyValueUtil.java index 8a1b19e..20146e5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/PropertyValueUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/PropertyValueUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2007, 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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/RawMessageSender.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/RawMessageSender.java index 8834fde..d7a3da9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/RawMessageSender.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/RawMessageSender.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/SOAPFaultParser.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/SOAPFaultParser.java index b0df860..d026409 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/SOAPFaultParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/SOAPFaultParser.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSDLAdvisor.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSDLAdvisor.java index ff4990f..69f37f6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSDLAdvisor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSDLAdvisor.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSLeafNode.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSLeafNode.java index a7a5531..bce48c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSLeafNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSLeafNode.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSNonLeafNode.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSNonLeafNode.java index c3e1238..a664d6e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSNonLeafNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSNonLeafNode.java
@@ -2,9 +2,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 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/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSUtil.java index 123f8ef..318f72a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/src/org/eclipse/datatools/enablement/oda/ws/util/WSUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/about.html index f76627c..81e88ad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/build.xml index 573ce9e..ff61e79 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/build.xml
@@ -3,9 +3,11 @@ ************************************************************************* * 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/ + + SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_de_DE.msg index 01c55d1..1462625 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_de_DE.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_es_ES.msg index ba96888..666268b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_es_ES.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_fr_FR.msg index 760f514..7ac9ef8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_fr_FR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ja_JP.msg index b311d44..08f3f25 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ja_JP.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ko_KR.msg index b1fb25b..a6e399d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_ko_KR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_zh_CN.msg index 13d1359..defb3c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/plugin_zh_CN.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/build.xml index 1b15790..0ae91f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/build.xml
@@ -3,9 +3,11 @@ ************************************************************************* * 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/ + + SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_de_DE.msg index ab3ac7a..67af115 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_de_DE.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_es_ES.msg index 4d86c41..c64afad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_es_ES.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_fr_FR.msg index 4103f1d..f75c619 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_fr_FR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ja_JP.msg index b69c82d..d1c416a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ja_JP.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ko_KR.msg index c54619f..92546b4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_ko_KR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_zh_CN.msg index e704d26..31233e0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/plugin_zh_CN.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_de_DE.msg index 8984c1b..08681c0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_de_DE.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_es_ES.msg index 29c3f70..997dd4b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_es_ES.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_fr_FR.msg index 1bcd3ce..f838a55 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_fr_FR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ja_JP.msg index d840fcc..20ace8b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ja_JP.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ko_KR.msg index def3a40..bbb5d2f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_ko_KR.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_zh_CN.msg index e3797cd..009cd00 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages_zh_CN.msg
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.properties index 1127970..4937422 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/about.properties
@@ -1,9 +1,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 @@ -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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/plugin.properties index 8211656..efa17bd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/plugin.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/UiPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/UiPlugin.java index 7bfbf48..3ecb37e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/UiPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/UiPlugin.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java index 2d89d99..12a4a9b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/IMenuActionHandler.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/IMenuActionHandler.java index b1833e8..56afcc6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/IMenuActionHandler.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/IMenuActionHandler.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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/MenuButton.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/MenuButton.java index c94e50a..b03f11d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/MenuButton.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/MenuButton.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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/RelativeFileSelectionDialog.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/RelativeFileSelectionDialog.java index 42a856f..a6138dc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/RelativeFileSelectionDialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/RelativeFileSelectionDialog.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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/Messages.java index 7b85ff6..62f58b8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/Messages.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages.properties index 2ec59dc..e15706a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/i18n/messages.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/DataSetPreferencePage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/DataSetPreferencePage.java index 3a63780..854ffcd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/DataSetPreferencePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/DataSetPreferencePage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/package.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/package.html index aa71031..31a9f16 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/package.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/preference/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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionDialog.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionDialog.java index db53fcf..cc6ce7c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionDialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionDialog.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionHandler.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionHandler.java index 4e0da4c..2fc1117 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionHandler.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ExceptionHandler.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/IHelpConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/IHelpConstants.java index 0b3cd5d..8128e51 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/IHelpConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/IHelpConstants.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ResourceIdentifiersUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ResourceIdentifiersUtil.java index fc71487..8078846 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ResourceIdentifiersUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/ResourceIdentifiersUtil.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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/XMLRelationInfoUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/XMLRelationInfoUtil.java index ba88a26..3aef74b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/XMLRelationInfoUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/utils/XMLRelationInfoUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingDialog.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingDialog.java index 503d9ca..d3b815a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingDialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingDialog.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingElement.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingElement.java index c1c5568..b4107b4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingElement.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingElement.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingPage.java index 6b99925..1045c94 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingTableViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingTableViewer.java index 0960f97..f317c19 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingTableViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ColumnMappingTableViewer.java
@@ -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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataSetDesignPopulator.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataSetDesignPopulator.java index 35b530b..8ffc3b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataSetDesignPopulator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataSetDesignPopulator.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataTypeUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataTypeUtil.java index 04479a3..2bdf2fa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataTypeUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/DataTypeUtil.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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ResultSetTableViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ResultSetTableViewer.java index 4d12d72..99ba55c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ResultSetTableViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/ResultSetTableViewer.java
@@ -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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/RowMappingDialog.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/RowMappingDialog.java index f3d0489..eccc85d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/RowMappingDialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/RowMappingDialog.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreeNodeDataUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreeNodeDataUtil.java index 8c22ffd..28a1e90 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreeNodeDataUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreeNodeDataUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreePopulationUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreePopulationUtil.java index 6447b11..014af7a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreePopulationUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/TreePopulationUtil.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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLConnection.java index 9b63b90..4d0cfe2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLConnection.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLDataPreviewDialog.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLDataPreviewDialog.java index a4eac27..eb2e9ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLDataPreviewDialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLDataPreviewDialog.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLInformationHolder.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLInformationHolder.java index 61fa712..d9e1f64 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLInformationHolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLInformationHolder.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLPropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLPropertyPage.java index d0e51f8..3b10a43 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLPropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLPropertyPage.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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionPageHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionPageHelper.java index f086f6c..522da2e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionPageHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionPageHelper.java
@@ -2,9 +2,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionWizardPage.java index 3e4d9dc..552ee2e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLSelectionWizardPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLTreeViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLTreeViewer.java index b517f1b..aa73a77 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLTreeViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XMLTreeViewer.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XPathChoosePage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XPathChoosePage.java index 18bc873..1c99dc9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XPathChoosePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XPathChoosePage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XmlDataSetSelectionPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XmlDataSetSelectionPage.java index 65aa5ae..93a696f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XmlDataSetSelectionPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/wizards/XmlDataSetSelectionPage.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/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/enablement/org.eclipse.datatools.enablement.oda.xml/about.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/about.properties index 3864d33..405b572 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/about.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/about.properties
@@ -1,9 +1,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 @@ -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/enablement/org.eclipse.datatools.enablement.oda.xml/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/plugin.properties index 660d5c1..9947dde 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/plugin.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/Constants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/Constants.java index 722dd49..fe1363e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/Constants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/Constants.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/Messages.java index 491598b..6a9fb0a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/Messages.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/messages.properties index 9407d53..401d1ea 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/i18n/messages.properties
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Connection.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Connection.java index 6444056..a91de71 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Connection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Connection.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataSetMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataSetMetaData.java index 6b3cc95..a301101 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataSetMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataSetMetaData.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataTypes.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataTypes.java index b59fd70..8f47905 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataTypes.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/DataTypes.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Driver.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Driver.java index 38ad1fe..9eef1b7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Driver.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Driver.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Query.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Query.java index 7a027cc..fba3d88 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Query.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/Query.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSet.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSet.java index dc1e1a7..7908f61 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSet.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSet.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSetMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSetMetaData.java index b14d117..cc9ab44 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSetMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/impl/ResultSetMetaData.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ISaxParserConsumer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ISaxParserConsumer.java index b5d48ce..c38198f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ISaxParserConsumer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ISaxParserConsumer.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLPathNode.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLPathNode.java index 5e1a189..ffb7356 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLPathNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLPathNode.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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLSource.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLSource.java index 251ed0a..5bcb823 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLSource.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/IXMLSource.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTables.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTables.java index 92963da..6bfdaa5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTables.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTables.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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappingPathElementTree.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappingPathElementTree.java index 346a0b1..b26854c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappingPathElementTree.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/MappingPathElementTree.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/RelationInformation.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/RelationInformation.java index 6d4db2f..ff01b6d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/RelationInformation.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/RelationInformation.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ResourceLocatorUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ResourceLocatorUtil.java index b23ceea..f99a73f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ResourceLocatorUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ResourceLocatorUtil.java
@@ -1,9 +1,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
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParser.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParser.java index e16322f..cbc4779 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParser.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserConsumer.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserConsumer.java index 5001b3d..552cec8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserConsumer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserConsumer.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserNestedQueryHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserNestedQueryHelper.java index 89a4d09..6116eac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserNestedQueryHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserNestedQueryHelper.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserUtil.java index a8d04ff..2ec6743 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/UtilConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/UtilConstants.java index 4943adc..1924775 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/UtilConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/UtilConstants.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLAttr.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLAttr.java index 5230dd9..29ab866 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLAttr.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLAttr.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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLElement.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLElement.java index 8d04a0e..5824bc3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLElement.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLElement.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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLPath.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLPath.java index a052ca3..94a2968 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLPath.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLPath.java
@@ -5,9 +5,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromInputStream.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromInputStream.java index 31a99ad..e1ff630 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromInputStream.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromInputStream.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromPath.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromPath.java index 6078299..65d992f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromPath.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/XMLSourceFromPath.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatFactory.java index 3e029d4..700c2d7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatFactory.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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatISO8601.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatISO8601.java index 88697a9..b56e307 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatISO8601.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateFormatISO8601.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtil.java index 3dc3484..9d14a45 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtil.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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/ATreeNode.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/ATreeNode.java index 7c96775..dfaed23 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/ATreeNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/ATreeNode.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtil.java index 37f7997..f73afb7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtil.java index db67138..e1958f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtil.java
@@ -1,9 +1,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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/build.xml index ca08d53..465c217 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_de_DE.msg index c905890..accb76a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_es_ES.msg index c905890..accb76a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_fr_FR.msg index c905890..accb76a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ja_JP.msg index c905890..accb76a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ko_KR.msg index c905890..accb76a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_zh_CN.msg index c905890..accb76a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/build.properties index 6d7441f..ad4e5c4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/plugin.properties index 62a9952..8a1160b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/enablement/org.eclipse.datatools.enablement.oracle.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/build.xml index 96cb73c..61eefaf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_de_DE.msg index 77677cc..7ef0157 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_es_ES.msg index 6ccd8da..62cfc21 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_fr_FR.msg index 4ffb727..bc6edab 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ja_JP.msg index 4b61c6a..45823d6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ko_KR.msg index a31c194..005b23b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_zh_CN.msg index d94e971..e2304e3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/build.xml index df0ca61..dbecd92 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_de_DE.msg index af357cd..d379eff 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_es_ES.msg index 8cf6e08..7c266bf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_fr_FR.msg index 1c20c9e..1d2dac1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_ja_JP.msg index 8502e60..67a46ea 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_ko_KR.msg index 912190e..ba48447 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_zh_CN.msg index 07e08ee..de082e6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_de_DE.msg index 1a0ad20..c77ffdb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_de_DE.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_es_ES.msg index 723685c..3cce64f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_es_ES.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_fr_FR.msg index 3f34370..e274ca7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_fr_FR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ja_JP.msg index e51b21a..4f327aa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ja_JP.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ko_KR.msg index b29c5fd..3f80309 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_ko_KR.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_zh_CN.msg index b56917b..d9f7c95 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages_zh_CN.msg
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/plugin.properties index 0905be4..89457fd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/NewOracleConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/NewOracleConnectionProfileWizard.java index 76501af..80d964f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/NewOracleConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/NewOracleConnectionProfileWizard.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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfileDetailsWizardPage.java index 7e85b19..8922d26 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfilePropertyPage.java index 3d78337..62da53f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/OracleDBProfilePropertyPage.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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/Messages.java index dc9c67f..f42721e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/Messages.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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleOtherDriverUIContributor.java index cd55116..153c88f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleThinDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleThinDriverUIContributor.java index aa603cd..7de1f8d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleThinDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/OracleThinDriverUIContributor.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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages.properties index ca719fa..c10ad07 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/internal/ui/drivers/messages.properties
@@ -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/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/ui/drivers/OracleThinDriverUIContributorBase.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/ui/drivers/OracleThinDriverUIContributorBase.java index 3be7cf6..874169b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/ui/drivers/OracleThinDriverUIContributorBase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/src/org/eclipse/datatools/enablement/oracle/ui/drivers/OracleThinDriverUIContributorBase.java
@@ -3,8 +3,8 @@ * Copyright (c) 2007, 2010 IBM Corporation and others. * All rights reserved. * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html + * 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 - re-factored to an extendable base class and
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle/about.html b/plugins/enablement/org.eclipse.datatools.enablement.oracle/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/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/enablement/org.eclipse.datatools.enablement.oracle/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.oracle/plugin.properties index 172a8dd..f9557e3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2006 - 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/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleConnectionProfileConstants.java index 4147d4d..451d9e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleDriverDefinitionConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleDriverDefinitionConstants.java index 63d096f..84f8f26 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleDriverDefinitionConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/IOracleDriverDefinitionConstants.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/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleConnectionFactory.java index e7a3423..136f10e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleConnectionFactory.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/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleJDBCConnection.java index 80acb99..d06cba1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/JDBCOracleJDBCConnection.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/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/OracleDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/OracleDBPropertiesPersistenceHook.java index 1faa96c..3557ec1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/OracleDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/src/org/eclipse/datatools/enablement/internal/oracle/OracleDBPropertiesPersistenceHook.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/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.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/enablement/org.eclipse.datatools.enablement.postgresql.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.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/enablement/org.eclipse.datatools.enablement.postgresql.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/build.xml index 763fc84..fda2c49 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.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/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.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/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/build.xml index 9d52d75..5caf5b2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.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/enablement/org.eclipse.datatools.enablement.postgresql.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.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/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/NewConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/NewConnectionProfileWizard.java index 86da5a7..cfc7974 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/NewConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/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/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLOtherDriverUIContributor.java index 3c39eb7..5cc5d3d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLOtherDriverUIContributor.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/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfileDetailsWizardPage.java index e2b195c..e8dfa92 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfileDetailsWizardPage.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/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfilePropertyPage.java index 08737ca..e01917c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/src/org/eclipse/datatools/enablement/postgresql/internal/ui/PostgreSQLProfilePropertyPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-2005, 2008 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 * IBM Corporation - fix for 213266
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/about.html b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/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/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBConnectionProfileConstants.java index faa2848..d8ef1b1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBConnectionProfileConstants.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBDriverDefinitionConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBDriverDefinitionConstants.java index 1a1ec5a..9bcc832 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/IDBDriverDefinitionConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/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/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLConnectionFactory.java index 9801cd4..5d98331 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLConnectionFactory.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLJDBCConnection.java index 41e51f5..7201294 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLJDBCConnection.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLPropertiesPersistenceHook.java index ea9efc5..8ddc488 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/internal/postgresql/PostgreSQLPropertiesPersistenceHook.java
@@ -9,9 +9,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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogDatabase.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogDatabase.java index 8f7f016..46b2623 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogDatabase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogDatabase.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogProvider.java index 58ca18a..2a71e77 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogSchema.java index f710ee9..73ebf70 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/PostgresCatalogSchema.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresAuthorizationIdentifierLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresAuthorizationIdentifierLoader.java index 3dd937d..5857136 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresAuthorizationIdentifierLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresAuthorizationIdentifierLoader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSchemaLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSchemaLoader.java index 056e1fd..f959780 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSchemaLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSchemaLoader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSequenceLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSequenceLoader.java index ab80305..1721e4f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSequenceLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/catalog/loaders/PostgresSequenceLoader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/containment/PostgresAuthorizationIdContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/containment/PostgresAuthorizationIdContainmentProvider.java index 9ebc63c..543db0b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/containment/PostgresAuthorizationIdContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/containment/PostgresAuthorizationIdContainmentProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/PostgresUser.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/PostgresUser.java index e8d21e4..8f0d115 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/PostgresUser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/PostgresUser.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/impl/PostgresUserImpl.java b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/impl/PostgresUserImpl.java index 854a9b3..cbfcba3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/impl/PostgresUserImpl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/src/org/eclipse/datatools/enablement/postgresql/model/impl/PostgresUserImpl.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation *******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.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/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/build.xml index 40a6ff2..2341160 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.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/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/about.html index 5cead47..5763796 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/plugin.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/plugin.xml index ff68713..97e9d63 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/plugin.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/plugin.xml
@@ -4,9 +4,9 @@ <!--/*******************************************************************************--> <!-- * Copyright (c) 2008 SAP AG--> <!-- * All rights reserved. This program and the accompanying materials--> -<!-- * are made available under the terms of the Eclipse Public License v1.0--> +<!-- * are made available under the terms of the Eclipse Public License 2.0--> <!-- * which accompanies this distribution, and is available at--> -<!-- * http://www.eclipse.org/legal/epl-v10.html--> +<!-- * https://www.eclipse.org/legal/epl-2.0/--> <!-- *--> <!-- * Contributors:--> <!-- * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation-->
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.6/MaxDB_7.6.xmi b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.6/MaxDB_7.6.xmi index 7740e37..286d41c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.6/MaxDB_7.6.xmi +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.6/MaxDB_7.6.xmi
@@ -3,9 +3,9 @@ <!--/*******************************************************************************--> <!-- * Copyright (c) 2008 SAP AG--> <!-- * All rights reserved. This program and the accompanying materials--> -<!-- * are made available under the terms of the Eclipse Public License v1.0--> +<!-- * are made available under the terms of the Eclipse Public License 2.0--> <!-- * which accompanies this distribution, and is available at--> -<!-- * http://www.eclipse.org/legal/epl-v10.html--> +<!-- * https://www.eclipse.org/legal/epl-2.0/--> <!-- *--> <!-- * Contributors:--> <!-- * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation-->
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.7/MaxDB_7.7.xmi b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.7/MaxDB_7.7.xmi index d456ce6..f3ce3c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.7/MaxDB_7.7.xmi +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/src/vendors/MaxDB_7.7/MaxDB_7.7.xmi
@@ -3,9 +3,9 @@ <!--/*******************************************************************************--> <!-- * Copyright (c) 2008 SAP AG--> <!-- * All rights reserved. This program and the accompanying materials--> -<!-- * are made available under the terms of the Eclipse Public License v1.0--> +<!-- * are made available under the terms of the Eclipse Public License 2.0--> <!-- * which accompanies this distribution, and is available at--> -<!-- * http://www.eclipse.org/legal/epl-v10.html--> +<!-- * https://www.eclipse.org/legal/epl-2.0/--> <!-- *--> <!-- * Contributors:--> <!-- * Wolfgang Auer - db definition for MaxDB 7.7 -->
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.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/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/build.xml index 447646e..f47358c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.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/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.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/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/build.xml index d97649e..596b11d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.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/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/about.html index 5cead47..5763796 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/plugin.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/plugin.xml index 566d607..c90c0b2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/plugin.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/plugin.xml
@@ -4,9 +4,9 @@ <!--/*******************************************************************************--> <!-- * Copyright (c) 2008 SAP AG--> <!-- * All rights reserved. This program and the accompanying materials--> -<!-- * are made available under the terms of the Eclipse Public License v1.0--> +<!-- * are made available under the terms of the Eclipse Public License 2.0--> <!-- * which accompanies this distribution, and is available at--> -<!-- * http://www.eclipse.org/legal/epl-v10.html--> +<!-- * https://www.eclipse.org/legal/epl-2.0/--> <!-- *--> <!-- * Contributors:--> <!-- * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation-->
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/MaxDBUIPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/MaxDBUIPlugin.java index e9e939d..cd5809e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/MaxDBUIPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/MaxDBUIPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfileDetailsWizardPage.java index 93edff0..6a53116 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfileDetailsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfilePropertyPage.java index 594061f..d131221 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/MaxDBProfilePropertyPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/NewMaxDBConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/NewMaxDBConnectionProfileWizard.java index 15240a0..13d50fe 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/NewMaxDBConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/NewMaxDBConnectionProfileWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/drivers/MaxDBDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/drivers/MaxDBDriverUIContributor.java index fddbf23..17edcb9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/drivers/MaxDBDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/src/org/eclipse/datatools/enablement/sap/maxdb/ui/internal/ui/connection/drivers/MaxDBDriverUIContributor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/about.html index 5cead47..5763796 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/plugin.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/plugin.xml index 2749b84..d86a14f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/plugin.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/plugin.xml
@@ -4,9 +4,9 @@ <!--/*******************************************************************************--> <!-- * Copyright (c) 2008 SAP AG--> <!-- * All rights reserved. This program and the accompanying materials--> -<!-- * are made available under the terms of the Eclipse Public License v1.0--> +<!-- * are made available under the terms of the Eclipse Public License 2.0--> <!-- * which accompanies this distribution, and is available at--> -<!-- * http://www.eclipse.org/legal/epl-v10.html--> +<!-- * https://www.eclipse.org/legal/epl-2.0/--> <!-- *--> <!-- * Contributors:--> <!-- * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation-->
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBEnablementPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBEnablementPlugin.java index 06d2436..ef2c77f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBEnablementPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBEnablementPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBTableConstraintLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBTableConstraintLoader.java index 58bbff6..1255433 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBTableConstraintLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/MaxDBTableConstraintLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Dimiter Dimitrov; Wolfgang Auer - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/IMaxDBConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/IMaxDBConnectionProfileConstants.java index 2e7fc19..bc39208 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/IMaxDBConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/IMaxDBConnectionProfileConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBConnectionFactory.java index 77edeeb..46d6b7a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBConnectionFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBJDBCConnection.java index 41953c4..8901693 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/JDBCMaxDBJDBCConnection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/MaxDBPasswordPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/MaxDBPasswordPropertiesPersistenceHook.java index 087b528..fb63aee 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/MaxDBPasswordPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/src/org/eclipse/datatools/enablement/sap/maxdb/internal/connection/MaxDBPasswordPropertiesPersistenceHook.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 SAP AG * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Wolfgang Auer - initial implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.xml index d3e66ce..6d0778d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.xml index 5ae19fd..075f0c4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.xml index aec256b..aaeaeb0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.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/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/Messages.java index ee34915..850d2c8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/Messages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/SQLITEActivator.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/SQLITEActivator.java index 1ffe373..4fbd7e3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/SQLITEActivator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/SQLITEActivator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/NewSQLITEConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/NewSQLITEConnectionProfileWizard.java index 243d7f5..40d4103 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/NewSQLITEConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/NewSQLITEConnectionProfileWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfileDetailsWizardPage.java index 578d868..d9600c2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfileDetailsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfilePropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfilePropertyPage.java index 823252d..0ed7322 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfilePropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/SQLITEProfilePropertyPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/drivers/SQLITEDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/drivers/SQLITEDriverUIContributor.java index 80acfdc..2541151 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/drivers/SQLITEDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/src/org/eclipse/datatools/enablement/sqlite/ui/connection/drivers/SQLITEDriverUIContributor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/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/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Activator.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Activator.java index 164ce8c..fc56737 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Activator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Activator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/ISQLITEConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/ISQLITEConnectionProfileConstants.java index da71be5..ec120e1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/ISQLITEConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/ISQLITEConnectionProfileConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Messages.java index bd43b10..2edf685 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/Messages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnection.java index 18bc710..931ee83 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnectionFactory.java index aa5f103..cd30583 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/connection/SQLITEJDBCConnectionFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/dbdefcreation/ExampleForVendorPrimitiveWrite.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/dbdefcreation/ExampleForVendorPrimitiveWrite.java index f2a0d3a..4bd79d7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/dbdefcreation/ExampleForVendorPrimitiveWrite.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/dbdefcreation/ExampleForVendorPrimitiveWrite.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/driver/SQLiteDriverValuesProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/driver/SQLiteDriverValuesProvider.java index 94df483..e2e928d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/driver/SQLiteDriverValuesProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/driver/SQLiteDriverValuesProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteSchemaLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteSchemaLoader.java index 21b7f25..573f307 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteSchemaLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteSchemaLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteTableConstraintLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteTableConstraintLoader.java index 7b71acb..cffb173 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteTableConstraintLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/src/org/eclipse/datatools/enablement/sqlite/loader/SQLiteTableConstraintLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2008 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: * Brian Fitzpatrick - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.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/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/build.properties index 46edbb9..ae05f1b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/build.properties
@@ -2,9 +2,11 @@ # 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 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/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: Sybase - initial API and implementation # Nick Boldt, Red Hat - fix source generation for Tycho 1.0
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/plugin.properties index bef9c4a..9ac4886 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/plugin.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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.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/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/build.xml index be5b5d0..461d246 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.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/enablement/org.eclipse.datatools.enablement.sybase.asa.models/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/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/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.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/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/build.xml index 1ceb41e..7cc25e7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.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/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAConfig.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAConfig.java index 447757e..6424055 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAConfig.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAConfig.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContext.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContext.java index 299060c..24b9307 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContext.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContext.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContextType.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContextType.java index 40cc03d..a923216 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContextType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAContextType.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADDLGeneratorWrapper.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADDLGeneratorWrapper.java index b3bd172..b4701c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADDLGeneratorWrapper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADDLGeneratorWrapper.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeProvider.java index 74f2804..db59887 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeValidator.java index 7d709dd..3164266 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADataTypeValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADatabaseSetting.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADatabaseSetting.java index 958872d..37f523d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADatabaseSetting.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASADatabaseSetting.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAUIConfig.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAUIConfig.java index d9a51a9..ba27616 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAUIConfig.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ASAUIConfig.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ExamplePlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ExamplePlugin.java index 79373e2..d74ddde 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ExamplePlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/ExamplePlugin.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/LaunchConfigurationAttribute.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/LaunchConfigurationAttribute.java index 703626a..5d81af0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/LaunchConfigurationAttribute.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/LaunchConfigurationAttribute.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/Messages.java index 7516ee6..a9c3615 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/SQLDataTypes.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/SQLDataTypes.java index a0b0603..d810f97 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/SQLDataTypes.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/SQLDataTypes.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/LabelFormEntry.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/LabelFormEntry.java index 754c213..b590bee 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/LabelFormEntry.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/LabelFormEntry.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/CustomizedCopier.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/CustomizedCopier.java index 49f077c..95e5689 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/CustomizedCopier.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/CustomizedCopier.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/FolderNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/FolderNode.java index 2a61021..3210e9b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/FolderNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/FolderNode.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeState.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeState.java index c923112..b5b41c0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeState.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeState.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeStateLookup.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeStateLookup.java index 686266c..1e03de2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeStateLookup.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegeStateLookup.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegesTreeViewerInput.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegesTreeViewerInput.java index ace4f2e..d6445fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegesTreeViewerInput.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/IPrivilegesTreeViewerInput.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LazyTreeViewerContentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LazyTreeViewerContentProvider.java index 87442e5..f0b50de 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LazyTreeViewerContentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LazyTreeViewerContentProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LeafNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LeafNode.java index 11f790a..ddca644 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LeafNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/LeafNode.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/Messages.java index 0658c8e..feb2cef 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegeState.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegeState.java index cf7281f..94ec823 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegeState.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegeState.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesBlock.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesBlock.java index bd05028..2f84b60 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesBlock.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesBlock.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesConstants.java index c4ff5ac..a51f541 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailContentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailContentProvider.java index 0a9a81e..563d865 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailContentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailContentProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailLabelProvider.java index fd95de8..ad35384 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailLabelProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailPage.java index a57ff19..d5b95d5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailTableMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailTableMetaData.java index 059fd22..f456034 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailTableMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesDetailTableMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesSection.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesSection.java index 5f60200..fce8f24 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesSection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesTreeViewerInput.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesTreeViewerInput.java index 21bb2e5..c17c431 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesTreeViewerInput.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/PrivilegesTreeViewerInput.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/TablePrivilegesBlock.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/TablePrivilegesBlock.java index d136f33..fbb688c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/TablePrivilegesBlock.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/commonui/privilege/TablePrivilegesBlock.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ASASQLDataOfflineValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ASASQLDataOfflineValidator.java index e1754ba..d62d27c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ASASQLDataOfflineValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ASASQLDataOfflineValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ConstraintValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ConstraintValidator.java index 1bec88b..64cfe24 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ConstraintValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ConstraintValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ITriggerValidatorConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ITriggerValidatorConstants.java index 8c9ab50..25f081f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ITriggerValidatorConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/ITriggerValidatorConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/Messages.java index b203b1e..51b04c7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseColumnValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseColumnValidator.java index a5abe46..f72e673 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseColumnValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseColumnValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseConstraintValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseConstraintValidator.java index 7167afb..b7f2af6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseConstraintValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseConstraintValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseParameterValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseParameterValidator.java index ea89404..f89fcc8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseParameterValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseParameterValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseTableValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseTableValidator.java index bbb13c0..c5b9066 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseTableValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseTableValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseUserDefinedTypeValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseUserDefinedTypeValidator.java index 324d1ee..35bdeff 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseUserDefinedTypeValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASABaseUserDefinedTypeValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASARoutineValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASARoutineValidator.java index 14ad4b7..b8780e0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASARoutineValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASARoutineValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATableValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATableValidator.java index 3a0b80b..a61e36a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATableValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATableValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATriggerValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATriggerValidator.java index bcf38ce..0b7c891 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATriggerValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseASATriggerValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseParameterValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseParameterValidator.java index 6f30412..15040e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseParameterValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/model/validation/SybaseParameterValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProceduralObjectEditorHandler.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProceduralObjectEditorHandler.java index ad21914..403e0c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProceduralObjectEditorHandler.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProceduralObjectEditorHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProcedureSourceUpdater.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProcedureSourceUpdater.java index 85bed00..bba951f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProcedureSourceUpdater.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASAProcedureSourceUpdater.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASARoutineSourceUpdater.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASARoutineSourceUpdater.java index 539a823..8607c84 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASARoutineSourceUpdater.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASARoutineSourceUpdater.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASATriggerSourceUpdater.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASATriggerSourceUpdater.java index af10c66..89bffcd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASATriggerSourceUpdater.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ASATriggerSourceUpdater.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/DataTypeProviderExt.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/DataTypeProviderExt.java index 87d2ebf..a9e5215 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/DataTypeProviderExt.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/DataTypeProviderExt.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/Messages.java index 2d4f962..422daa7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorActionContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorActionContributor.java index 61b71e7..c0a4b89 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorActionContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorActionContributor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorHandler.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorHandler.java index e997b29..4eab13a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorHandler.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorInput.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorInput.java index d8de83c..2235dae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorInput.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectEditorInput.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectFormEditorConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectFormEditorConstants.java index ab303c6..6022aec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectFormEditorConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/ProceduralObjectFormEditorConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/QuickDataTypeParser.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/QuickDataTypeParser.java index 1d9391c..a6b2ea9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/QuickDataTypeParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/QuickDataTypeParser.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineFormDocumentProviderAdapter.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineFormDocumentProviderAdapter.java index 32928a0..df8da8e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineFormDocumentProviderAdapter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineFormDocumentProviderAdapter.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineSourceUpdater.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineSourceUpdater.java index 5d65230..7fef710 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineSourceUpdater.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/RoutineSourceUpdater.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/TriggerSourceUpdater.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/TriggerSourceUpdater.java index b19194e..c31b59b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/TriggerSourceUpdater.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/TriggerSourceUpdater.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/DoubleClickActionProviderExt.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/DoubleClickActionProviderExt.java index dfbd5a3..2d10ae0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/DoubleClickActionProviderExt.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/DoubleClickActionProviderExt.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/EditRoutineInFormAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/EditRoutineInFormAction.java index 4714b0f..cc95bdc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/EditRoutineInFormAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/EditRoutineInFormAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/Messages.java index 77d8904..94566ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/action/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ContextAccessibleTableViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ContextAccessibleTableViewer.java index ae7240c..5043296 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ContextAccessibleTableViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ContextAccessibleTableViewer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/FullNameCompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/FullNameCompositeProvider.java index 022e52a..7ecfbd3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/FullNameCompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/FullNameCompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ICompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ICompositeProvider.java index f798bd5..0e3bc9e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ICompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ICompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/INameCompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/INameCompositeProvider.java index 66b349e..e56470c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/INameCompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/INameCompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/Messages.java index ffd3461..0572002 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/NameCompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/NameCompositeProvider.java index a006a0f..f4e7bbf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/NameCompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/NameCompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterDataCellModifier.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterDataCellModifier.java index 3a325df..897e013 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterDataCellModifier.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterDataCellModifier.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterVariableSectionLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterVariableSectionLabelProvider.java index 91ea7b5..89c1344 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterVariableSectionLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParameterVariableSectionLabelProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersData.java index 941fb93..2add516 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersRowData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersRowData.java index 24b4330..a6c3517 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersRowData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersRowData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersTableProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersTableProvider.java index 8bf317c..35420d8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersTableProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ParametersTableProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/PseudoFormToolkit.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/PseudoFormToolkit.java index 678804c..83f8b76 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/PseudoFormToolkit.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/PseudoFormToolkit.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsData.java index 78cee66..e837d7f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsRowData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsRowData.java index cca8fb5..5a68de8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsRowData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/ResultsRowData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerEventsCompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerEventsCompositeProvider.java index d3f87df..662528b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerEventsCompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerEventsCompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCommentCompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCommentCompositeProvider.java index be20323..fb224fb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCommentCompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCommentCompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCompositeProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCompositeProvider.java index 10423be..75d309d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCompositeProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/TriggerNameCompositeProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/VariablesData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/VariablesData.java index df1226e..6f240d2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/VariablesData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/commonui/VariablesData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectEditModel.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectEditModel.java index 01dc418..3f57627 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectEditModel.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectEditModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectImmutableModel.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectImmutableModel.java index 647c59c..0363225 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectImmutableModel.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/model/ProceduralObjectImmutableModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASAProcedureGeneralPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASAProcedureGeneralPage.java index 7c27ed5..6e4b790 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASAProcedureGeneralPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASAProcedureGeneralPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASATriggerGeneralPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASATriggerGeneralPage.java index c8bc0a8..3504a44 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASATriggerGeneralPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ASATriggerGeneralPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/Messages.java index 537128b..8497dcb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ProceduralObjectGeneralPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ProceduralObjectGeneralPage.java index 48e6b40..8445b73 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ProceduralObjectGeneralPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/ProceduralObjectGeneralPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/RoutineGeneralPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/RoutineGeneralPage.java index 5fc7000..9066a13 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/RoutineGeneralPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/RoutineGeneralPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/TriggerGeneralPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/TriggerGeneralPage.java index 6e86f11..8bd98cd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/TriggerGeneralPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/general/TriggerGeneralPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegePage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegePage.java index 92d7887..e2e551e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegePage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegeStateLookup.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegeStateLookup.java index b69fb15..b0de24f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegeStateLookup.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ASARoutinePrivilegeStateLookup.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/Messages.java index 1c84331..cb39915 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ProceduralObjectPrivilegePage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ProceduralObjectPrivilegePage.java index 2540c68..f642183 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ProceduralObjectPrivilegePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/ProceduralObjectPrivilegePage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesConstants.java index 67bdd0e..37dee10 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesDetailPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesDetailPage.java index 0464790..40b1014 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesDetailPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesDetailPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesTableMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesTableMetaData.java index 594c1e2..7cb1e7f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesTableMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/privilege/RoutinePrivilegesTableMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceDocumentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceDocumentProvider.java index 08a5fa0..1fd2011 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceDocumentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceDocumentProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceEditor.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceEditor.java index 1993554..294eef8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceEditor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASARoutineSourceEditor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASASourcePage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASASourcePage.java index 81a34b3..f988b41 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASASourcePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ASASourcePage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/Messages.java index 07e17b1..8b6cd4b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ObjectviewerConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ObjectviewerConstants.java index 44edf6a..b2ea85d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ObjectviewerConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/ObjectviewerConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/SourcePage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/SourcePage.java index cd1f510..9f9815f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/SourcePage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/pages/source/SourcePage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/utils/HandlePrivilegeUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/utils/HandlePrivilegeUtil.java index 03ab745..b4c66ae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/utils/HandlePrivilegeUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/routineeditor/utils/HandlePrivilegeUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASAActionService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASAActionService.java index 93fbf83..7055ffb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASAActionService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASAActionService.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLDataService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLDataService.java index 8a7af0a..0ed5802 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLDataService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLDataService.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLService.java index a7661e8..9a554d1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/services/ASASQLService.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorHandler.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorHandler.java index f313b20..4369506 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorHandler.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorPage.java index 11262f4..6da4c8d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ASATableSchemaEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/Constants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/Constants.java index 16d0c68..ce363fd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/Constants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/Constants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ICuttablePart.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ICuttablePart.java index 27dcd36..9ecef5f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ICuttablePart.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/ICuttablePart.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IEditableColumns.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IEditableColumns.java index 9b26faf..70bb040 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IEditableColumns.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IEditableColumns.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IValidatablePart.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IValidatablePart.java index 189bbb7..1feaef7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IValidatablePart.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/IValidatablePart.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/ASATableEditorActionProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/ASATableEditorActionProvider.java index 880bae7..90daec2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/ASATableEditorActionProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/ASATableEditorActionProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/EditASATableAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/EditASATableAction.java index 4f55eb5..81e8335 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/EditASATableAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/EditASATableAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/Messages.java index 20c3ab7..dae63ad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/RefreshSchemaObjectsAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/RefreshSchemaObjectsAction.java index 17c0794..1fbfe2b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/RefreshSchemaObjectsAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/action/RefreshSchemaObjectsAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ColumnDefaultValueInputDialog.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ColumnDefaultValueInputDialog.java index 33b3201..2d47b8a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ColumnDefaultValueInputDialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ColumnDefaultValueInputDialog.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Constants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Constants.java index aa73d0d..d89ce83 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Constants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Constants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ISchemaObjectsViewerMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ISchemaObjectsViewerMetaData.java index 8276b8d..8a969ee 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ISchemaObjectsViewerMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ISchemaObjectsViewerMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ListSchemaObjectsSection.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ListSchemaObjectsSection.java index 3a53817..44a6aaf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ListSchemaObjectsSection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/ListSchemaObjectsSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Messages.java index ba3bb94..5b33e12 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/SchemaObjectsViewerContentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/SchemaObjectsViewerContentProvider.java index aa6a08f..f8e37b9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/SchemaObjectsViewerContentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/commonui/SchemaObjectsViewerContentProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaEditModel.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaEditModel.java index d6f5c26..60f4dd4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaEditModel.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaEditModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaImmutableModel.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaImmutableModel.java index 9869513..dc060be 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaImmutableModel.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/model/ASATableSchemaImmutableModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASAColumnsEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASAColumnsEditorPage.java index 93e1936..e018920 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASAColumnsEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASAColumnsEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnRowData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnRowData.java index dfa3e33..90bda09 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnRowData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnRowData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsLabelProvider.java index c109bf8..f998e2e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsLabelProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsTableData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsTableData.java index b95a7f3..92006c8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsTableData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsTableData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewer.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewer.java index b41884c..dc27c3c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewerCellModifier.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewerCellModifier.java index 6b9745a..a52e54b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewerCellModifier.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ASATableEditorColumnsViewerCellModifier.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/Messages.java index 93fc3d4..9d2e139 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ModelConverter.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ModelConverter.java index fcd02c7..159acbb 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ModelConverter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/columns/ModelConverter.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASAConstraintsEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASAConstraintsEditorPage.java index 03b2aca..bafdeb5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASAConstraintsEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASAConstraintsEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASASQLConstraintsBlock.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASASQLConstraintsBlock.java index 5fee707..349649e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASASQLConstraintsBlock.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ASASQLConstraintsBlock.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ConstraintsLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ConstraintsLabelProvider.java index b58d3b2..be878b8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ConstraintsLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/ConstraintsLabelProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/Messages.java index 7819bc3..215fb2d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsBlock.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsBlock.java index 7d1cc2b..1bd52b8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsBlock.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsBlock.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsTreeViewerInput.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsTreeViewerInput.java index 1e8303a..5f03cf4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsTreeViewerInput.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/SQLConstraintsTreeViewerInput.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/TreeViewerContentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/TreeViewerContentProvider.java index abf1593..48dab89 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/TreeViewerContentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/constraints/TreeViewerContentProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/ASAIndexesEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/ASAIndexesEditorPage.java index 5e4293f..ae50b96 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/ASAIndexesEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/ASAIndexesEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesSectionMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesSectionMetaData.java index d35a179..ff6e79c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesSectionMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesSectionMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesViewerLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesViewerLabelProvider.java index eb50c7e..2ef8c47 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesViewerLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/IndexesViewerLabelProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/Messages.java index 8dfacdb..67d809c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/indexes/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailPage.java index 2ce3cdd..ec40ac5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailTableMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailTableMetaData.java index 6b3f4c1..f45c329 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailTableMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAColumnPrivilegesDetailTableMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegeStateLookup.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegeStateLookup.java index d6e72fa..cec8a0e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegeStateLookup.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegeStateLookup.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegesEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegesEditorPage.java index f4ed9c5..6d806e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegesEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASAPrivilegesEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesBlock.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesBlock.java index e085fb8..6e5558a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesBlock.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesBlock.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailPage.java index 718edfb..d24e5e8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailTableMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailTableMetaData.java index b4a1d18..612669b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailTableMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/ASATablePrivilegesDetailTableMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/Messages.java index 4dbb724..b2cf6e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/privileges/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/ASAStorageEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/ASAStorageEditorPage.java index 4419d5b..eae86c6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/ASAStorageEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/ASAStorageEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/Messages.java index 90ec9d6..e0806cf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/storage/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/ASATriggersEditorPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/ASATriggersEditorPage.java index 5781497..97d9d20 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/ASATriggersEditorPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/ASATriggersEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/Messages.java index dd751ad..89332b0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersSectionMetaData.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersSectionMetaData.java index bb1316d..25f1a07 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersSectionMetaData.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersSectionMetaData.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersViewerLabelProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersViewerLabelProvider.java index 424bdb0..1b011a4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersViewerLabelProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/pages/triggers/TriggersViewerLabelProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ASADatatypeUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ASADatatypeUtil.java index e43c8e6..4700aef 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ASADatatypeUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ASADatatypeUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ConstraintCreationUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ConstraintCreationUtils.java index b388793..01a5268 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ConstraintCreationUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/ConstraintCreationUtils.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/IConstraintCreationConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/IConstraintCreationConstants.java index 55c7070..367841c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/IConstraintCreationConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/IConstraintCreationConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Images.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Images.java index b1d4d23..fbea312 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Images.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Images.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Messages.java index d4ffa30..ab9b2fa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SQLObjectComparator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SQLObjectComparator.java index e4d87e4..abced9a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SQLObjectComparator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SQLObjectComparator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SybComponentsImages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SybComponentsImages.java index b86fccc..11f5566 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SybComponentsImages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/SybComponentsImages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TableModelUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TableModelUtil.java index f385b11..266f4ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TableModelUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TableModelUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TreeUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TreeUtil.java index 680cc07..3ff2732 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TreeUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/tableeditor/utils/TreeUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeDoubleClickActionProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeDoubleClickActionProvider.java index 9f5053b..092b1f4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeDoubleClickActionProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeDoubleClickActionProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeEditAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeEditAction.java index e5e6931..ad35a11 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeEditAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/ASAUserDefinedTypeEditAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/SetGeneralPageAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/SetGeneralPageAction.java index 940c905..79a6c2d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/SetGeneralPageAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/action/SetGeneralPageAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectEditModel.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectEditModel.java index b812c34..7cb7159 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectEditModel.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectEditModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectImmutableModel.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectImmutableModel.java index 7f2ced4..7583493 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectImmutableModel.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/model/ASAUserDefinedTypeObjectImmutableModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/ASAUserDefinedTypeGeneralPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/ASAUserDefinedTypeGeneralPage.java index 906c08c..e15f538 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/ASAUserDefinedTypeGeneralPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/ASAUserDefinedTypeGeneralPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/Messages.java index 7429813..dcec0aa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/udteditor/pages/general/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASADataValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASADataValidator.java index 22e5341..a531fb1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASADataValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASADataValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASAIdentifierValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASAIdentifierValidator.java index 8e23483..06e68d5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASAIdentifierValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASAIdentifierValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASASQLSyntax.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASASQLSyntax.java index 0fe5110..03feb2f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASASQLSyntax.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ASASQLSyntax.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/AbstractSqlDataValidator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/AbstractSqlDataValidator.java index 253df1c..70a1279 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/AbstractSqlDataValidator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/AbstractSqlDataValidator.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/FilterUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/FilterUtil.java index 20139cc..385834b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/FilterUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/FilterUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ISqlDataValidatorAssistant.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ISqlDataValidatorAssistant.java index 1bbdca8..d5dbaed 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ISqlDataValidatorAssistant.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/ISqlDataValidatorAssistant.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/Messages.java index 0d13599..81f2413 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/PrivilegesUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/PrivilegesUtil.java index 83149f0..515bd50 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/PrivilegesUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/PrivilegesUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SQLUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SQLUtil.java index bbf6685..2c20475 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SQLUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SQLUtil.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SWTUtilsExt.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SWTUtilsExt.java index 6e823f5..1aa6216 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SWTUtilsExt.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SWTUtilsExt.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SybaseImages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SybaseImages.java index c60a305..1a2b777 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SybaseImages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/src/org/eclipse/datatools/enablement/sybase/asa/schemaobjecteditor/examples/utils/SybaseImages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/asa/internal/ui/decorator/ProxyTableDecorationService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/asa/internal/ui/decorator/ProxyTableDecorationService.java index 7b33328..a5d361e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/asa/internal/ui/decorator/ProxyTableDecorationService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/asa/internal/ui/decorator/ProxyTableDecorationService.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/JDBCHelper.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/JDBCHelper.java index 9b7eb0c..f355679 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/JDBCHelper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/JDBCHelper.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/MultiASADialog.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/MultiASADialog.java index 260f5da..632a1ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/MultiASADialog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/MultiASADialog.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/ProfileASAMultiDBAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/ProfileASAMultiDBAction.java index 7635953..104ae1f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/ProfileASAMultiDBAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/actions/ProfileASAMultiDBAction.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBProfileDetailsWizardPage.java index c7181b7..84fc2b5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBProfileDetailsWizardPage.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBPropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBPropertyPage.java index 8f09273..a0afba0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBPropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/ASADBPropertyPage.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/IHelpContextASAProfile.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/IHelpContextASAProfile.java index 5c244b3..11d6c5f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/IHelpContextASAProfile.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/IHelpContextASAProfile.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/MultiASAWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/MultiASAWizardPage.java index eee542f..6b11fd9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/MultiASAWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/MultiASAWizardPage.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/NewASAConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/NewASAConnectionProfileWizard.java index 65be502..39c1173 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/NewASAConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/NewASAConnectionProfileWizard.java
@@ -2,8 +2,8 @@ * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: brianf - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/drivers/ASADriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/drivers/ASADriverUIContributor.java index 6c7dfd6..7fef0ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/drivers/ASADriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/internal/ui/connection/drivers/ASADriverUIContributor.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: Sybase - initial API and implementation * IBM Corporation - fix for 213266
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAImages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAImages.java index 73721c7..7bdd997 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAImages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAImages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAOtherDriverUIContributor.java index 124fe77..33b6e11 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/ASAOtherDriverUIContributor.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/IHelpConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/IHelpConstants.java index 4463e6f..0b3a5f4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/IHelpConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/ui/IHelpConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASACheckConstraintNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASACheckConstraintNode.java index ce5e213..6995152 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASACheckConstraintNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASACheckConstraintNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAForeignKeyNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAForeignKeyNode.java index ddd691a..9f53796 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAForeignKeyNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAForeignKeyNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAPrimaryKeyNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAPrimaryKeyNode.java index a1ec45b..417eb3f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAPrimaryKeyNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAPrimaryKeyNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAUniqueConstraintNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAUniqueConstraintNode.java index 5f8a7e7..8f1e14b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAUniqueConstraintNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/src/org/eclipse/datatools/enablement/sybase/asa/virtual/SybaseASAUniqueConstraintNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/IJDBCASAConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/IJDBCASAConnectionProfileConstants.java index ce26498..de04561 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/IJDBCASAConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/IJDBCASAConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ISybaseASADdlConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ISybaseASADdlConstants.java index 00f97f5..41fbb54 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ISybaseASADdlConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ISybaseASADdlConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAPlugin.java index afca06c..5fa89ae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAPlugin.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAProfileMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAProfileMessages.java index 233358d..65bdb20 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAProfileMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/JDBCASAProfileMessages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/base/catalog/SybaseASACatalogBasePreDefinedType.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/base/catalog/SybaseASACatalogBasePreDefinedType.java index 837764c..5efc917 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/base/catalog/SybaseASACatalogBasePreDefinedType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/base/catalog/SybaseASACatalogBasePreDefinedType.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalog.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalog.java index 40ddf28..66d20cd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalog.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTable.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTable.java index bd07e06..9202172 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTable.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTempTable.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTempTable.java index 472db3b..d7e69e0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTempTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/catalog/SybaseASACatalogTempTable.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/ASADdlUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/ASADdlUtils.java index a35e690..0d94923 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/ASADdlUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/ASADdlUtils.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/QueryObjectsSQL.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/QueryObjectsSQL.java index 094fda3..dd039ad 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/QueryObjectsSQL.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/QueryObjectsSQL.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlBuilder.java index 65df956..b2fb831 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlBuilder.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlParser.java index f5f4583..e67496f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlParser.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlScript.java index fadb8b2..77948ef 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/ddl/SybaseASADdlScript.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASABaseTableDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASABaseTableDeltaDdlGenProvider.java index 20557d8..a03ec29 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASABaseTableDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASABaseTableDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAEventDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAEventDeltaDdlGenProvider.java index 261b33e..a6b15b6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAEventDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAEventDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAFunctionDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAFunctionDeltaDdlGenProvider.java index 0976b00..68427ff 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAFunctionDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAFunctionDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAIndexDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAIndexDeltaDdlGenProvider.java index 014f159..4b3419f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAIndexDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAIndexDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAProcedureDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAProcedureDeltaDdlGenProvider.java index 454ea9c..6952f91 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAProcedureDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASAProcedureDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATableDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATableDeltaDdlGenProvider.java index 8e49ae9..d9cbfd7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATableDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATableDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATriggerDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATriggerDeltaDdlGenProvider.java index 0b8d693..05e6795 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATriggerDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/deltaddl/SybaseASATriggerDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/IASAConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/IASAConnectionProfileConstants.java index a741ed9..648c8e5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/IASAConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/IASAConnectionProfileConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAConnectionFactory.java index 96fbda8..d4b1138 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAConnectionFactory.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/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAJDBCConnection.java index 10889a4..fd10708 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/src/org/eclipse/datatools/enablement/sybase/asa/internal/connection/JDBCASAJDBCConnection.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.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/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/build.xml index e30dcac..7563149 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.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/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_de_DE.msg index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_de_DE.msg
@@ -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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_es_ES.msg index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_es_ES.msg
@@ -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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_fr_FR.msg index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_fr_FR.msg
@@ -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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ja_JP.msg index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ja_JP.msg
@@ -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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ko_KR.msg index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_ko_KR.msg
@@ -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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_zh_CN.msg index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/plugin_zh_CN.msg
@@ -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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.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/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties index 46edbb9..ae05f1b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/build.properties
@@ -2,9 +2,11 @@ # 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 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/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: Sybase - initial API and implementation # Nick Boldt, Red Hat - fix source generation for Tycho 1.0
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/plugin.properties index f778548..f0a3231 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/plugin.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: Sybase - initial API and implementation ###############################################################################
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBProfileDetailsWizardPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBProfileDetailsWizardPage.java index 338d6e7..71ba850 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBProfileDetailsWizardPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBProfileDetailsWizardPage.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBPropertyPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBPropertyPage.java index 1ae085a..cd2676c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBPropertyPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/ASEDBPropertyPage.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/IHelpContextASEProfile.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/IHelpContextASEProfile.java index b0d14b9..6ea692a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/IHelpContextASEProfile.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/IHelpContextASEProfile.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/NewASEConnectionProfileWizard.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/NewASEConnectionProfileWizard.java index da3a9e8..d8448ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/NewASEConnectionProfileWizard.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/NewASEConnectionProfileWizard.java
@@ -2,8 +2,8 @@ * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: brianf - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/SybaseASEDBPropertiesPersistenceHook.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/SybaseASEDBPropertiesPersistenceHook.java index bb3421e..5ead11c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/SybaseASEDBPropertiesPersistenceHook.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/SybaseASEDBPropertiesPersistenceHook.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/ * ******************************************************************************/ package org.eclipse.datatools.enablement.sybase.ase.internal.ui.connection;
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/ASEDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/ASEDriverUIContributor.java index 7396c82..33705b6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/ASEDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/ASEDriverUIContributor.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: Sybase - initial API and implementation * IBM Corporation - fix for 213266
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/AdditionalControlManager.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/AdditionalControlManager.java index ce2fda3..08e302e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/AdditionalControlManager.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/AdditionalControlManager.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/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/IAdditionalControl.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/IAdditionalControl.java index 1739464..6c960f3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/IAdditionalControl.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/connection/drivers/IAdditionalControl.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/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/decorator/ProxyTableDecorationService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/decorator/ProxyTableDecorationService.java index ecb2714..e10c5e4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/decorator/ProxyTableDecorationService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/internal/ui/decorator/ProxyTableDecorationService.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/ASEContentProviderUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/ASEContentProviderUtil.java index 13f535e..6762ef6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/ASEContentProviderUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/ASEContentProviderUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/SybaseASESQLModelContentProviderExtension.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/SybaseASESQLModelContentProviderExtension.java index fa95e16..aeb87cc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/SybaseASESQLModelContentProviderExtension.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/providers/SybaseASESQLModelContentProviderExtension.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEImages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEImages.java index 3fa055a..0a15f49 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEImages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEImages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEOtherDriverUIContributor.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEOtherDriverUIContributor.java index 5dfd2f7..b5414a6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEOtherDriverUIContributor.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEOtherDriverUIContributor.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEUIPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEUIPlugin.java index 5b41a1f..b621c92 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEUIPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/ASEUIPlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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: lihuang - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/IHelpConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/IHelpConstants.java index a51a450..f76242d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/IHelpConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/IHelpConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/drivers/ASEDriverUIContributorBase.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/drivers/ASEDriverUIContributorBase.java index 19da046..7e72078 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/drivers/ASEDriverUIContributorBase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/ui/drivers/ASEDriverUIContributorBase.java
@@ -2,9 +2,9 @@ * Copyright (c) 2008 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: Sybase - initial API and implementation * IBM Corporation - fix for 213266
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASECheckConstraintNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASECheckConstraintNode.java index 015a4a5..f60693f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASECheckConstraintNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASECheckConstraintNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEForeignKeyNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEForeignKeyNode.java index 36d758a..fbf60f3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEForeignKeyNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEForeignKeyNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEPrimaryKeyNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEPrimaryKeyNode.java index 09766c4..73df780 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEPrimaryKeyNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEPrimaryKeyNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEUniqueConstraintNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEUniqueConstraintNode.java index e13094f..6e79d0c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEUniqueConstraintNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseASEUniqueConstraintNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseViewNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseViewNode.java index 20e3645..4ccc5ec 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseViewNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/SybaseViewNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/WebServicesAsTableFolder.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/WebServicesAsTableFolder.java index c70330d..fa31ebc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/WebServicesAsTableFolder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/src/org/eclipse/datatools/enablement/sybase/ase/virtual/WebServicesAsTableFolder.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ASEConfig.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ASEConfig.java index 1aaa77e..d972260 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ASEConfig.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ASEConfig.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/IJDBCASEConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/IJDBCASEConnectionProfileConstants.java index d597b27..420d1e6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/IJDBCASEConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/IJDBCASEConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogProxyTable.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogProxyTable.java index 82c804f..4a77c79 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogProxyTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogProxyTable.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogTable.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogTable.java index ee2f065..b3ea648 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASECatalogTable.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASEDdlConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASEDdlConstants.java index 2653cb3..ec032ce 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASEDdlConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ISybaseASEDdlConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEPlugin.java index 92ee327..ad36aaf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEPlugin.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEProfileMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEProfileMessages.java index 746f4c9..65b30fa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEProfileMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/JDBCASEProfileMessages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASESQLs.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASESQLs.java index e026129..a0150f4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASESQLs.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASESQLs.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASEUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASEUtil.java index 684ff38..cbf349a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASEUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/ASEUtil.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEBaseTableLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEBaseTableLoader.java index 99105d8..8f683f2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEBaseTableLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEBaseTableLoader.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalog.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalog.java index f03d50c..2584b6e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalog.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalog.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogCheckConstraint.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogCheckConstraint.java index 48e0700..4e5edd4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogCheckConstraint.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogCheckConstraint.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogColumn.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogColumn.java index 1835b4b..0b692b1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogColumn.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogColumn.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDatabase.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDatabase.java index 9c73b0b..b7f927a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDatabase.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDatabase.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDefault.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDefault.java index 3661ac9..e65d7b0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDefault.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogDefault.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogForeignKey.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogForeignKey.java index 377ac67..336d9ce 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogForeignKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogForeignKey.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogGroup.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogGroup.java index 64f3165..d27ca9f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogGroup.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogGroup.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogIndex.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogIndex.java index 67b4bc4..48eca92 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogIndex.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogIndex.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogLocalRole.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogLocalRole.java index 748e4f3..3f64b06 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogLocalRole.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogLocalRole.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogParameter.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogParameter.java index 1027bd6..e171111 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogParameter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogParameter.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPreDefinedType.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPreDefinedType.java index 9475535..d2ca618 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPreDefinedType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPreDefinedType.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPrimaryKey.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPrimaryKey.java index d6f6643..7733e14 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPrimaryKey.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogPrimaryKey.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProcedure.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProcedure.java index a0475bf..11a7dfa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProcedure.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProcedure.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProvider.java index 98470e8..35ece4b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogProvider.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRole.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRole.java index 8f7782e..960c0e9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRole.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRole.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRule.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRule.java index 4c09bf5..ea9b29c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRule.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogRule.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSchema.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSchema.java index 5389521..df6e987 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSchema.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSchema.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSegment.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSegment.java index d6442bd..9c10dd2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSegment.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogSegment.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTable.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTable.java index 068afd4..5358c8c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTable.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTable.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTrigger.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTrigger.java index bc5904c..6d09f69 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTrigger.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogTrigger.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUniqueConstraint.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUniqueConstraint.java index e2ec57a..42eb8c5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUniqueConstraint.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUniqueConstraint.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUser.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUser.java index b07ddd6..11fafa1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUser.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedFunction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedFunction.java index 2a2e474..c4a6308 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedFunction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedFunction.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedType.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedType.java index b649565..3bea7fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUserDefinedType.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUtils.java index b652281..382d7dd 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogUtils.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogView.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogView.java index ff8c1ce..a69a0ca 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogView.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogView.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogWebService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogWebService.java index 9ca39f4..81492d6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogWebService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASECatalogWebService.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: * linsong - initial API and implementation
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEProxyTableLoader.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEProxyTableLoader.java index a6304aa..1dfd9cc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEProxyTableLoader.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/catalog/SybaseASEProxyTableLoader.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASEDefaultContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASEDefaultContainmentProvider.java index e725374..39ceeb0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASEDefaultContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASEDefaultContainmentProvider.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: Sybase ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASERuleContainmentProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASERuleContainmentProvider.java index 5d19ffe..ab30288 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASERuleContainmentProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/containment/SybaseASERuleContainmentProvider.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: Sybase ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/ASEDdlUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/ASEDdlUtils.java index 1414fb7..2d78b14 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/ASEDdlUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/ASEDdlUtils.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/QueryObjectsSQL.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/QueryObjectsSQL.java index 4023f31..0c6cb45 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/QueryObjectsSQL.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/QueryObjectsSQL.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlBuilder.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlBuilder.java index 8112597..116e06b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlBuilder.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlBuilder.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007-8 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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlParser.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlParser.java index 53e00b5..0f70b86 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlParser.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlScript.java index a0aa024..3356b2e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/ddl/SybaseASEDdlScript.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASECheckDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASECheckDeltaDdlGenProvider.java index 2d6a9f9..54e0e86 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASECheckDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASECheckDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEConstraintDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEConstraintDeltaDdlGenProvider.java index 1746d6a..4e1c30b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEConstraintDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEConstraintDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEDefaultDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEDefaultDeltaDdlGenProvider.java index f7024ac..02ee7fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEDefaultDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEDefaultDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007-8 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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEForeignKeyDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEForeignKeyDeltaDdlGenProvider.java index 977d666..37aa1a6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEForeignKeyDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEForeignKeyDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEIndexDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEIndexDeltaDdlGenProvider.java index 4183976..3080ac8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEIndexDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEIndexDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEProcedureDeltaDdlProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEProcedureDeltaDdlProvider.java index c55bb8f..aaac5a3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEProcedureDeltaDdlProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEProcedureDeltaDdlProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASERuleDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASERuleDeltaDdlGenProvider.java index 86cd3e7..ed40658 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASERuleDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASERuleDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007-8 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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETableDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETableDeltaDdlGenProvider.java index 234bdce..971a107 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETableDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETableDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETriggerDeltaDdlProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETriggerDeltaDdlProvider.java index d5f2a8e..b3788b0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETriggerDeltaDdlProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASETriggerDeltaDdlProvider.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUniqueDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUniqueDeltaDdlGenProvider.java index 1db8f9b..e0e3cbe 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUniqueDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUniqueDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUserDefinedTypeDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUserDefinedTypeDeltaDdlGenProvider.java index 6129260..7da7ae8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUserDefinedTypeDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/deltaddl/SybaseASEUserDefinedTypeDeltaDdlGenProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2007-8 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 ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/util/ASECatalogUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/util/ASECatalogUtil.java index bf429c0..aa808ae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/util/ASECatalogUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/ase/util/ASECatalogUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/IASEConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/IASEConnectionProfileConstants.java index e5ba8f7..2e13059 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/IASEConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/IASEConnectionProfileConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEConnectionFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEConnectionFactory.java index e16e30c..69605ca 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEConnectionFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEConnectionFactory.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/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEJDBCConnection.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEJDBCConnection.java index 6ff14b9..3aafa43 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEJDBCConnection.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/src/org/eclipse/datatools/enablement/sybase/ase/internal/connection/JDBCASEJDBCConnection.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: rcernich - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.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/enablement/org.eclipse.datatools.enablement.sybase.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/build.xml index 92dc95a..875a954 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.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/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.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/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/build.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/build.xml index a7a1333..14ffe12 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/build.xml +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.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/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_de_DE.msg index dfa3b64..03b6ef9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_de_DE.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_es_ES.msg index 3de54cb..bb14a20 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_es_ES.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_fr_FR.msg index 117bd73..776a7c9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_fr_FR.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ja_JP.msg index 3caa546..d6f838d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ja_JP.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ko_KR.msg index 665b4f5..1afff0e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_ko_KR.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_zh_CN.msg index 62cc569..0a09221 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/plugin_zh_CN.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_de_DE.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_de_DE.msg index 7608cf0..1c58185 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_de_DE.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_de_DE.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_es_ES.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_es_ES.msg index c4290eb..edc16a8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_es_ES.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_es_ES.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_fr_FR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_fr_FR.msg index ada9999..a878aa9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_fr_FR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_fr_FR.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ja_JP.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ja_JP.msg index 2138d7c..788232f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ja_JP.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ja_JP.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ko_KR.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ko_KR.msg index 2613807..1b5b887 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ko_KR.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_ko_KR.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_zh_CN.msg b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_zh_CN.msg index 7353d0b..d6059c7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_zh_CN.msg +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/src/org/eclipse/datatools/enablement/sybase/ui/messages_zh_CN.msg
@@ -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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/about.html index 08db0b7..c2b41f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/about.html
@@ -11,7 +11,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, the Content is being redistributed by another party ("Redistributor") and different
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/plugin.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/plugin.properties index 1f93859..bcfdfd2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/plugin.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/plugin.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: Sybase - initial API and implementation # ******************************************************************************
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/JDBCProfileMessages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/JDBCProfileMessages.java index 1d9a117..20171a3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/JDBCProfileMessages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/JDBCProfileMessages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowOwnerAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowOwnerAction.java index 4bcdbd0..5f7df1c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowOwnerAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowOwnerAction.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowSchemaAction.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowSchemaAction.java index 13b23c1..63655cf 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowSchemaAction.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/ShowSchemaAction.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSetting.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSetting.java index c2f0d24..bfa6bae 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSetting.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSetting.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingManager.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingManager.java index 774486f..487ce56 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingManager.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingManager.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingPage.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingPage.java index beea6e5..1c0f144 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingPage.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseProfileSettingPage.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseSetting.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseSetting.java index fbd8ce4..ab1fbd4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseSetting.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseDatabaseSetting.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseImages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseImages.java index 0affadc..17b2ff8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseImages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseImages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseLabelSelector.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseLabelSelector.java index c77fada..72831b3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseLabelSelector.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseLabelSelector.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybasePreferenceInitializer.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybasePreferenceInitializer.java index b32a600..3e8c47f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybasePreferenceInitializer.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybasePreferenceInitializer.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseUIPlugin.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseUIPlugin.java index 17c2a23..d783da1 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseUIPlugin.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SybaseUIPlugin.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SystemTableDecorationService.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SystemTableDecorationService.java index c146586..d6f12b0 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SystemTableDecorationService.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/SystemTableDecorationService.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/VirtualNodeAdapterFactory.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/VirtualNodeAdapterFactory.java index 4374f2b..36d683e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/VirtualNodeAdapterFactory.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/VirtualNodeAdapterFactory.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/messages.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/messages.properties index ba78692..8b74827 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/messages.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/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: Sybase - initial API and implementation # ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEContentProviderUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEContentProviderUtil.java index d422d19..0b99514 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEContentProviderUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEContentProviderUtil.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEUtil.java index 4b0a315..cfae9d5 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/DSEUtil.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 2005,2008 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 + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/ShowSysTableUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/ShowSysTableUtil.java index c0d6e62..bd6b166 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/ShowSysTableUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/ui/util/ShowSysTableUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2005, 2008 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/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/CheckConstraintNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/CheckConstraintNode.java index 2b8f503..9234260 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/CheckConstraintNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/CheckConstraintNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ForeignKeyNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ForeignKeyNode.java index e1f1d91..7c2311f 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ForeignKeyNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ForeignKeyNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ParametersNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ParametersNode.java index 2549642..dc4bed7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ParametersNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/ParametersNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/PrimaryKeyNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/PrimaryKeyNode.java index dfa90e2..ef5bade 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/PrimaryKeyNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/PrimaryKeyNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseIndexNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseIndexNode.java index 867e1b8..9c2e8ac 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseIndexNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseIndexNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseViewNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseViewNode.java index 223d776..32d60e8 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseViewNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/SybaseViewNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/UniqueConstraintNode.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/UniqueConstraintNode.java index 5a2d397..b69e34b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/UniqueConstraintNode.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/src/org/eclipse/datatools/enablement/sybase/virtual/UniqueConstraintNode.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/about.html b/plugins/enablement/org.eclipse.datatools.enablement.sybase/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/about.html +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/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/enablement/org.eclipse.datatools.enablement.sybase/about.properties b/plugins/enablement/org.eclipse.datatools.enablement.sybase/about.properties index a2c5126..5e98807 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/about.properties +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Activator.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Activator.java index cf6befd..d62a99a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Activator.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IGenericDdlConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IGenericDdlConstants.java index a41dca1..83e3418 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IGenericDdlConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IGenericDdlConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IHelpConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IHelpConstants.java index 85c6451..5f93f9c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IHelpConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/IHelpConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ISybaseJDBCConnectionProfileConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ISybaseJDBCConnectionProfileConstants.java index 6948cbd..a3f524c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ISybaseJDBCConnectionProfileConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ISybaseJDBCConnectionProfileConstants.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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Messages.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Messages.java index fa334e5..04c28fa 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Messages.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/Messages.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/VirtualNodeAdapter.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/VirtualNodeAdapter.java index 558a302..9330f4c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/VirtualNodeAdapter.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/VirtualNodeAdapter.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/containment/ConstraintGroupID.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/containment/ConstraintGroupID.java index 0e85dce..8c69940 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/containment/ConstraintGroupID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/containment/ConstraintGroupID.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/IDdlGenWizardProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/IDdlGenWizardProvider.java index f10fc2c..7868da9 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/IDdlGenWizardProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/IDdlGenWizardProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/ISybaseDdlConstants.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/ISybaseDdlConstants.java index f399ddf..8d8d0d4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/ISybaseDdlConstants.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/ISybaseDdlConstants.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDatabaseObjecType.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDatabaseObjecType.java index 9adaf29..5f9d25d 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDatabaseObjecType.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDatabaseObjecType.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlBuilderWrapper.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlBuilderWrapper.java index a13c843..37c3ad3 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlBuilderWrapper.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlBuilderWrapper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlGenerationOptions.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlGenerationOptions.java index dd90543..2b2cea2 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlGenerationOptions.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlGenerationOptions.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlScript.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlScript.java index 0be60f5..d488891 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlScript.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlScript.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlUtils.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlUtils.java index 7da3cbe..89bd8e6 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlUtils.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseDdlUtils.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseEngineeringOptionID.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseEngineeringOptionID.java index af51ab1..791fc89 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseEngineeringOptionID.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ddl/SybaseEngineeringOptionID.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/AbstractDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/AbstractDeltaDdlGenProvider.java index 139eec1..26fab9b 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/AbstractDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/AbstractDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/SybaseIndexDeltaDdlGenProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/SybaseIndexDeltaDdlGenProvider.java index 00da593..a0cfd1a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/SybaseIndexDeltaDdlGenProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/deltaddl/SybaseIndexDeltaDdlGenProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/parser/AbstractQuickSQLParser.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/parser/AbstractQuickSQLParser.java index eab3f9a..299c5f7 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/parser/AbstractQuickSQLParser.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/parser/AbstractQuickSQLParser.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/AbstractFilterProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/AbstractFilterProvider.java index 7a6daac..253e206 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/AbstractFilterProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/AbstractFilterProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/CatalogFilterProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/CatalogFilterProvider.java index b4d9ec3..7145d0a 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/CatalogFilterProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/CatalogFilterProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/EventFilterProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/EventFilterProvider.java index 854835c..fff7d5e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/EventFilterProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/EventFilterProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/IFilterProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/IFilterProvider.java index 3493d0e..11a31f4 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/IFilterProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/IFilterProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaFilterProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaFilterProvider.java index 94b7905..1f4d920 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaFilterProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaFilterProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaObjectFilterProvider.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaObjectFilterProvider.java index c4ea746..560877c 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaObjectFilterProvider.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/ui/filter/SchemaObjectFilterProvider.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: Sybase - initial API and implementation ******************************************************************************/
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SQLUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SQLUtil.java index 8b04b84..bfdc636 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SQLUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SQLUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/StringUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/StringUtil.java index 1bf005f..86a6b91 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/StringUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/StringUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SybaseRoutineUtil.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SybaseRoutineUtil.java index 232d505..2526b6e 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SybaseRoutineUtil.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SybaseRoutineUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SystemTableParameters.java b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SystemTableParameters.java index eacf335..c94fa31 100644 --- a/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SystemTableParameters.java +++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/src/org/eclipse/datatools/enablement/sybase/util/SystemTableParameters.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/build.xml index 9f02f72..1444806 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_de_DE.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_de_DE.msg index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_de_DE.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_es_ES.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_es_ES.msg index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_es_ES.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_fr_FR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_fr_FR.msg index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_fr_FR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_ja_JP.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_ja_JP.msg index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_ja_JP.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_ko_KR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_ko_KR.msg index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_ko_KR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_zh_CN.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_zh_CN.msg index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/plugin_zh_CN.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/about.html index 129db9d..92d90f8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/build.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/build.properties index 705f14d..1a7947c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/build.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/build.xml index c4e2221..a85a19f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/plugin.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/plugin.properties index 28216fe..a292719 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/plugin.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ColumnDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ColumnDefinition.java index 0236115..edddcea 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ColumnDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ColumnDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ConstraintDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ConstraintDefinition.java index 9cf5c0c..b813ec6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ConstraintDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ConstraintDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionFactory.java index a02ab58..9134b8d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionFactory.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionPackage.java index d3c4810..176bbda 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseDefinitionPackage.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseVendorDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseVendorDefinition.java index 7f4989f..9e192bd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseVendorDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/DatabaseVendorDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ExtendedDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ExtendedDefinition.java index abbba7b..84d7592 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ExtendedDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/ExtendedDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/IndexDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/IndexDefinition.java index 14a4a09..0dc2cd6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/IndexDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/IndexDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/PredefinedDataTypeDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/PredefinedDataTypeDefinition.java index 1c8ce0b..64485e1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/PredefinedDataTypeDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/PredefinedDataTypeDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/SequenceDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/SequenceDefinition.java index 5ecf2e5..7405266 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/SequenceDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/SequenceDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/StoredProcedureDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/StoredProcedureDefinition.java index ae66dcc..3705007 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/StoredProcedureDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/StoredProcedureDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableDefinition.java index 03afb54..1d520d6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableSpaceDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableSpaceDefinition.java index 87a4267..11f85f1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableSpaceDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TableSpaceDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TriggerDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TriggerDefinition.java index 6f64952..eae5998 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TriggerDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/TriggerDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/UserDefinedTypeDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/UserDefinedTypeDefinition.java index c328318..faa343f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/UserDefinedTypeDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/UserDefinedTypeDefinition.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ColumnDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ColumnDefinitionImpl.java index 34db946..94f1896 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ColumnDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ColumnDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ConstraintDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ConstraintDefinitionImpl.java index a74a18f..727ada4 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ConstraintDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ConstraintDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionFactoryImpl.java index 10c778e..cd13c14 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionPackageImpl.java index a17e80b..b6e59c7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseDefinitionPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseVendorDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseVendorDefinitionImpl.java index 75adc9d..68f6a04 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseVendorDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/DatabaseVendorDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ExtendedDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ExtendedDefinitionImpl.java index f0fae35..8edbd17 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ExtendedDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/ExtendedDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/IndexDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/IndexDefinitionImpl.java index 9eed99d..056d795 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/IndexDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/IndexDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/PredefinedDataTypeDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/PredefinedDataTypeDefinitionImpl.java index 5ac7d04..b041b95 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/PredefinedDataTypeDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/PredefinedDataTypeDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/SequenceDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/SequenceDefinitionImpl.java index 4a2799a..8168d71 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/SequenceDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/SequenceDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/StoredProcedureDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/StoredProcedureDefinitionImpl.java index e1e33ca..993846f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/StoredProcedureDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/StoredProcedureDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableDefinitionImpl.java index 736dda8..ed0b01d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableSpaceDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableSpaceDefinitionImpl.java index fe2df7d..0eabc8b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableSpaceDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/TableSpaceDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/UserDefinedTypeDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/UserDefinedTypeDefinitionImpl.java index da3c0cd..09037c9 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/UserDefinedTypeDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/impl/UserDefinedTypeDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionAdapterFactory.java index f9275e5..5f574d5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionSwitch.java index dea006c..e4640ec 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/src/org/eclipse/datatools/modelbase/dbdefinition/util/DatabaseDefinitionSwitch.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/modelbase/org.eclipse.datatools.modelbase.derby.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.derby.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/build.xml index 8794a6e..d75ad96 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.derby/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/about.html index 129db9d..92d90f8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.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/modelbase/org.eclipse.datatools.modelbase.derby/build.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/build.properties index 9729508..27e0d91 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/build.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelFactory.java index d9c0d0d..1991ce4 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelFactory.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelPackage.java index 42a919a..8f4c869 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/DerbyModelPackage.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/Synonym.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/Synonym.java index b5532c3..a9c0ead 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/Synonym.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/Synonym.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelFactoryImpl.java index ba028c5..0e07ffb 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelPackageImpl.java index 786ddd6..4eadf6b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/DerbyModelPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/SynonymImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/SynonymImpl.java index 42cf856..dac5bae 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/SynonymImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/impl/SynonymImpl.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelAdapterFactory.java index f0ec6c2..140e77b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelSwitch.java index 843c1c0..414155f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/src/org/eclipse/datatools/modelbase/derby/util/DerbyModelSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/build.xml index 0286971..fb91efe 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_de_DE.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_de_DE.msg index 9816a12..43d9019 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_de_DE.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_es_ES.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_es_ES.msg index d94d5ad..cf7fc4b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_es_ES.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_fr_FR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_fr_FR.msg index 9078a9a..d274b17 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_fr_FR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_ja_JP.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_ja_JP.msg index 8f9fb52..faca51d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_ja_JP.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_ko_KR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_ko_KR.msg index 9a6070b..4d3749d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_ko_KR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_zh_CN.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_zh_CN.msg index fc5b5f8..8278778 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/plugin_zh_CN.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.edit/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/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/modelbase/org.eclipse.datatools.modelbase.sql.edit/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/build.xml index 981f6fc..a56f981 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/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/modelbase/org.eclipse.datatools.modelbase.sql.edit/plugin.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/plugin.properties index 4bc4967..4bb5e2a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/plugin.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/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/modelbase/org.eclipse.datatools.modelbase.sql.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/build.xml index 4773ca4..83b201d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_de_DE.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_de_DE.msg index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_de_DE.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_es_ES.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_es_ES.msg index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_es_ES.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_fr_FR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_fr_FR.msg index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_fr_FR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_ja_JP.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_ja_JP.msg index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_ja_JP.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_ko_KR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_ko_KR.msg index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_ko_KR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_zh_CN.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_zh_CN.msg index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/plugin_zh_CN.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/build.xml index 6dc5d1c..2f9cd8d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_de_DE.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_de_DE.msg index 850b006..0bb2612 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_de_DE.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_de_DE.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_es_ES.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_es_ES.msg index fd75271..f799cb6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_es_ES.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_es_ES.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_fr_FR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_fr_FR.msg index 5a2e3e1..b5067cd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_fr_FR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_fr_FR.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ja_JP.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ja_JP.msg index 4b580e9..22cb395 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ja_JP.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ja_JP.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ko_KR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ko_KR.msg index 1a315e4..a7ee085 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ko_KR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_ko_KR.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_zh_CN.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_zh_CN.msg index 624464d..7e85c8b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_zh_CN.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/plugin_zh_CN.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_de_DE.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_de_DE.msg index 3738dad..fa42985 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_de_DE.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_de_DE.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_es_ES.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_es_ES.msg index c707d7f..85b535a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_es_ES.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_es_ES.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_fr_FR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_fr_FR.msg index 4a2b21d..5b2dbc9 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_fr_FR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_fr_FR.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ja_JP.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ja_JP.msg index 9f14187..1ebaf45 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ja_JP.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ja_JP.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ko_KR.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ko_KR.msg index c9a5cea..95ffc02 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ko_KR.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_ko_KR.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_zh_CN.msg b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_zh_CN.msg index 93144dd..88d8572 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_zh_CN.msg +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/tmp/plugin_zh_CN.msg
@@ -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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/about.html index 129db9d..92d90f8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/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/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/plugin.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/plugin.properties index 7a85cdd..526e5f2 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/plugin.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/plugin.properties Binary files differ
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/src/org/eclipse/datatools/modelbase/sql/query/provider/SQLQueryEditPlugin.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/src/org/eclipse/datatools/modelbase/sql/query/provider/SQLQueryEditPlugin.java index 8738707..eadbfc0 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/src/org/eclipse/datatools/modelbase/sql/query/provider/SQLQueryEditPlugin.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/src/org/eclipse/datatools/modelbase/sql/query/provider/SQLQueryEditPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.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/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/build.xml index c4d5aaa..dbb0201 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.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/modelbase/org.eclipse.datatools.modelbase.sql.query/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/about.html index 129db9d..92d90f8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/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/modelbase/org.eclipse.datatools.modelbase.sql.query/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/build.xml index 99082a9..30d79c0 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DataTypeHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DataTypeHelper.java index 2a7173c..d78a09a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DataTypeHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DataTypeHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2009 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DatabaseHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DatabaseHelper.java index a94edff..045662c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DatabaseHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/DatabaseHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/JoinHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/JoinHelper.java index 39fc88f..14d3e58 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/JoinHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/JoinHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/StatementHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/StatementHelper.java index 0ee9e80..a3e6093 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/StatementHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/StatementHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2011 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/TableHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/TableHelper.java index 131db80..10cea2e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/TableHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/TableHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 2011 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/ValueExpressionHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/ValueExpressionHelper.java index 59a91a2..909b572 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/ValueExpressionHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/helper/ValueExpressionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 2011 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLComment.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLComment.java index e3ea32c..d8e288d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLComment.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLComment.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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLLogUtil.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLLogUtil.java index dca1b5d..9c78d35 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLLogUtil.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLLogUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataType.java index bc73e30..02537e7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataTypeImpl.java index 466c8a9..2fb08c3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryArrayDataTypeImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryLogger.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryLogger.java index c53fb6d..e466f12 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryLogger.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryLogger.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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataType.java index 915c20d..43ce737 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataType.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataTypeImpl.java index 59027a2..ce89e48 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQueryMultisetDataTypeImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceBuffer.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceBuffer.java index 56c016d..abf1a4b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceBuffer.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceBuffer.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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceFormat.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceFormat.java index 0a6109b..da36b06 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceFormat.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceFormat.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2009 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceInfo.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceInfo.java index 6a73ca8..d9ce5e1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceInfo.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriter.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriter.java index efebf78..6483527 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriter.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriterProvider.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriterProvider.java index d5154c4..2839855 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriterProvider.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLQuerySourceWriterProvider.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 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/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLSourceWriter.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLSourceWriter.java index cc80195..fb5283c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLSourceWriter.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/src/org/eclipse/datatools/modelbase/sql/query/util/SQLSourceWriter.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 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/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/about.html index a378f71..4ce1a28 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.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/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/build.xml index f445f4c..b48b059 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.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/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/about.html index 129db9d..92d90f8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/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/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/build.xml index 1c53083..13b97cc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/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/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQueryModelPlugin.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQueryModelPlugin.java index af513b2..2cdace5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQueryModelPlugin.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQueryModelPlugin.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 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/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQuerySourceWriter.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQuerySourceWriter.java index eff761e..db21a1a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQuerySourceWriter.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/src/org/eclipse/datatools/modelbase/sql/xml/query/util/SQLXMLQuerySourceWriter.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 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/modelbase/org.eclipse.datatools.modelbase.sql/about.html b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/about.html +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/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/modelbase/org.eclipse.datatools.modelbase.sql/about.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/about.properties index 28496ea..520451c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/about.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/modelbase/org.eclipse.datatools.modelbase.sql/build.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/build.properties index 52c762e..4036fd6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/build.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/build.properties
@@ -1,9 +1,11 @@ ############################################################################### # Copyright (c) 2001, 2004, 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/modelbase/org.eclipse.datatools.modelbase.sql/build.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/build.xml index 4c8756c..91cd488 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/build.xml +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/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/modelbase/org.eclipse.datatools.modelbase.sql/plugin.properties b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/plugin.properties index 28643a8..db8d390 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/plugin.properties +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/AuthorizationIdentifier.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/AuthorizationIdentifier.java index 3febf62..c5d20ea 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/AuthorizationIdentifier.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/AuthorizationIdentifier.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/DoubleObjectPrivilege.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/DoubleObjectPrivilege.java index bfce599..a7aa972 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/DoubleObjectPrivilege.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/DoubleObjectPrivilege.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Group.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Group.java index 1e64799..de992db 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Group.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Group.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Privilege.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Privilege.java index 0894fde..83133ab 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Privilege.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Privilege.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Role.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Role.java index b8ea7f2..63f287d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Role.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/Role.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/RoleAuthorization.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/RoleAuthorization.java index 0ce6498..b304e40 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/RoleAuthorization.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/RoleAuthorization.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlFactory.java index 3ae21d5..d18f891 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlPackage.java index 683816f..e58a026 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/SQLAccessControlPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/TablePrivilege.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/TablePrivilege.java index 5450837..046599f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/TablePrivilege.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/TablePrivilege.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/User.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/User.java index f8fc709..be504c0 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/User.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/User.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/AuthorizationIdentifierImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/AuthorizationIdentifierImpl.java index 5ab5fd7..2fe4297 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/AuthorizationIdentifierImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/AuthorizationIdentifierImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/GroupImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/GroupImpl.java index cb6e948..1fc7dbd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/GroupImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/GroupImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/PrivilegeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/PrivilegeImpl.java index 55f5302..ce572bf 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/PrivilegeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/PrivilegeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleAuthorizationImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleAuthorizationImpl.java index a81cf4a..7081fea 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleAuthorizationImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleAuthorizationImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleImpl.java index 93110b5..7e144ba 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/RoleImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlFactoryImpl.java index 9142441..c7be36a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlPackageImpl.java index 5eded70..8884f2b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/SQLAccessControlPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/UserImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/UserImpl.java index 206a9b5..860032e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/UserImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/impl/UserImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlAdapterFactory.java index 285c940..56dad26 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlSwitch.java index 1c29f8c..958cbcc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/accesscontrol/util/SQLAccessControlSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Assertion.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Assertion.java index 07c5e75..5fdbc9c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Assertion.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Assertion.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/CheckConstraint.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/CheckConstraint.java index 094b53e..6d8c2dd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/CheckConstraint.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/CheckConstraint.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Constraint.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Constraint.java index 6a87d83..740401a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Constraint.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Constraint.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ForeignKey.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ForeignKey.java index 21413c5..29e2fe4 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ForeignKey.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ForeignKey.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Index.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Index.java index 5a00118..cb397bc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Index.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/Index.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/IndexMember.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/IndexMember.java index 72870bd..9e9c793 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/IndexMember.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/IndexMember.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/PrimaryKey.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/PrimaryKey.java index 2b87c6f..535deba 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/PrimaryKey.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/PrimaryKey.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ReferenceConstraint.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ReferenceConstraint.java index 7e5f897..5fed7f1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ReferenceConstraint.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/ReferenceConstraint.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsFactory.java index c098094..cf39017 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsPackage.java index 0af429f..429d6ac 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/SQLConstraintsPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/TableConstraint.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/TableConstraint.java index c789a77..6320e19 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/TableConstraint.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/TableConstraint.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/UniqueConstraint.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/UniqueConstraint.java index ffb3dc0..7cada1c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/UniqueConstraint.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/UniqueConstraint.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/AssertionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/AssertionImpl.java index 7ec51c2..8461f3c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/AssertionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/AssertionImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/CheckConstraintImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/CheckConstraintImpl.java index c1ae0fb..bf3065f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/CheckConstraintImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/CheckConstraintImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ConstraintImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ConstraintImpl.java index 68e0299..4bc02c2 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ConstraintImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ConstraintImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ForeignKeyImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ForeignKeyImpl.java index 48be9a6..80f4ebc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ForeignKeyImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ForeignKeyImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexImpl.java index 217790f..1681321 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexMemberImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexMemberImpl.java index 1448a98..e62d14a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexMemberImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/IndexMemberImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/PrimaryKeyImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/PrimaryKeyImpl.java index 7df7a39..b76f0d5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/PrimaryKeyImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/PrimaryKeyImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ReferenceConstraintImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ReferenceConstraintImpl.java index 0d77f85..f589ce5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ReferenceConstraintImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/ReferenceConstraintImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsFactoryImpl.java index 17ac55b..195e78c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsPackageImpl.java index 083492d..4b575e1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/SQLConstraintsPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/TableConstraintImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/TableConstraintImpl.java index 8b09731..b76a6e3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/TableConstraintImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/TableConstraintImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/UniqueConstraintImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/UniqueConstraintImpl.java index 1ba4203..45a62b1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/UniqueConstraintImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/impl/UniqueConstraintImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsAdapterFactory.java index f83b3aa..cd1d184 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsSwitch.java index a48a748..807e150 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/constraints/util/SQLConstraintsSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ApproximateNumericDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ApproximateNumericDataType.java index 684d888..c4672d1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ApproximateNumericDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ApproximateNumericDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ArrayDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ArrayDataType.java index ccd922d..0fd79e5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ArrayDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ArrayDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/AttributeDefinition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/AttributeDefinition.java index 40baed1..806c103 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/AttributeDefinition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/AttributeDefinition.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BinaryStringDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BinaryStringDataType.java index 4f5f93e..ad9f562 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BinaryStringDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BinaryStringDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BooleanDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BooleanDataType.java index 9ecd21d..ebc1875 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BooleanDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/BooleanDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterSet.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterSet.java index d878956..be65680 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterSet.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterSet.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterStringDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterStringDataType.java index d86965d..4cf40c5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterStringDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CharacterStringDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CollectionDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CollectionDataType.java index 16e6bec..ec50bcc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CollectionDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/CollectionDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ConstructedDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ConstructedDataType.java index 495c3f0..f5f832e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ConstructedDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ConstructedDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataLinkDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataLinkDataType.java index 45b86f1..9b4edda 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataLinkDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataLinkDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataType.java index 16dd144..91e682e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DateDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DateDataType.java index 6e968d2..28b0293 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DateDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DateDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DistinctUserDefinedType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DistinctUserDefinedType.java index 6242a5a..54d97b1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DistinctUserDefinedType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/DistinctUserDefinedType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Domain.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Domain.java index 06f77f9..6c24b4c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Domain.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Domain.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ExactNumericDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ExactNumericDataType.java index d99278d..6f80f0c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ExactNumericDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ExactNumericDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Field.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Field.java index 72a8ab4..b58937c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Field.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/Field.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/FixedPrecisionDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/FixedPrecisionDataType.java index 5b9dcde..fd8846c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/FixedPrecisionDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/FixedPrecisionDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntegerDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntegerDataType.java index 3b1d786..5720f1c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntegerDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntegerDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntervalDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntervalDataType.java index 0a428d6..e6f5f49 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntervalDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/IntervalDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/MultisetDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/MultisetDataType.java index 5efc55d..f688a2c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/MultisetDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/MultisetDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumberDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumberDataType.java index 5fa58d4..69c9d2c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumberDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumberDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumericalDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumericalDataType.java index 48789f9..4dcb8e4 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumericalDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/NumericalDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/PredefinedDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/PredefinedDataType.java index dd2f2d9..30f3f4a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/PredefinedDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/PredefinedDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ReferenceDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ReferenceDataType.java index 2cee322..6aaadfd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ReferenceDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/ReferenceDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/RowDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/RowDataType.java index 0c2bb4f..dc7c64c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/RowDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/RowDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataType.java index 2f01abd..1bb0781 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesFactory.java index 3c77475..ccd47fa 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesPackage.java index d7d0890..05ea372 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/SQLDataTypesPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/StructuredUserDefinedType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/StructuredUserDefinedType.java index 4c8af7f..121d458 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/StructuredUserDefinedType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/StructuredUserDefinedType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/TimeDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/TimeDataType.java index e854496..810bd83 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/TimeDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/TimeDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedType.java index 17073d4..1b8ae18 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedTypeOrdering.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedTypeOrdering.java index ce33463..3d5e1f3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedTypeOrdering.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/UserDefinedTypeOrdering.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/XMLDataType.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/XMLDataType.java index 7116f7b..a4239fb 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/XMLDataType.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/XMLDataType.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ApproximateNumericDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ApproximateNumericDataTypeImpl.java index 8fa77b9..f64e1ea 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ApproximateNumericDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ApproximateNumericDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ArrayDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ArrayDataTypeImpl.java index 637d66e..0a2f17d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ArrayDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ArrayDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/AttributeDefinitionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/AttributeDefinitionImpl.java index db61233..7522454 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/AttributeDefinitionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/AttributeDefinitionImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BinaryStringDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BinaryStringDataTypeImpl.java index e9f9e8d..279cf95 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BinaryStringDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BinaryStringDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BooleanDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BooleanDataTypeImpl.java index fb5428b..2c64285 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BooleanDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/BooleanDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterSetImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterSetImpl.java index 8c163a7..1b714fc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterSetImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterSetImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterStringDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterStringDataTypeImpl.java index 33507b2..ad59313 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterStringDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CharacterStringDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CollectionDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CollectionDataTypeImpl.java index 13047a0..73cfd4a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CollectionDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/CollectionDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ConstructedDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ConstructedDataTypeImpl.java index 3d5d564..0ca5686 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ConstructedDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ConstructedDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataLinkDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataLinkDataTypeImpl.java index 89b8510..b1f87d4 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataLinkDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataLinkDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataTypeImpl.java index 357d5ff..c50f8c1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DateDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DateDataTypeImpl.java index cf85a4d..676c2fd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DateDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DateDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DistinctUserDefinedTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DistinctUserDefinedTypeImpl.java index 5fb6a57..8a4cabf 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DistinctUserDefinedTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DistinctUserDefinedTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DomainImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DomainImpl.java index 7a84e62..488a4aa 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DomainImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/DomainImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ExactNumericDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ExactNumericDataTypeImpl.java index 2146528..655ab55 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ExactNumericDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ExactNumericDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FieldImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FieldImpl.java index 0e3ac39..ee6640c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FieldImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FieldImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FixedPrecisionDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FixedPrecisionDataTypeImpl.java index 576b246..c83d34b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FixedPrecisionDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/FixedPrecisionDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntegerDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntegerDataTypeImpl.java index 3a70091..00390c0 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntegerDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntegerDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntervalDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntervalDataTypeImpl.java index 62ca0a3..be8bbd7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntervalDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/IntervalDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/MultisetDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/MultisetDataTypeImpl.java index ed9f3bc..b768c3b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/MultisetDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/MultisetDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/NumericalDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/NumericalDataTypeImpl.java index 125de6d..a23b391 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/NumericalDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/NumericalDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/PredefinedDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/PredefinedDataTypeImpl.java index da1768e..fb937fd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/PredefinedDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/PredefinedDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.java index 3e18d59..ba4708a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/RowDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/RowDataTypeImpl.java index c7222e0..24e8d5e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/RowDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/RowDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypeImpl.java index aeb0705..1665440 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesFactoryImpl.java index a5f097d..6febbe8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesPackageImpl.java index 9a5a71a..da80df2 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/SQLDataTypesPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/StructuredUserDefinedTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/StructuredUserDefinedTypeImpl.java index 2a12070..37be09a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/StructuredUserDefinedTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/StructuredUserDefinedTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/TimeDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/TimeDataTypeImpl.java index 510ef94..97cb832 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/TimeDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/TimeDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeImpl.java index 21bbf35..471626e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeOrderingImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeOrderingImpl.java index 13ea2f7..156069d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeOrderingImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/UserDefinedTypeOrderingImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/XMLDataTypeImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/XMLDataTypeImpl.java index c6c59ba..b920dea 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/XMLDataTypeImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/XMLDataTypeImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesAdapterFactory.java index 84c8f17..46024dc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesSwitch.java index 5f447c4..d5115c0 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/util/SQLDataTypesSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpression.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpression.java index 383ddb9..ffffded 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpression.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpression.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpressionDefault.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpressionDefault.java index 3872034..0b64f3b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpressionDefault.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/QueryExpressionDefault.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsFactory.java index 2e5c70b..557d236 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsPackage.java index d257687..7b829a2 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SQLExpressionsPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchCondition.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchCondition.java index 661acf9..305fabf 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchCondition.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchCondition.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchConditionDefault.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchConditionDefault.java index 215b40a..943b39a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchConditionDefault.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/SearchConditionDefault.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpression.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpression.java index 2e85141..b025972 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpression.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpression.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpressionDefault.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpressionDefault.java index a220016..22503a3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpressionDefault.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/ValueExpressionDefault.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/QueryExpressionDefaultImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/QueryExpressionDefaultImpl.java index 0a92b6e..9fba32d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/QueryExpressionDefaultImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/QueryExpressionDefaultImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsFactoryImpl.java index 474f5c4..64b1d22 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsPackageImpl.java index 6dd07cf..2c37647 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SQLExpressionsPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SearchConditionDefaultImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SearchConditionDefaultImpl.java index 71ecdf6..c09f352 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SearchConditionDefaultImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/SearchConditionDefaultImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/ValueExpressionDefaultImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/ValueExpressionDefaultImpl.java index e14924f..c333c2f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/ValueExpressionDefaultImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/impl/ValueExpressionDefaultImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsAdapterFactory.java index 3eb1bde..94dd5e9 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsSwitch.java index 8f6b0aa..13375a7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/expressions/util/SQLExpressionsSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/BuiltInFunction.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/BuiltInFunction.java index 338e303..66e5ab7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/BuiltInFunction.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/BuiltInFunction.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Function.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Function.java index ae8ec22..37c4b7c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Function.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Function.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Method.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Method.java index 875eb94..2f07b7f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Method.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Method.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Parameter.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Parameter.java index 649bc20..283b017 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Parameter.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Parameter.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Procedure.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Procedure.java index 34f954c..4fca90b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Procedure.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Procedure.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Routine.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Routine.java index e43580e..283c444 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Routine.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Routine.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/RoutineResultTable.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/RoutineResultTable.java index a4aa291..f5f1318 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/RoutineResultTable.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/RoutineResultTable.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesFactory.java index fec85b4..9d55453 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesPackage.java index 443a78d..4ecabd5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/SQLRoutinesPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Source.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Source.java index 96da8eb..292f4fc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Source.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/Source.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/UserDefinedFunction.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/UserDefinedFunction.java index b7c1961..7a3e269 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/UserDefinedFunction.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/UserDefinedFunction.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/BuiltInFunctionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/BuiltInFunctionImpl.java index 236a15e..9b39136 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/BuiltInFunctionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/BuiltInFunctionImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/FunctionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/FunctionImpl.java index fb6d5cf..abd24f6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/FunctionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/FunctionImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/MethodImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/MethodImpl.java index 5c6bd0f..665f26b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/MethodImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/MethodImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ParameterImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ParameterImpl.java index daaf960..f9d491a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ParameterImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ParameterImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ProcedureImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ProcedureImpl.java index 54bae65..2be290c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ProcedureImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/ProcedureImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineImpl.java index 6b1fed8..b3a5108 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineResultTableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineResultTableImpl.java index 708bd12..7c6231b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineResultTableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/RoutineResultTableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesFactoryImpl.java index 4bf298b..7d3d41e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesPackageImpl.java index b599a90..b8c27f3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SQLRoutinesPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SourceImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SourceImpl.java index b87fb7a..3e546f5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SourceImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/SourceImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/UserDefinedFunctionImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/UserDefinedFunctionImpl.java index 837ce74..9b31f4f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/UserDefinedFunctionImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/impl/UserDefinedFunctionImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesAdapterFactory.java index be3612a..a21952a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesSwitch.java index d284a09..11c4a91 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/routines/util/SQLRoutinesSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Database.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Database.java index a9baa0a..3112ec1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Database.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Database.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Dependency.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Dependency.java index 7bc98b0..4d69a22 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Dependency.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Dependency.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/IdentitySpecifier.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/IdentitySpecifier.java index 7c3c617..4de24e4 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/IdentitySpecifier.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/IdentitySpecifier.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLObject.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLObject.java index 6ebfadd..339ad9c 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLObject.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLObject.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaFactory.java index c8ac805..055fcc7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaPackage.java index 54333f0..d389733 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/SQLSchemaPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Schema.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Schema.java index b3e3ea6..7909c52 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Schema.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Schema.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Sequence.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Sequence.java index 77fc2b1..eb844b7 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Sequence.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/Sequence.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/TypedElement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/TypedElement.java index c3ebf7a..39bb5a6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/TypedElement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/TypedElement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/DatabaseHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/DatabaseHelper.java index 5b249b0..d01bf3d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/DatabaseHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/DatabaseHelper.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/ISQLObjectNameHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/ISQLObjectNameHelper.java index f109303..6e6a632 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/ISQLObjectNameHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/ISQLObjectNameHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SQLObjectNameHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SQLObjectNameHelper.java index 4bbb26b..61fff79 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SQLObjectNameHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SQLObjectNameHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SchemaHelper.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SchemaHelper.java index dd38d2c..2080e05 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SchemaHelper.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/helper/SchemaHelper.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DatabaseImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DatabaseImpl.java index e0257c1..417a371 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DatabaseImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DatabaseImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DependencyImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DependencyImpl.java index aaf4bac..088e2da 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DependencyImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/DependencyImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/EModelElementImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/EModelElementImpl.java index e048089..b691689 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/EModelElementImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/EModelElementImpl.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2002-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 - Initial API and implementation
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/ENamedElementImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/ENamedElementImpl.java index 1b7b24f..5823b85 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/ENamedElementImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/ENamedElementImpl.java
@@ -3,9 +3,9 @@ * * Copyright (c) 2002-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 - Initial API and implementation
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/IdentitySpecifierImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/IdentitySpecifierImpl.java index 4f52acc..1cbbd45 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/IdentitySpecifierImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/IdentitySpecifierImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLObjectImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLObjectImpl.java index 05ced02..4e4c60a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLObjectImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLObjectImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaFactoryImpl.java index 0cf125e..a6d4d9a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaPackageImpl.java index 76883ac..9aa243a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SQLSchemaPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SchemaImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SchemaImpl.java index 850fb67..f559d7b 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SchemaImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SchemaImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SequenceImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SequenceImpl.java index 8c31490..997c094 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SequenceImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/SequenceImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/TypedElementImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/TypedElementImpl.java index c1dee8c..d5b5a21 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/TypedElementImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/impl/TypedElementImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaAdapterFactory.java index 6fa5979..583c2e3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaSwitch.java index 506b4e6..fe1ed13 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/schema/util/SQLSchemaSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLConnectionStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLConnectionStatement.java index 68fe041..2a0cef2 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLConnectionStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLConnectionStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLControlStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLControlStatement.java index 5bcf7cd..076d2e6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLControlStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLControlStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataChangeStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataChangeStatement.java index 1aa55e6..b0269f3 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataChangeStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataChangeStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataStatement.java index afa880d..ba964bc 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDataStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDiagnosticsStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDiagnosticsStatement.java index d6b8725..325c2fd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDiagnosticsStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDiagnosticsStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDynamicStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDynamicStatement.java index 3209e1c..f6bd3e5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDynamicStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLDynamicStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSchemaStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSchemaStatement.java index dff18ee..ef6af46 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSchemaStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSchemaStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSessionStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSessionStatement.java index d0cb5a6..bcf8be9 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSessionStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLSessionStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatement.java index 35c20ae..4c4bcdb 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementDefault.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementDefault.java index 903348b..d2fb5bb 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementDefault.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementDefault.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsFactory.java index fdc6174..ddb9a08 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsPackage.java index f623b7e..a3013ba 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLStatementsPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLTransactionStatement.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLTransactionStatement.java index 90cf02f..792a756 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLTransactionStatement.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/SQLTransactionStatement.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementDefaultImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementDefaultImpl.java index 1913520..edfd3b6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementDefaultImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementDefaultImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsFactoryImpl.java index cbc38f3..f74d9ab 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsPackageImpl.java index e0dc418..d5e5342 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/impl/SQLStatementsPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsAdapterFactory.java index 5145ffc..78541c9 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsSwitch.java index 4c9ab95..4d607df 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/statements/util/SQLStatementsSwitch.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/BaseTable.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/BaseTable.java index e6d9d51..f609df5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/BaseTable.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/BaseTable.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Column.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Column.java index da3ba09..1c00fa2 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Column.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Column.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/DerivedTable.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/DerivedTable.java index 86690b4..e1bb24d 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/DerivedTable.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/DerivedTable.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/PersistentTable.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/PersistentTable.java index e8c6f82..31e6c2e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/PersistentTable.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/PersistentTable.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesFactory.java index 8cd9f8c..8ca3d36 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesPackage.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesPackage.java index 2259a24..c34d0e6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesPackage.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/SQLTablesPackage.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Table.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Table.java index 34d15f7..d5e7d8e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Table.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Table.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/TemporaryTable.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/TemporaryTable.java index aab1089..6f5f4e5 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/TemporaryTable.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/TemporaryTable.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Trigger.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Trigger.java index b6bbdd5..354192f 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Trigger.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/Trigger.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/ViewTable.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/ViewTable.java index 4fa93d4..47ea6fd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/ViewTable.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/ViewTable.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/BaseTableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/BaseTableImpl.java index fc0c9b7..ffcaa21 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/BaseTableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/BaseTableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ColumnImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ColumnImpl.java index 985b649..a8e2595 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ColumnImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ColumnImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/DerivedTableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/DerivedTableImpl.java index f71da99..f2f9ca6 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/DerivedTableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/DerivedTableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/PersistentTableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/PersistentTableImpl.java index 815a716..c434ca1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/PersistentTableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/PersistentTableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesFactoryImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesFactoryImpl.java index 0bc1c70..fe8ec5a 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesFactoryImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesFactoryImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesPackageImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesPackageImpl.java index 246aa8c..4a25d95 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesPackageImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/SQLTablesPackageImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TableImpl.java index e18603c..65669cd 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TemporaryTableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TemporaryTableImpl.java index bc12ac8..7480449 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TemporaryTableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TemporaryTableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TriggerImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TriggerImpl.java index c248d9a..a7d2aa8 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TriggerImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/TriggerImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ViewTableImpl.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ViewTableImpl.java index f59617c..cd30a27 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ViewTableImpl.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/impl/ViewTableImpl.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesAdapterFactory.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesAdapterFactory.java index 5a4d4c5..cfc122e 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesAdapterFactory.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesAdapterFactory.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/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesSwitch.java b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesSwitch.java index a230e2f..dac72d1 100644 --- a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesSwitch.java +++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/tables/util/SQLTablesSwitch.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/org.eclipse.datatools.sdk/about.html b/plugins/org.eclipse.datatools.sdk/about.html index c23c946..3820796 100644 --- a/plugins/org.eclipse.datatools.sdk/about.html +++ b/plugins/org.eclipse.datatools.sdk/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/org.eclipse.datatools.sdk/about.properties b/plugins/org.eclipse.datatools.sdk/about.properties index 2dd4309..d1b8e91 100644 --- a/plugins/org.eclipse.datatools.sdk/about.properties +++ b/plugins/org.eclipse.datatools.sdk/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/build.xml index a61723a..f6ebdd7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_de_DE.msg index b257e76..2d40755 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_es_ES.msg index d245a68..d46f4bf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_fr_FR.msg index a02ab17..7ea62dc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_ja_JP.msg index c725e10..ecae05e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_ko_KR.msg index ba9ee21..91efd3d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.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/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_zh_CN.msg index e4bf5d6..23f8231 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.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/sqltools/org.eclipse.datatools.sqltools.common.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.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/sqltools/org.eclipse.datatools.sqltools.common.ui/about.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/about.properties index 9187da5..b43d4c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/about.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.common.ui/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/build.xml index 52fc179..4d0e614 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/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/sqltools/org.eclipse.datatools.sqltools.common.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/plugin.properties index a98ebcb..6ebe3cb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/plugin.properties
@@ -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/sqltools/org.eclipse.datatools.sqltools.common.ui/schema-doc/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema-doc/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html index 5289455..a746e08 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema-doc/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema-doc/org_eclipse_datatools_sqltools_common_ui_preferenceSections.html
@@ -44,9 +44,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema/preferenceSections.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema/preferenceSections.exsd index bb0f22c..b0af6e7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema/preferenceSections.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/schema/preferenceSections.exsd
@@ -126,9 +126,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/actions/CommonSQLObjectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/actions/CommonSQLObjectAction.java index d478d09..addd6ab 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/actions/CommonSQLObjectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/actions/CommonSQLObjectAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Activator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Activator.java index 9007ca7..be37591 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Activator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Activator.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Messages.java index dac12c1..5b51378 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java index f5c228f..61fddcd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/AbstractDBPreferenceFieldPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerLaunchPreferenceSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerLaunchPreferenceSection.java index b0f7a03..7ef6ec7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerLaunchPreferenceSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerLaunchPreferenceSection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerPreferenceSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerPreferenceSection.java index d306395..25286d6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerPreferenceSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/IDataServerPreferenceSection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/Messages.java index 5334419..b5ed77c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/Messages.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: Sybase ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencePage.java index 7fdfa86..bc13ae4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencePage.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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencesRegistry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencesRegistry.java index d566640..75dbbf7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencesRegistry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/preferences/PreferencesRegistry.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java index cc547d3..c36055b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ContainerSelectionGroup.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateFolderAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateFolderAction.java index 11b46b7..2aa490d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateFolderAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateFolderAction.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateProjectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateProjectAction.java index cfbc595..d8e65e3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateProjectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/CreateProjectAction.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/IProfileFilter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/IProfileFilter.java index d0a5aa5..facfc9c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/IProfileFilter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/IProfileFilter.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/Messages.java index 56647bd..dc48d20 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ResourceAndContainerGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ResourceAndContainerGroup.java index d909a6f..928e3a8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ResourceAndContainerGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/ResourceAndContainerGroup.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/WizardNewFileCreationPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/WizardNewFileCreationPage.java index d3dd4c7..f785f71 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/WizardNewFileCreationPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/resource/WizardNewFileCreationPage.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTML2TextReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTML2TextReader.java index 9789adb..beb2c35 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTML2TextReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTML2TextReader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTMLTextPresenter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTMLTextPresenter.java index 8182b63..9ec2678 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTMLTextPresenter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/HTMLTextPresenter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Images.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Images.java index c68c8da..b090d70 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Images.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Images.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/LineBreakingReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/LineBreakingReader.java index d0f2759..5a97a63 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/LineBreakingReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/LineBreakingReader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Messages.java index a5b88eb..0b1db50 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SWTUtils.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SWTUtils.java index 9a888e5..0979008 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SWTUtils.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SWTUtils.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SingleCharReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SingleCharReader.java index af824f2..4661d4d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SingleCharReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SingleCharReader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/StringBufferWriter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/StringBufferWriter.java index 4592e23..298e05b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/StringBufferWriter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/StringBufferWriter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SubstitutionTextReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SubstitutionTextReader.java index 53633c7..ba7a6ca 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SubstitutionTextReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/src/org/eclipse/datatools/sqltools/common/ui/util/SubstitutionTextReader.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.data.core/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/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/sqltools/org.eclipse.datatools.sqltools.data.core/about.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/about.properties index 28496ea..520451c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/about.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.data.core/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/plugin.properties index 238fa91..5b44384 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/plugin.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.core/schema/columnDataAccessors.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/schema/columnDataAccessors.exsd index c6f8cb6..5f1d70f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/schema/columnDataAccessors.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/schema/columnDataAccessors.exsd
@@ -128,9 +128,9 @@ <documentation> 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/ </documentation> </annotation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/DataCorePlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/DataCorePlugin.java index f39590d..a7d3701 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/DataCorePlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/DataCorePlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/Messages.java index f1378ec..2fe8098 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/DefaultColumnDataAccessor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/DefaultColumnDataAccessor.java index 34cff17..a3e8760 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/DefaultColumnDataAccessor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/DefaultColumnDataAccessor.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/IColumnDataAccessor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/IColumnDataAccessor.java index 2e4e620..49da2c1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/IColumnDataAccessor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/IColumnDataAccessor.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/Output.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/Output.java index 28dbe19..9a052cb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/Output.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/Output.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigDecimalFormat.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigDecimalFormat.java index d43fb1f..63cd23d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigDecimalFormat.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigDecimalFormat.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigIntegerFormat.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigIntegerFormat.java index 7f016d2..7eb43f2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigIntegerFormat.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/BigIntegerFormat.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataDeserializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataDeserializer.java index f86f515..1a25d1e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataDeserializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataDeserializer.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataSerializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataSerializer.java index 854ae67..23784fd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataSerializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/DataSerializer.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/PreparedStatementWriter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/PreparedStatementWriter.java index 9dbcefc..57b9f0b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/PreparedStatementWriter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/PreparedStatementWriter.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/ResultSetReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/ResultSetReader.java index 66b8e98..fbc3bd5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/ResultSetReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/common/data/ResultSetReader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/AbstractRowData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/AbstractRowData.java index a63c1b2..311c310 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/AbstractRowData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/AbstractRowData.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/IRowData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/IRowData.java index 95772df..b7f15a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/IRowData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/IRowData.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData.java index 0739249..e25a034 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData2.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData2.java index 5f9a8b9..8ba6a4c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData2.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableData2.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableEditorResultFilter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableEditorResultFilter.java index 919a1d8..fd7bdfa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableEditorResultFilter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/ITableEditorResultFilter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/Messages.java index 4eb21a1..5d0b76c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/RowDataImpl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/RowDataImpl.java index 7a134fe..fc9cf98 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/RowDataImpl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/RowDataImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2012 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataImpl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataImpl.java index 162ba85..e81c3fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataImpl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataImpl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataSaveStatus.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataSaveStatus.java index ba6c6c1..559788b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataSaveStatus.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableDataSaveStatus.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableEditorFilterRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableEditorFilterRegistryReader.java index dc5593d..9d22657 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableEditorFilterRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/TableEditorFilterRegistryReader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/messages.properties index 5d50f89..bd4db7b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/editor/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/ExtractData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/ExtractData.java index bdd1cfc..edb6154 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/ExtractData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/ExtractData.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/Messages.java index 5a9959b..da79ae1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/messages.properties index 219344e..13c990e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/extract/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFileTokenizer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFileTokenizer.java index 042bcc3..d144f2f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFileTokenizer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFileTokenizer.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFormatException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFormatException.java index 4d1e79c..2d21288 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFormatException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/DataFormatException.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/LoadData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/LoadData.java index b3228f9..c0a8b73 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/LoadData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/LoadData.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/Messages.java index f0b258b..2e5052a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/TableLoader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/TableLoader.java index f099cdd..7488348 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/TableLoader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/TableLoader.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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/messages.properties index 729db2b..35d14ce 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/load/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/messages.properties index d0d2251..5488c24 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/src/org/eclipse/datatools/sqltools/data/internal/core/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.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/sqltools/org.eclipse.datatools.sqltools.data.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/plugin.properties index 03c8b00..408f601 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/plugin.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/DataUIPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/DataUIPlugin.java index df1f18b..a778c03 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/DataUIPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/DataUIPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/FileFormatWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/FileFormatWizardPage.java index 7de8ea2..17ad18f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/FileFormatWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/FileFormatWizardPage.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/Messages.java index 9a92d23..eccc521 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/OutputItemAdapter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/OutputItemAdapter.java index a334b95..25c414f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/OutputItemAdapter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/OutputItemAdapter.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizard.java index e07ad2d..1d1594e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizardPage.java index 3ed3df2..ffd775b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/DefaultExternalTableDataWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataAction.java index 2f27364..56a5972 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataActionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataActionProvider.java index c21f446..f7c8ceb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataActionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/EditTableDataActionProvider.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/IExternalTableDataEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/IExternalTableDataEditor.java index 351978d..9f203e2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/IExternalTableDataEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/IExternalTableDataEditor.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/ITableDataEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/ITableDataEditor.java index 652d5e0..018b66b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/ITableDataEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/ITableDataEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/Messages.java index a35dea0..cbfb464 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCell.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCell.java index c1cc950..494fe5b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCell.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCell.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCellModifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCellModifier.java index a4c29de..c6b319c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCellModifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataCellModifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataContentProvider.java index e05028e..d325de3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataContentProvider.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java index 1452416..cec7150 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditor.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorActionBarContributor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorActionBarContributor.java index f99ff46..950a04d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorActionBarContributor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorActionBarContributor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorInput.java index a5dcaa1..89ec44d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataEditorInput.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataLabelProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataLabelProvider.java index b61f074..108f46e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataLabelProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataLabelProvider.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursor.java index d27efe0..b8b70d6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursor.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursorExternalEditingSupport.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursorExternalEditingSupport.java index 7284c30..0a31b55 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursorExternalEditingSupport.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/TableDataTableCursorExternalEditingSupport.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/messages.properties index 22e958b..c27e115 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/editor/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataAction.java index e21596f..802e77f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataAction.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataActionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataActionProvider.java index 91d0482..27fb228 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataActionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataActionProvider.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataWizard.java index f8623b6..32ed6dd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/ExtractDataWizard.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/IExternalExtract.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/IExternalExtract.java index 627bf69..8fbeb91 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/IExternalExtract.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/IExternalExtract.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/Messages.java index 531ec59..4c68594 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/messages.properties index 1f63b24..db7b466 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/extract/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/IExternalLoad.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/IExternalLoad.java index c93d073..5f78466 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/IExternalLoad.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/IExternalLoad.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataAction.java index 0e18ea7..d159e5d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataAction.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataActionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataActionProvider.java index 5faeb82..b749aa6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataActionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataActionProvider.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizard.java index 2bd061d..c0ee0c6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizard.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizardPage.java index 74b7af4..4448fd8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/LoadDataWizardPage.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/Messages.java index 4f27b84..60f824a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/Messages.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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/messages.properties index 6e63c87..deee9b1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/load/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/messages.properties index 6f2f5ff..c34e599 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/src/org/eclipse/datatools/sqltools/data/internal/ui/messages.properties
@@ -2,9 +2,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/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.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/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/build.xml index feaadef..56701a6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.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/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/plugin.properties index 3871ab8..af9bb7a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyASTSQLStatementImageHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyASTSQLStatementImageHandler.java index 6f4500b..884b184 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyASTSQLStatementImageHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyASTSQLStatementImageHandler.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIActivator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIActivator.java index 7ff19c1..21fc435 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIActivator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIActivator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIConfiguration.java index 2a8f6c8..fb656dc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/src/org/eclipse/datatools/sqltools/db/derby/ui/DerbyUIConfiguration.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.derby/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.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/sqltools/org.eclipse.datatools.sqltools.db.derby/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/build.xml index c2e1102..6c5bbf3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/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/sqltools/org.eclipse.datatools.sqltools.db.derby/grammar/sql.jjt b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/grammar/sql.jjt index 2b22a00..f7b9a76 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/grammar/sql.jjt +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/grammar/sql.jjt Binary files differ
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/plugin.properties index fcb5fe0..b680bc6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/Activator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/Activator.java index 0704ac1..4a8a0e6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/Activator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/Activator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyCallableRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyCallableRunnable.java index 2cd2f6e..38d1dbd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyCallableRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyCallableRunnable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyConfiguration.java index 299f5fb..4bfeefc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyConfiguration.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyControlConnection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyControlConnection.java index e59ab20..6cfeab1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyControlConnection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyControlConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyProcIdentifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyProcIdentifier.java index 051d39f..545131c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyProcIdentifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/DerbyProcIdentifier.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyConnectionService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyConnectionService.java index cc45138..1c689e0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyConnectionService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyConnectionService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyExecutionService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyExecutionService.java index 498792f..6fa9335 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyExecutionService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyExecutionService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyHelper.java index 88c08ca..2db1019 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbyHelper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbySQLService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbySQLService.java index fc89de1..d68abe1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbySQLService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/core/services/DerbySQLService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/internal/Messages.java index 87b6c26..ba3dd46 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareComma.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareComma.java index 8318603..5d12a56 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareComma.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareComma.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareKeyword.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareKeyword.java index 177773a..4396858 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareKeyword.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTDeclareKeyword.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTExpression.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTExpression.java index 832c527..ebed1f7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTExpression.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTExpression.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDataType.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDataType.java index 667c627..b935908 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDataType.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDataType.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDelimiter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDelimiter.java index 0cdc2a2..59018e2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDelimiter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLDelimiter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLParam.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLParam.java index 3484006..729ca05 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLParam.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLParam.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLStatement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLStatement.java index c9f10c1..6883cb7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLStatement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTSQLStatement.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTStart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTStart.java index 6285ca3..6316675 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTStart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/ASTStart.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/DerbyParsingResult.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/DerbyParsingResult.java index ee44a9e..1863c0f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/DerbyParsingResult.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/DerbyParsingResult.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/Node.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/Node.java index 2c9cde2..50f7364 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/Node.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/Node.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/SimpleNode.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/SimpleNode.java index 0f440a9..9c48176 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/SimpleNode.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/parser/SimpleNode.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/sql/DerbySQLSyntax.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/sql/DerbySQLSyntax.java index accc233..4212878 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/sql/DerbySQLSyntax.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/src/org/eclipse/datatools/sqltools/db/derby/sql/DerbySQLSyntax.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/build.xml index 0d39289..86dc1a4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_de_DE.msg index cacd506..3715f08 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_de_DE.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_es_ES.msg index 68322be..b8ece33 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_es_ES.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_fr_FR.msg index aa59c80..858d163 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_fr_FR.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ja_JP.msg index 1557dc5..1670efc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ja_JP.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ko_KR.msg index 308913c..3f3ed9d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_ko_KR.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_zh_CN.msg index 5bc1303..b2db862 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/plugin_zh_CN.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/about.html index 7248883..a78db28 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/plugin.properties index 0acd645..0446e9a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericASTSQLStatementImageHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericASTSQLStatementImageHandler.java index e55e058..0505962 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericASTSQLStatementImageHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericASTSQLStatementImageHandler.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericDBUIConfiguation.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericDBUIConfiguation.java index ff21a8e..22f2ec0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericDBUIConfiguation.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericDBUIConfiguation.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericUIActivator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericUIActivator.java index 506b697..30ff8d7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericUIActivator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/GenericUIActivator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericActionService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericActionService.java index 529129b..2ae247e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericActionService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericActionService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericSQLEditorUIService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericSQLEditorUIService.java index 3d57c66..481f8f4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericSQLEditorUIService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/src/org/eclipse/datatools/sqltools/db/generic/ui/service/GenericSQLEditorUIService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.db.generic/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.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/sqltools/org.eclipse.datatools.sqltools.db.generic/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/build.xml index e51f013..b4c1fad 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/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/sqltools/org.eclipse.datatools.sqltools.db.generic/grammar/sql.jjt b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/grammar/sql.jjt index e9dc713..e120a3e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/grammar/sql.jjt +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/grammar/sql.jjt
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/plugin.properties index 1663f52..3355d09 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/GenericDBConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/GenericDBConfiguration.java index aa7790e..eba0463 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/GenericDBConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/GenericDBConfiguration.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/GenericPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/GenericPlugin.java index e3a811f..9eee5e8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/GenericPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/GenericPlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/Messages.java index fefce99..72303c0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareComma.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareComma.java index f441680..d6771ca 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareComma.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareComma.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareKeyword.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareKeyword.java index 5acffab..d01bde6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareKeyword.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTDeclareKeyword.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTExpression.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTExpression.java index 68818c6..cc58868 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTExpression.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTExpression.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDataType.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDataType.java index 6e66d88..08d5b9c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDataType.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDataType.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDelimiter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDelimiter.java index 4bb141a..99a48df 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDelimiter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLDelimiter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLParam.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLParam.java index 80f2475..5425cf2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLParam.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLParam.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLStatement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLStatement.java index 5ce4ba6..7a2ce09 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLStatement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTSQLStatement.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTStart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTStart.java index 484e7ae..58fa72e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTStart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/ASTStart.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/GenericParsingResult.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/GenericParsingResult.java index 66fb46d..293611e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/GenericParsingResult.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/GenericParsingResult.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/JJTGenericSQLParserState.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/JJTGenericSQLParserState.java index 1b7cd6f..36ea00e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/JJTGenericSQLParserState.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/JJTGenericSQLParserState.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/Node.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/Node.java index 780b377..6e09183 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/Node.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/Node.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/SimpleNode.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/SimpleNode.java index 7154f94..5bc8399 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/SimpleNode.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/parser/SimpleNode.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/service/GenericSQLService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/service/GenericSQLService.java index 8db3d56..e8607dd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/service/GenericSQLService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/service/GenericSQLService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/sql/GenericSQLSyntax.java b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/sql/GenericSQLSyntax.java index 0cd99a6..8b3fdc3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/sql/GenericSQLSyntax.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/src/org/eclipse/datatools/sqltools/db/generic/sql/GenericSQLSyntax.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.html index ddaf7d2..7f40160 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.properties index 28496ea..520451c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/plugin.properties index a659199..fcaf152 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/FEUiPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/FEUiPlugin.java index 1620bf0..eceda24 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/FEUiPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/FEUiPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/IHelpContextsSQMFEUI.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/IHelpContextsSQMFEUI.java index 602094e..7278d76 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/IHelpContextsSQMFEUI.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/IHelpContextsSQMFEUI.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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerAction.java index 74162d7..4c8d5fa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerActionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerActionProvider.java index dfaece8..bb197de 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerActionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/actions/popup/ForwardEngineerActionProvider.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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/util/ResourceLoader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/util/ResourceLoader.java index 1cd5b6e..d458a93 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/util/ResourceLoader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/util/ResourceLoader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2004, 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEConfigurationData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEConfigurationData.java index b831af8..8365365 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEConfigurationData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEConfigurationData.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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectFileWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectFileWizardPage.java index c038710..905fdc7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectFileWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectFileWizardPage.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectObjectsWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectObjectsWizardPage.java index c97757b..375b9f4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectObjectsWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectObjectsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectOptionsWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectOptionsWizardPage.java index 9c84a48..a8f0feb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectOptionsWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESelectOptionsWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsDialogPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsDialogPage.java index c0bce18..d8c42a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsDialogPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsDialogPage.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsWizardPage.java index a04d340..a38acd1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESpecifyExistingConnectionsWizardPage.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryProperty.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryProperty.java index 0717f27..6a64111 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryProperty.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryProperty.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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryWizardPage.java index 4a1d13e..6d05fef 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FESummaryWizardPage.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEWizard.java index e12e581..2591a52 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/FEWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/IGenerateDDL.java b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/IGenerateDDL.java index f521d79..7194133 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/IGenerateDDL.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/src/org/eclipse/datatools/sqltools/ddlgen/internal/ui/wizards/IGenerateDDL.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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/plugin.properties index c75d5f9..3d8a809 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/AbstractBreakpointRulerAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/AbstractBreakpointRulerAction.java index 645bbb8..7e79903 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/AbstractBreakpointRulerAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/AbstractBreakpointRulerAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerAction.java index aaf3ff2..ca5274a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerActionDelegate.java index dcff7d9..2488b97 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/EnableDisableBreakpointRulerActionDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerAction.java index 277165e..bfbf181 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerActionDelegate.java index 49efc91..4da0331 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ManageBreakpointRulerActionDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/RetargettableActionAdapterFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/RetargettableActionAdapterFactory.java index c783bd9..df940a9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/RetargettableActionAdapterFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/RetargettableActionAdapterFactory.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesAction.java index b23dbdf..feb20af 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerAction.java index cc7b2dd..504f696 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerActionDelegate.java index 3fe91eb..4064831 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/SPBreakpointPropertiesRulerActionDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ToggleBreakpointAdapter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ToggleBreakpointAdapter.java index f344656..724c606 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ToggleBreakpointAdapter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/actions/ToggleBreakpointAdapter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/AutoAttachUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/AutoAttachUtil.java index b176d18..8db947b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/AutoAttachUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/AutoAttachUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/DebugHandlerManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/DebugHandlerManager.java index 56380f2..12765d7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/DebugHandlerManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/DebugHandlerManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/Messages.java index b72b0c2..41d28d0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/SQLDebuggerConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/SQLDebuggerConfiguration.java index 739d4e6..b6066f1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/SQLDebuggerConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/SQLDebuggerConfiguration.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerImages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerImages.java index d3940b3..951b60b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerImages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerImages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerPreferenceInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerPreferenceInitializer.java index 7e318d2..0971da4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerPreferenceInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/core/ui/DebuggerPreferenceInitializer.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationHandler.java index 1547aec..18a06b9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationHandler.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationVerifierJob.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationVerifierJob.java index 2c766d0..870e6cf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationVerifierJob.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/BreakpointLocationVerifierJob.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/Messages.java index 01f8856..5907f90 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/SPModelPresentation.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/SPModelPresentation.java index 901b33d..bf399bb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/SPModelPresentation.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/debug/SPModelPresentation.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/Messages.java index ce28e94..a2f7f06 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SPBreakpointAnnotationModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SPBreakpointAnnotationModel.java index 1cc7238..8aeee78 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SPBreakpointAnnotationModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SPBreakpointAnnotationModel.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebugHover.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebugHover.java index ae1a083..1e3523b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebugHover.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebugHover.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebuggerDocumentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebuggerDocumentProvider.java index 71a57b4..4d4f0b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebuggerDocumentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/editorext/SQLDebuggerDocumentProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/launching/SPDebuggerLaunchConfigurationDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/launching/SPDebuggerLaunchConfigurationDelegate.java index 748b082..ea07524 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/launching/SPDebuggerLaunchConfigurationDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/launching/SPDebuggerLaunchConfigurationDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/perspectives/DebuggerPerspective.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/perspectives/DebuggerPerspective.java index db05b38..51d0865 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/perspectives/DebuggerPerspective.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/perspectives/DebuggerPerspective.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/view/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/view/internal/Messages.java index 577e9c8..890d888 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/view/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/src/org/eclipse/datatools/sqltools/debugger/view/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/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/sqltools/org.eclipse.datatools.sqltools.debugger.core/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/build.xml index dbf767a..50006f7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/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/sqltools/org.eclipse.datatools.sqltools.debugger.core/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/plugin.properties index e04fe27..15f24fa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/schema/sourceLocatorProvider.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/schema/sourceLocatorProvider.exsd index 56efa37..da9a681 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/schema/sourceLocatorProvider.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/schema/sourceLocatorProvider.exsd
@@ -116,9 +116,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/ISPBreakpoint.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/ISPBreakpoint.java index c6d6ee5..c9074d2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/ISPBreakpoint.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/ISPBreakpoint.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/SPLineBreakpoint.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/SPLineBreakpoint.java index f9fea7f..24c6b7c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/SPLineBreakpoint.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/breakpoint/SPLineBreakpoint.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/ClientConInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/ClientConInfo.java index 89bbe69..518784f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/ClientConInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/ClientConInfo.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IConnectionObserver.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IConnectionObserver.java index c157ec9..5b7582c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IConnectionObserver.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IConnectionObserver.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IControlConnectionExtension.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IControlConnectionExtension.java index 2cc5238..25d6475 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IControlConnectionExtension.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/IControlConnectionExtension.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/AbstractControlConnectionExtension.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/AbstractControlConnectionExtension.java index b68b90b..66a9355 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/AbstractControlConnectionExtension.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/AbstractControlConnectionExtension.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerCorePlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerCorePlugin.java index 9f6d507..11ba1aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerCorePlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerCorePlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerMessages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerMessages.java index 9d45ad5..29255df 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerMessages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerMessages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerPreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerPreferenceConstants.java index 1add2a2..2ed532e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerPreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/core/internal/DebuggerPreferenceConstants.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/debug/ISourceLocatorProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/debug/ISourceLocatorProvider.java index 0c60510..b4127cf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/debug/ISourceLocatorProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/debug/ISourceLocatorProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugElement.java index 46882c3..c6d18e4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugElement.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugModelUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugModelUtil.java index 16ed98b..78f7b1a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugModelUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugModelUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugTarget.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugTarget.java index 692c659..4861aa1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugTarget.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPDebugTarget.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPGlobalVariable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPGlobalVariable.java index ebd01e9..3a2f635 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPGlobalVariable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPGlobalVariable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPLocalVariable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPLocalVariable.java index 87a6d3f..e7c928e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPLocalVariable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPLocalVariable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPStackFrame.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPStackFrame.java index 3bf74e4..4b89067 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPStackFrame.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPStackFrame.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPThread.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPThread.java index fa38899..2a82109 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPThread.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPThread.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPValue.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPValue.java index 2a0a454..d3670ff 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPValue.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPValue.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPVariable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPVariable.java index ba31f60..57ffebc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPVariable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPVariable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPWatchExpressionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPWatchExpressionDelegate.java index e7c289d..2ea4d9d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPWatchExpressionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/model/SPWatchExpressionDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/sourcelookup/SPSourceLocator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/sourcelookup/SPSourceLocator.java index 4f49574..dbf002d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/sourcelookup/SPSourceLocator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/src/org/eclipse/datatools/sqltools/debugger/sourcelookup/SPSourceLocator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.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/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/build.xml index 017e70e..976dbad 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/plugin.properties index 15c3351..f2c2123 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/schema/dbUIConfigurations.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/schema/dbUIConfigurations.exsd index edb86b3..64dc755 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/schema/dbUIConfigurations.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/schema/dbUIConfigurations.exsd
@@ -133,9 +133,9 @@ <documentation> 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 + are made available under the terms of the Eclipse Public License 2.0 which 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterWrapper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterWrapper.java index 6d9674e..55a4250 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterWrapper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterWrapper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParametersData.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParametersData.java index bba9abe..81bc8a8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParametersData.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/dbitem/ParametersData.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/ActionService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/ActionService.java index 31b01f3..8767545 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/ActionService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/ActionService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLEditorUIService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLEditorUIService.java index 2d49c3f..0786faf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLEditorUIService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLEditorUIService.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLUIService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLUIService.java index c015256..67e0ad2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLUIService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/SQLUIService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/UIComponentService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/UIComponentService.java index f8a55e4..cf90d08 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/UIComponentService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/core/services/UIComponentService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/IExtendedSaveSupport.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/IExtendedSaveSupport.java index 96950f7..430f5bb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/IExtendedSaveSupport.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/IExtendedSaveSupport.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/internal/template/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/internal/template/Messages.java index 9f6f87e..ec21d80 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/internal/template/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/internal/template/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2005 Sybase, Inc. and others. * AAll rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License v1.0 +* are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/GenericSQLContextType.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/GenericSQLContextType.java index 8f218d7..67a13b3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/GenericSQLContextType.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/GenericSQLContextType.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/ITemplateService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/ITemplateService.java index 2c49e77..144b929 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/ITemplateService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/ITemplateService.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/SQLTemplate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/SQLTemplate.java index 314fb2b..f7d25c4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/SQLTemplate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/SQLTemplate.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/TemplateConstant.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/TemplateConstant.java index 7bcc715..ab648da 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/TemplateConstant.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/template/TemplateConstant.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/EditorCoreUIPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/EditorCoreUIPlugin.java index 9ae2cb6..a83f751 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/EditorCoreUIPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/EditorCoreUIPlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLDevToolsUIConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLDevToolsUIConfiguration.java index 40c471b..1979135 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLDevToolsUIConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLDevToolsUIConfiguration.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLToolsUIFacade.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLToolsUIFacade.java index 411bbb4..63d9343 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLToolsUIFacade.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/core/SQLToolsUIFacade.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistry.java index 51a4102..1d9950d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistry.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistryImpl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistryImpl.java index d16563d..77bf1b8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistryImpl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/editor/ui/internal/core/SQLDevToolsUIConfigRegistryImpl.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/sql/util/DSEUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/sql/util/DSEUtil.java index c9ea78d..6ebfbda 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/sql/util/DSEUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/src/org/eclipse/datatools/sqltools/sql/util/DSEUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/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/sqltools/org.eclipse.datatools.sqltools.editor.core/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/build.xml index 42afb38..a871698 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/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/sqltools/org.eclipse.datatools.sqltools.editor.core/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/plugin.properties index 44bcf2e..c919542 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.editor.core/schema-doc/org_eclipse_datatools_sqltools_editor_core_dbConfigurations.html b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema-doc/org_eclipse_datatools_sqltools_editor_core_dbConfigurations.html index 3b0ec34..0c0ced8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema-doc/org_eclipse_datatools_sqltools_editor_core_dbConfigurations.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema-doc/org_eclipse_datatools_sqltools_editor_core_dbConfigurations.html
@@ -57,9 +57,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/SQLBuilderUIComponentService.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/SQLBuilderUIComponentService.exsd index 2ce0843..3b3c302 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/SQLBuilderUIComponentService.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/SQLBuilderUIComponentService.exsd
@@ -85,9 +85,9 @@ <documentation> 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 + are made available under the terms of the Eclipse Public License 2.0 which 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. </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/dbConfigurations.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/dbConfigurations.exsd index 487486c..e220b94 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/dbConfigurations.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/schema/dbConfigurations.exsd
@@ -143,9 +143,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ConnectionException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ConnectionException.java index a855f9a..3f21d49 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ConnectionException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ConnectionException.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DBHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DBHelper.java index 67738e0..0d8acdb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DBHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DBHelper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeProvider.java index 5b33c2c..f9977c1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeStringParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeStringParser.java index 1021b51..1b88b6d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeStringParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeStringParser.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeValidator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeValidator.java index 6ca6c15..1db25aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeValidator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DataTypeValidator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseIdentifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseIdentifier.java index 9d8cb35..04794e0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseIdentifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseIdentifier.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseVendorDefinitionId.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseVendorDefinitionId.java index 0d2b1f8..d786125 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseVendorDefinitionId.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/DatabaseVendorDefinitionId.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/EditorCorePlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/EditorCorePlugin.java index 8ba442e..407168e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/EditorCorePlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/EditorCorePlugin.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnection.java index 66f2be8..c67f1a3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionListener.java index 4c74bbd..8a2e826 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionManager.java index fb5bc46..e6a0816 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IControlConnectionManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IDatabaseSetting.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IDatabaseSetting.java index 5d96681..ea4ae03 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IDatabaseSetting.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/IDatabaseSetting.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ISqlDataValidator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ISqlDataValidator.java index 7cef469..a1e3419 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ISqlDataValidator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ISqlDataValidator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/PredefinedDataTypeValidator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/PredefinedDataTypeValidator.java index 60f023a..6b93340 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/PredefinedDataTypeValidator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/PredefinedDataTypeValidator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier.java index af47884..eb9bc88 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier2.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier2.java index 989de02..3281955 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier2.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifier2.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2011 Teradata 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: * Teradata Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifierImpl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifierImpl.java index 25498ef..febcfe2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifierImpl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/ProcIdentifierImpl.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLDevToolsConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLDevToolsConfiguration.java index 44dff2d..f60d058 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLDevToolsConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLDevToolsConfiguration.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsConstants.java index b60913e..7d1af4d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsConstants.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsFacade.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsFacade.java index 2a99c1a..bce9fcd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsFacade.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/SQLToolsFacade.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IDBItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IDBItem.java index c056f3b..47a082a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IDBItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IDBItem.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IEvent.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IEvent.java index d2319fc..817ede6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IEvent.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IEvent.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IItemWithCode.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IItemWithCode.java index d6b5b38..c347540 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IItemWithCode.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IItemWithCode.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListener.java index 2de0622..15324df 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListenerManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListenerManager.java index 0bf5e7b..935e47d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListenerManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/IParamListenerManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ISPUDF.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ISPUDF.java index 01ca261..3c4c0b7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ISPUDF.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ISPUDF.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterDescriptor.java index a161410..204a969 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ParameterDescriptor.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ProcedureDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ProcedureDescriptor.java index ed65ce0..c64a000 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ProcedureDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/dbitem/ProcedureDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java index 72c5cbb..6e87f40 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/internal/dbitem/SQLObjectItem.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/NoSuchProfileException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/NoSuchProfileException.java index 27eb76d..2178299 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/NoSuchProfileException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/NoSuchProfileException.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/ProfileUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/ProfileUtil.java index 702486a..89ed827 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/ProfileUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/ProfileUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileListenersManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileListenersManager.java index cc3cb3c..be9af6a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileListenersManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileListenersManager.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileProxyListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileProxyListener.java index 5e9d611..fe61d80 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileProxyListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/profile/SQLToolsProfileProxyListener.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ConnectionService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ConnectionService.java index 4050ed9..e1d7dc0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ConnectionService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ConnectionService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ExecutionService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ExecutionService.java index 01950b9..f8bf4b5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ExecutionService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/ExecutionService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLDataService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLDataService.java index a8f619b..23876db 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLDataService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLDataService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLEditorService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLEditorService.java index 0c10efd..c5b1dec 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLEditorService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLEditorService.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLService.java index df5b04d..a0c7a65 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/core/services/SQLService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ContentAssistQueryRequest.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ContentAssistQueryRequest.java index a79dba5..cf8058a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ContentAssistQueryRequest.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ContentAssistQueryRequest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ISQLDBProposalsService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ISQLDBProposalsService.java index 439f08c..ae54048 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ISQLDBProposalsService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/ISQLDBProposalsService.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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/SQLDBProposalsRequest.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/SQLDBProposalsRequest.java index 6f59e4c..f47ba39 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/SQLDBProposalsRequest.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/contentassist/SQLDBProposalsRequest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionInitializer.java index 691eec3..b5adc16 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionInitializer.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionTracker.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionTracker.java index 457ebb4..ebc4503 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionTracker.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/IConnectionTracker.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/ISQLEditorConnectionInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/ISQLEditorConnectionInfo.java index a11cf8f..aa7405e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/ISQLEditorConnectionInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/connection/ISQLEditorConnectionInfo.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/Messages.java index 679ecd9..d18c243 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/ResultSupportRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/ResultSupportRunnable.java index bb46492..3f757fa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/ResultSupportRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/editor/core/result/ResultSupportRunnable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/SQLDevToolsUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/SQLDevToolsUtil.java index 4bba30c..10b8ca3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/SQLDevToolsUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/SQLDevToolsUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/AbstractControlConnection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/AbstractControlConnection.java index 57d58d4..98ee6a1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/AbstractControlConnection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/AbstractControlConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/ControlConnectionManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/ControlConnectionManager.java index 46bf1a8..bbad11c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/ControlConnectionManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/ControlConnectionManager.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/IConfigurationRegistryListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/IConfigurationRegistryListener.java index de65258..08d52c6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/IConfigurationRegistryListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/IConfigurationRegistryListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/Messages.java index d2f02a0..683d194 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2005 Sybase, Inc. and others. * AAll rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License v1.0 +* are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistry.java index cbdd399..58a6e20 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistry.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistryImpl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistryImpl.java index cc9ac83..28cb98d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistryImpl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/SQLDevToolsConfigRegistryImpl.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/profile/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/profile/Messages.java index 2c074c4..df1ab88 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/profile/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/core/profile/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObject2.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObject2.java index 391959c..fc1f246 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObject2.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObject2.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObjectListener2.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObjectListener2.java index 0c5c7b9..56a1e8f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObjectListener2.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/ICatalogObjectListener2.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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/RefreshManager2.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/RefreshManager2.java index 5cd4c4c..2b0781a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/RefreshManager2.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/internal/refresh/RefreshManager2.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/launching/IExtendedLaunchSupport.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/launching/IExtendedLaunchSupport.java index 2345565..cd9adba 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/launching/IExtendedLaunchSupport.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/launching/IExtendedLaunchSupport.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/internal/identifier/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/internal/identifier/Messages.java index 34698f6..5032290 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/internal/identifier/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/internal/identifier/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/updater/ProceduralObjectSourceUpdater.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/updater/ProceduralObjectSourceUpdater.java index 4c2c636..1435d5a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/updater/ProceduralObjectSourceUpdater.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/updater/ProceduralObjectSourceUpdater.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/Messages.java index f718efb..ad78309 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ModelUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ModelUtil.java index 2d23e52..a61d0b3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ModelUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ModelUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ParameterUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ParameterUtil.java index 6911fcc..e7bc5e8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ParameterUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/src/org/eclipse/datatools/sqltools/sql/util/ParameterUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/build.xml index d214974..b065280 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/plugin.properties index ef1c723..ed063ae 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/plugin.properties
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/AbstractSQLLexer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/AbstractSQLLexer.java index e4db539..626134b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/AbstractSQLLexer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/AbstractSQLLexer.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/LexerPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/LexerPlugin.java index 7cc889f..cad3133 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/LexerPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/LexerPlugin.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLCharacterKindMap.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLCharacterKindMap.java index a36638f..c2dee6c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLCharacterKindMap.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLCharacterKindMap.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexer.java index c3e02ae..87f9904 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexer.java
@@ -1,8 +1,8 @@ /* * This program and the accompanying materials - * are made available 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.lexer;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexerprs.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexerprs.java index 6986fe6..4312ade 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexerprs.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexerprs.java
@@ -1,8 +1,8 @@ /* * This program and the accompanying materials - * are made available 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.lexer;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexersym.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexersym.java index 93a0569..ef0f9b3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexersym.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLLexersym.java
@@ -1,8 +1,8 @@ /* * This program and the accompanying materials - * are made available 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.lexer;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLParsersym.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLParsersym.java index 786a368..44777df 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLParsersym.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLParsersym.java
@@ -1,8 +1,8 @@ /* * This program and the accompanying materials - * are made available 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.lexer;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLVariableSymbols.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLVariableSymbols.java index f88fe08..21b8ea5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLVariableSymbols.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/SQLVariableSymbols.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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/sqllexerTemplate.lpg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/sqllexerTemplate.lpg index 30814bc..c767a13 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/sqllexerTemplate.lpg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/src/org/eclipse/datatools/sqltools/parsers/sql/lexer/sqllexerTemplate.lpg
@@ -24,9 +24,9 @@ $copyright /./* * This program and the accompanying materials - * are made available 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/ */./ --
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/build.xml index 14d61ab..d77f5dc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_de_DE.msg index becc8e4..ce5eec9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_de_DE.msg
@@ -6,9 +6,9 @@ # ============================================================================= # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_es_ES.msg index 5cdc705..7bc33f7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_es_ES.msg
@@ -6,9 +6,9 @@ # ============================================================================= # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_fr_FR.msg index df10ae2..2cc8ce0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_fr_FR.msg
@@ -6,9 +6,9 @@ # ============================================================================= # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ja_JP.msg index 60c9df2..ba389b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ja_JP.msg
@@ -6,9 +6,9 @@ # ============================================================================= # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ko_KR.msg index fdc1f45..6538568 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_ko_KR.msg
@@ -6,9 +6,9 @@ # ============================================================================= # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_zh_CN.msg index 10a8774..17da155 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages_zh_CN.msg
@@ -6,9 +6,9 @@ # ============================================================================= # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/build.xml index fafcb5a..f936120 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_de_DE.msg index 0a631ec..b853759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_de_DE.msg
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_es_ES.msg index 0a631ec..b853759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_es_ES.msg
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_fr_FR.msg index 0a631ec..b853759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_fr_FR.msg
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ja_JP.msg index 0a631ec..b853759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ja_JP.msg
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ko_KR.msg index 0a631ec..b853759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_ko_KR.msg
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_zh_CN.msg index 0a631ec..b853759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/plugin_zh_CN.msg
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_de_DE.msg index 4bb5674..ec14633 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_de_DE.msg
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = Der Datentyp von "{0}" konnte nicht ermittelt werden.
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_es_ES.msg index 0d1fcf2..57f004d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_es_ES.msg
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = No se han podido determinar los tipos de datos de "{0}".
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_fr_FR.msg index 90c1b8f..6a025f3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_fr_FR.msg
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = Impossible de déterminer le type de données de "{0}".
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ja_JP.msg index f9ac15e..e38fcb3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ja_JP.msg
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = "{0}" Ìf[^^ªs¾Å·B
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ko_KR.msg index 9ab04ba..1500507 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_ko_KR.msg
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = "{0}"ÀÇ µ¥ÀÌÅÍ Çü½ÄÀ» È®ÀÎÇÒ ¼ö ¾ø½À´Ï´Ù.
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_zh_CN.msg index 8422f07..8c6cbec 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages_zh_CN.msg
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = ²»ÄÜÈ·¶¨¡°{0}¡±µÄÊý¾ÝÀàÐÍ¡£
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/build.xml index cf22d45..4fdf5be 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/plugin.properties index 7745590..8ca1899 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/plugin.properties
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/AbstractSQLQueryParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/AbstractSQLQueryParser.java index da2a306..5e9d92e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/AbstractSQLQueryParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/AbstractSQLQueryParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLControlParseResult.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLControlParseResult.java index 6cc89ea..cb68617 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLControlParseResult.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLControlParseResult.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParseResult.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParseResult.java index 786c64a..bb0be84 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParseResult.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParseResult.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParser.java index 4ec7cf3..f0647e3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParser.java
@@ -1,9 +1,9 @@ /* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License v1.0 +* 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.query;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactory.java index 2f5b975..3183617 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactory.java
@@ -1,9 +1,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactoryDataTypes.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactoryDataTypes.java index 43a49bf..68e494d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactoryDataTypes.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserFactoryDataTypes.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserLogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserLogger.java index 02e1909..65fac10 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserLogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserLogger.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManager.java index 15bf8fb..24c60d1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManager.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManagerProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManagerProvider.java index 63ce0b5..6b6035d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManagerProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserManagerProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserMessages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserMessages.java index a1bac23..7f50cd8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserMessages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserMessages.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserPlugin.java index 3435737..6f9583a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserprs.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserprs.java index 2131d6c..5f92eb2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserprs.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParserprs.java
@@ -1,9 +1,9 @@ /* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License v1.0 +* 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.query;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParsersym.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParsersym.java index c5eafc4..22b30ff 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParsersym.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/SQLQueryParsersym.java
@@ -1,9 +1,9 @@ /* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials -* are made available under the terms of the Eclipse Public License v1.0 +* 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.query;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/DataTypeResolver.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/DataTypeResolver.java index 8b8c711..a2e9c87 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/DataTypeResolver.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/DataTypeResolver.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/RoutineReferenceResolver.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/RoutineReferenceResolver.java index 1025719..523688b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/RoutineReferenceResolver.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/RoutineReferenceResolver.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/TableReferenceResolver.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/TableReferenceResolver.java index 284638d..cc344db 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/TableReferenceResolver.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/postparse/TableReferenceResolver.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparser.lpg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparser.lpg index bbce5fd..e31a11f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparser.lpg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparser.lpg
@@ -1,9 +1,9 @@ ------------------------------------------------------------------------------ -- Copyright (c) 1993, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages.properties index 4d72c25..ec94bf5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/sqlqueryparsermessages.properties
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2004, 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 is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ # ============================================================================== DataTypeResolver.DATA_TYPE_UNDETERMINED = The data type of "{0}" could not be determined.
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/CMESwitch.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/CMESwitch.java index 5d3176b..ee18741 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/CMESwitch.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/CMESwitch.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/EObjectPrinter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/EObjectPrinter.java index 8b7f544..51ce858 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/EObjectPrinter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/src/org/eclipse/datatools/sqltools/parsers/sql/query/util/EObjectPrinter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/build.xml index ec94ecc..60e077e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/plugin.properties index a8cbefa..0f87a46 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/plugin.properties
@@ -2,9 +2,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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParser.java index 3948f4b..f28cb60 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParser.java
@@ -1,9 +1,9 @@ /* * Copyright (c) 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.xml.query;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserFactory.java index ea74952..63bc9ec 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserFactory.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserManager.java index ebd063f..c534687 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserManager.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserPlugin.java index 8be3384..fa2b39b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserprs.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserprs.java index 2d42227..df66d7c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserprs.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParserprs.java
@@ -1,9 +1,9 @@ /* * Copyright (c) 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.xml.query;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParsersym.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParsersym.java index 51db33e..b974286 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParsersym.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/SQLXMLQueryParsersym.java
@@ -1,9 +1,9 @@ /* * Copyright (c) 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/ */ package org.eclipse.datatools.sqltools.parsers.sql.xml.query;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.properties index 28496ea..520451c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/build.xml index 61222ab..177b60e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/AbstractSQLParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/AbstractSQLParser.java index 87ed148..f6643dc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/AbstractSQLParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/AbstractSQLParser.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseErrorInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseErrorInfo.java index 131e06b..9803d92 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseErrorInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseErrorInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseResult.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseResult.java index 996ff93..390ba7d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseResult.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParseResult.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParser.java index 801a197..910d5cc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParser.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserException.java index a0948f0..d12dd45 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserException.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserFactory.java index 5a07217..5fd27b7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserInternalException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserInternalException.java index 00ee68b..6f9c319 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserInternalException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserInternalException.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserLogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserLogger.java index 98ccf21..a7d36f9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserLogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserLogger.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserManager.java index 45688a2..2c4cde2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserManager.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserMessages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserMessages.java index c5541d9..e707285 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserMessages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserMessages.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserPlugin.java index 48bb624..e4302ef 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/SQLParserPlugin.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessor.java index a0dac17..e4e9a3f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessorConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessorConfiguration.java index 898e151..b197274 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessorConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/postparse/PostParseProcessorConfiguration.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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparserTemplate.lpg b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparserTemplate.lpg index afa80d5..b25b1d9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparserTemplate.lpg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparserTemplate.lpg
@@ -19,9 +19,9 @@ $copyright /./* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/ */./ $parser_name /.$file_prefix./
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages.properties index 8450e41..5042fef 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/sqlparsermessages.properties
@@ -6,9 +6,9 @@ # ============================================================================== # Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/CMESwitch.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/CMESwitch.java index a99f088..98c206b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/CMESwitch.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/CMESwitch.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/EObjectPrinter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/EObjectPrinter.java index d57df05..f0a7aba 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/EObjectPrinter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/src/org/eclipse/datatools/sqltools/parsers/sql/util/EObjectPrinter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/sqltools/org.eclipse.datatools.sqltools.plan.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.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/sqltools/org.eclipse.datatools.sqltools.plan.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/build.xml index 1d8cd34..c187f09 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_de_DE.msg index df98dce..0f736a5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_de_DE.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_es_ES.msg index 3510889..da216bb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_es_ES.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_fr_FR.msg index 4e68470..86ccb9d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_fr_FR.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ja_JP.msg index 57d73f1..c73a981 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ja_JP.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ko_KR.msg index bf3d4c9..db1ebac 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_ko_KR.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_zh_CN.msg index f9cbfa1..f61e2e2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/plugin_zh_CN.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/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/sqltools/org.eclipse.datatools.sqltools.plan/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/plugin.properties index 0889416..407b066 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/AbstractPlanDrawer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/AbstractPlanDrawer.java index f87385e..150cbad 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/AbstractPlanDrawer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/AbstractPlanDrawer.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/EPVFacade.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/EPVFacade.java index f4dd988..b6a5fd0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/EPVFacade.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/EPVFacade.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IExecutionPlanDocument.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IExecutionPlanDocument.java index a1f7338..cf88913 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IExecutionPlanDocument.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IExecutionPlanDocument.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IHelpConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IHelpConstants.java index e65b454..83791d3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IHelpConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IHelpConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanDrawer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanDrawer.java index c554e98..b0108ed 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanDrawer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanDrawer.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanOption.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanOption.java index dc197c8..457ea3f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanOption.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanOption.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanParser.java index b205056..b4b67b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanParser.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanService.java index 4985381..6bebfcb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/IPlanService.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanOption.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanOption.java index 7db7115..0313518 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanOption.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanOption.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanRequest.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanRequest.java index ad05dac..066200f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanRequest.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanRequest.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanService.java index 2b97f79..ef9e7de 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanServiceRegistry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanServiceRegistry.java index c8b2064..3c5454a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanServiceRegistry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanServiceRegistry.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanSupportRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanSupportRunnable.java index 8e028df..901ee27 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanSupportRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/PlanSupportRunnable.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanInstance.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanInstance.java index f112122..0fee5de 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanInstance.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanInstance.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManager.java index a91a555..6f740e4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManager.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManagerListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManagerListener.java index acef0f4..d79c03c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManagerListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/IPlanManagerListener.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanConstants.java index 266007a..22295f0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanViewPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanViewPlugin.java index f47847e..d34231f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanViewPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PlanViewPlugin.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PreferenceConstants.java index 1a26f2d..921b0aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/PreferenceConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/Messages.java index 78bb0a0..81a836f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanInstance.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanInstance.java index 643b32a..55af99a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanInstance.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanInstance.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanManager.java index 1424d62..df7ff13 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/core/PlanManager.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanInitializer.java index 571d28b..32bbcb7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanInitializer.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanPage.java index f333835..7f25caa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/ExecutionPlanPage.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/Messages.java index c133bf4..64f5c60 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/preference/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/LoadPlanAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/LoadPlanAction.java index 2ec9e4e..89aae41 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/LoadPlanAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/LoadPlanAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/Messages.java index 4359219..d77a235 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanDropDownAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanDropDownAction.java index bf9f099..15be360 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanDropDownAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanDropDownAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanTypeDropDownAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanTypeDropDownAction.java index ed6d562..4723d01 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanTypeDropDownAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/PlanTypeDropDownAction.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemoveAllPlansAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemoveAllPlansAction.java index 71dbbc7..ebdbdfb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemoveAllPlansAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemoveAllPlansAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemovePlanAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemovePlanAction.java index 4678ce1..785eec9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemovePlanAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/RemovePlanAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SavePlanAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SavePlanAction.java index 05528f4..3514b1d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SavePlanAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SavePlanAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlanAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlanAction.java index 4fb3a65..930e576 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlanAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlanAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlansAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlansAction.java index 7ca7b72..0d51fcd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlansAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/ShowPlansAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SwitchPlanTypeAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SwitchPlanTypeAction.java index 3dbc1d8..9038141 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SwitchPlanTypeAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/actions/SwitchPlanTypeAction.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/ExecutionPlansDrawer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/ExecutionPlansDrawer.java index d035297..67a9c6f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/ExecutionPlansDrawer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/ExecutionPlansDrawer.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/GraphicsPlanControl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/GraphicsPlanControl.java index 3cc02af..7bc6cdf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/GraphicsPlanControl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/GraphicsPlanControl.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/Messages.java index 44fe899..da1581e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlanView.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlanView.java index d01a680..d360d7f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlanView.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlanView.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlansDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlansDialog.java index ac69272..0568bd3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlansDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/ui/view/PlansDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/ILogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/ILogger.java index 1bc8347..1796a22 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/ILogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/ILogger.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Images.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Images.java index 9bd1ce3..1a11a6f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Images.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Images.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Messages.java index fbf4e36..1b519d4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/StatusLogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/StatusLogger.java index 898ca1f..165efe6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/StatusLogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/internal/util/StatusLogger.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/PlanTreeBuilder.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/PlanTreeBuilder.java index 03276b4..448eb35 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/PlanTreeBuilder.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/PlanTreeBuilder.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreeExecutionPlanDocument.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreeExecutionPlanDocument.java index 063047c..fb67e7a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreeExecutionPlanDocument.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreeExecutionPlanDocument.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanDrawer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanDrawer.java index 1c22ba7..ca33502 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanDrawer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanDrawer.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComponent.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComponent.java index 4ba830a..d61e031 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComponent.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComponent.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComposite.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComposite.java index 33a2b6b..2534c31 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComposite.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeComposite.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/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeLeaf.java b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeLeaf.java index d01cd30..5a017de 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeLeaf.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/src/org/eclipse/datatools/sqltools/plan/treeplan/TreePlanNodeLeaf.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.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/sqltools/org.eclipse.datatools.sqltools.result.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/build.xml index 221eed0..1dc8e1e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_de_DE.msg index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_de_DE.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_es_ES.msg index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_es_ES.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_fr_FR.msg index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_fr_FR.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ja_JP.msg index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ja_JP.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ko_KR.msg index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_ko_KR.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_zh_CN.msg index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/plugin_zh_CN.msg
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.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/sqltools/org.eclipse.datatools.sqltools.result.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/plugin.properties index 9c032d9..4733e8e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/CSVOutputter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/CSVOutputter.java index 582dfc2..99f1929 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/CSVOutputter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/CSVOutputter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/HTMLOutputter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/HTMLOutputter.java index 3633ca3..ce4f46d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/HTMLOutputter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/HTMLOutputter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/IOutputterDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/IOutputterDescriptor.java index e20c102..c9e5bc4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/IOutputterDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/IOutputterDescriptor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterConstants.java index 1b27345..4635582 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterDescriptor.java index 9c2bf00..ad0ec28 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterDescriptor.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterRegistryReader.java index 427763c..a2b0692 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/OutputterRegistryReader.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/TextOutputter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/TextOutputter.java index 1f6c677..6d9a66e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/TextOutputter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/TextOutputter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java index b10e4a8..893fe3e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ConnectionProfileFilter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ConnectionProfileFilter.java index 5005666..d029ddd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ConnectionProfileFilter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ConnectionProfileFilter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultStatusFilter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultStatusFilter.java index fd7db2d..bca9b94 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultStatusFilter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultStatusFilter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultsFilterHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultsFilterHelper.java index 481aa1d..ed8e8c2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultsFilterHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/filters/ResultsFilterHelper.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ExportFormatPreferencePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ExportFormatPreferencePage.java index 98fd07b..d40924e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ExportFormatPreferencePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ExportFormatPreferencePage.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java index b168854..9126488 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultSetViewerPreferencePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultSetViewerPreferencePage.java index a051f70..fcb3e80 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultSetViewerPreferencePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultSetViewerPreferencePage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultsViewPreferenceInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultsViewPreferenceInitializer.java index faf2f85..dbe56ce 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultsViewPreferenceInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultsViewPreferenceInitializer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2010 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/SQLResultsViewPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/SQLResultsViewPage.java index bc19602..938dae3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/SQLResultsViewPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/preference/SQLResultsViewPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/AbstractShiftedListSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/AbstractShiftedListSection.java index 85fc048..20665b2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/AbstractShiftedListSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/AbstractShiftedListSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/LongDataDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/LongDataDialog.java index 9719f93..02d381b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/LongDataDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/LongDataDialog.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/Messages.java index 88ab19a..8973c6c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/PreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/PreferenceConstants.java index 8407d25..8a92acc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/PreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/PreferenceConstants.java
@@ -1,8 +1,8 @@ /******************************************************************************* * Copyright (c) 2005, 2010 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 + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation *******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/ReExecuteAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/ReExecuteAction.java index 468b784..e680781 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/ReExecuteAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/ReExecuteAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/RemoveAllVisibleFinishedResultAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/RemoveAllVisibleFinishedResultAction.java index 34ad75a..6638626 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/RemoveAllVisibleFinishedResultAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/RemoveAllVisibleFinishedResultAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/SaveResultInstanceAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/SaveResultInstanceAction.java index 5972d7f..c7a7f40 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/SaveResultInstanceAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/SaveResultInstanceAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/TerminateInstanceAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/TerminateInstanceAction.java index 61c906e..1dac80e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/TerminateInstanceAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/actions/TerminateInstanceAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerContentProvider.java index bbd3944..77334e6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerContentProvider.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerSelectionGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerSelectionGroup.java index bf9eadd..95be0e4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerSelectionGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ContainerSelectionGroup.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResourceAndContainerGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResourceAndContainerGroup.java index 6410ced..5cdc94b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResourceAndContainerGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResourceAndContainerGroup.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultExportWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultExportWizard.java index 7ac5758..429c210 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultExportWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultExportWizard.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultFormatWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultFormatWizardPage.java index 36859f2..c929905 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultFormatWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultFormatWizardPage.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultGroup.java index 844c19c..dc58625 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultGroup.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultSetDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultSetDialog.java index 4140b1a..fe37d56 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultSetDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultSetDialog.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java index bcbf2c9..37e5b07 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportAllResultSetsAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportAllResultSetsAction.java index 5ccfa4f..2b3c6bc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportAllResultSetsAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportAllResultSetsAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportResultSetAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportResultSetAction.java index cc6d048..164ba9a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportResultSetAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/ExportResultSetAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/PrintResultSetAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/PrintResultSetAction.java index 30cb08d..f981bef 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/PrintResultSetAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/PrintResultSetAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveAllResultSetsAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveAllResultSetsAction.java index ce318d5..fee60dc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveAllResultSetsAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveAllResultSetsAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveResultSetAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveResultSetAction.java index 4b75c63..81249f2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveResultSetAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/SaveResultSetAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/component/EncodingDelimiterOptionsSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/component/EncodingDelimiterOptionsSection.java index 9d022a2..bba82bc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/component/EncodingDelimiterOptionsSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/export/component/EncodingDelimiterOptionsSection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/OpenFilterDialogAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/OpenFilterDialogAction.java index 53da8b8..06c2d80 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/OpenFilterDialogAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/OpenFilterDialogAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/ResultsFilterDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/ResultsFilterDialog.java index 8dfa401..b5b96ac 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/ResultsFilterDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/filters/ResultsFilterDialog.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/Images.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/Images.java index 9643fa9..8b8fd93 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/Images.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/Images.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/PreferenceUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/PreferenceUtil.java index 22ed9fe..93a88f4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/PreferenceUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/PreferenceUtil.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/UIUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/UIUtil.java index 4552e77..f5d1dd7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/UIUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/utils/UIUtil.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ColumnAlignedResultItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ColumnAlignedResultItem.java index 60fefd0..e3e5a2d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ColumnAlignedResultItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ColumnAlignedResultItem.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsGridSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsGridSection.java index f846330..f96bbc0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsGridSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsGridSection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2010 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsModeSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsModeSection.java index 8fe24a6..fdfabe0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsModeSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsModeSection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsTextSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsTextSection.java index ea067df..33a0033 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsTextSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsTextSection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterTableViewer.java index 54ae5f4..879b212 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterTableViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerDescriptor.java index f308e87..065993b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerDescriptor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerRegistryReader.java index d9ce2e6..78efe8d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ParameterViewerRegistryReader.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistoryHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistoryHelper.java index a4c1446..466069b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistoryHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistoryHelper.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistorySection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistorySection.java index 2088648..41e3781 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistorySection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultHistorySection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSection.java index f89ec02..bbaa172 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSectionFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSectionFactory.java index 21408f2..1b56c45 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSectionFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSectionFactory.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerDescriptor.java index e30e43e..a256ba3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerDescriptor.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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerRegistryReader.java index 7131cd9..76d3cfe 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultSetViewerRegistryReader.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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsHistoryContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsHistoryContentProvider.java index 8cac5b7..713f4c6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsHistoryContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsHistoryContentProvider.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsView.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsView.java index 931230b..075ed81 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsView.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsView.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsViewLabelProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsViewLabelProvider.java index 65332db..aca1ff7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsViewLabelProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsViewLabelProvider.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleTabDisplayAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleTabDisplayAction.java index 1fda870..a1e3c26 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleTabDisplayAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleTabDisplayAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java index 83384eb..81d7499 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java
@@ -1,7 +1,7 @@ /******************************************************************************* * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation *******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowModeSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowModeSection.java index 96c49ae..15d29b0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowModeSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowModeSection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowTextSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowTextSection.java index e243fb0..f0e10a9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowTextSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowTextSection.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/TextModeDisplayAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/TextModeDisplayAction.java index 0b3d702..e61e887 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/TextModeDisplayAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/view/TextModeDisplayAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetContentProvider.java index 4cff2d1..ab8c438 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetContentProvider.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetLabelProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetLabelProvider.java index 92b3eaf..fe863a4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetLabelProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetLabelProvider.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetViewer.java index cd6c9e6..7098c4d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/ResultSetViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2013 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/TextResultViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/TextResultViewer.java index e2a4484..3b23cc5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/TextResultViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/internal/ui/viewer/TextResultViewer.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterTableViewer.java index c50e677..2a29046 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterTableViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterViewerProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterViewerProvider.java index 706c076..9033b6e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterViewerProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalParameterViewerProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewer.java index 40e81d5..062d261 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewer.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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewerProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewerProvider.java index 193475f..015ded9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewerProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ExternalResultSetViewerProvider.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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/IHelpConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/IHelpConstants.java index e144c08..0292698 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/IHelpConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/IHelpConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultViewUIUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultViewUIUtil.java index 71e583f..3b426d6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultViewUIUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultViewUIUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIAccessor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIAccessor.java index 8bcfeae..045eb7f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIAccessor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIAccessor.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIPlugin.java index c1afe0f..df03294 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/ResultsViewUIPlugin.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/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ParameterViewerProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ParameterViewerProvider.java index 751bf25..47eb1b9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ParameterViewerProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ParameterViewerProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2001, 2009 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/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ResultsViewControl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ResultsViewControl.java index 4102ef3..56fa4b3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ResultsViewControl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/src/org/eclipse/datatools/sqltools/result/ui/view/ResultsViewControl.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.result/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.result/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/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/sqltools/org.eclipse.datatools.sqltools.result/about.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.result/about.properties index 28496ea..520451c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/about.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.result/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result/build.xml index 85306b5..236fa41 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/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/sqltools/org.eclipse.datatools.sqltools.result/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.result/plugin.properties index 390dc8f..0a0f869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ClassVersionIncompatibleException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ClassVersionIncompatibleException.java index 2f4387d..9cf4e50 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ClassVersionIncompatibleException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ClassVersionIncompatibleException.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IReExecutionRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IReExecutionRunnable.java index c9b4b12..b705111 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IReExecutionRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IReExecutionRunnable.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetObject.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetObject.java index 65f67c5..f464f26 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetObject.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetObject.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetRow.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetRow.java index 96468f5..70a2878 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetRow.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/IResultSetRow.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/OperationCommand.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/OperationCommand.java index 779c7b0..70165e5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/OperationCommand.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/OperationCommand.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/Parameter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/Parameter.java index 02280aa..dae9691 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/Parameter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/Parameter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultConfiguration.java index d78b97c..435d191 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultConfiguration.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultManager.java index 996549f..fd69987 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultManager.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetObject.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetObject.java index 9294334..b7dde3b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetObject.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetObject.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetRow.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetRow.java index 74f339c..616754d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetRow.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultSetRow.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsConstants.java index ef4db02..137abda 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewAPI.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewAPI.java index 9bfabc8..1b94ab3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewAPI.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewAPI.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewPlugin.java index 8acccf4..ede8728 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/ResultsViewPlugin.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/XMLResultSetObject.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/XMLResultSetObject.java index b5d5afd..18048a3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/XMLResultSetObject.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/XMLResultSetObject.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/core/IResultManagerListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/core/IResultManagerListener.java index dcbca6f..0e95874 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/core/IResultManagerListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/core/IResultManagerListener.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/AbstractOutputter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/AbstractOutputter.java index 0651361..4565393 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/AbstractOutputter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/AbstractOutputter.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/IResultConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/IResultConstants.java index ea25a90..14d145b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/IResultConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/export/IResultConstants.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/IResultManager.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/IResultManager.java index a3689a1..c075dcb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/IResultManager.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/IResultManager.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/ReExecutionRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/ReExecutionRegistryReader.java index 2852eeb..3ff463e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/ReExecutionRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/core/ReExecutionRegistryReader.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/HistoryIndexListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/HistoryIndexListener.java index e9c4954..c14b916 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/HistoryIndexListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/HistoryIndexListener.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/IResultHistoryIndex.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/IResultHistoryIndex.java index b47ec85..1cdf5b5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/IResultHistoryIndex.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/IResultHistoryIndex.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/ResultHistoryLuceneIndex.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/ResultHistoryLuceneIndex.java index 7575f38..e7ffc14 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/ResultHistoryLuceneIndex.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/index/ResultHistoryLuceneIndex.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2017 Sybase and Other Contributors * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ *******************************************************************************/ package org.eclipse.datatools.sqltools.result.internal.index;
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstance.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstance.java index 107111b..b33f79f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstance.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstance.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstanceFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstanceFactory.java index 733248e..c8402b0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstanceFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/model/ResultInstanceFactory.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/HexHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/HexHelper.java index 3d3166e..c910cb2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/HexHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/HexHelper.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ILogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ILogger.java index 8df27d7..6d8b0d4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ILogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ILogger.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/Messages.java index bf78ad5..7d0e1c2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ProfileUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ProfileUtil.java index e7d5424..db9df4e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ProfileUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/ProfileUtil.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SQLUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SQLUtil.java index 913c3d6..4041858 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SQLUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SQLUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005, 2010 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/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SerializationHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SerializationHelper.java index b945010..f5e8a8b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SerializationHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/SerializationHelper.java
@@ -1,7 +1,7 @@ /******************************************************************************* * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation *******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusLogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusLogger.java index 21ebf6e..b7f15c4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusLogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusLogger.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusTextProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusTextProvider.java index 2283b95..4b40613 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusTextProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/internal/utils/StatusTextProvider.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/IResultInstance.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/IResultInstance.java index 3db3b09..24d8193 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/IResultInstance.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/IResultInstance.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/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/ResultItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/ResultItem.java index 5e23d3d..4a3626e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/ResultItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/src/org/eclipse/datatools/sqltools/result/model/ResultItem.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/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/plugin.properties index 9e1b733..d4e518a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema-doc/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema-doc/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html index 2361dea..831136e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema-doc/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema-doc/org_eclipse_datatools_sqltools_routineeditor_documentprovider.html
@@ -61,9 +61,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/documentprovider.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/documentprovider.exsd index 15055ed..501df0b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/documentprovider.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/documentprovider.exsd
@@ -128,9 +128,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/launchConfigurationTypes.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/launchConfigurationTypes.exsd index 9e68e40..9d7827f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/launchConfigurationTypes.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/schema/launchConfigurationTypes.exsd
@@ -132,9 +132,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterAddDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterAddDialog.java index 99606ec..2cb1826 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterAddDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterAddDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterCellModifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterCellModifier.java index 08feaf0..339e747 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterCellModifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterCellModifier.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterTableDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterTableDialog.java index 1056c77..072e74a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterTableDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/EventParameterTableDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/Messages.java index 9597b00..9a03ced 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterCellModifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterCellModifier.java index 3f9ede2..e2d899c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterCellModifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterCellModifier.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableDialog.java index 80bcdc9..10435cf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2005, 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableLabelProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableLabelProvider.java index 105651c..94bdbe7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableLabelProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableLabelProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableViewer.java index e73d551..321e49f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/parameter/internal/ParameterTableViewer.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/plan/ExplainRoutineActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/plan/ExplainRoutineActionDelegate.java index 367aaa9..455a92b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/plan/ExplainRoutineActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/plan/ExplainRoutineActionDelegate.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/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/DataSourceExplorerLinkHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/DataSourceExplorerLinkHelper.java index 3a11399..e9c4e7c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/DataSourceExplorerLinkHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/DataSourceExplorerLinkHelper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/IRoutineEditorDocumentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/IRoutineEditorDocumentProvider.java index 95535f2..2ef7ceb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/IRoutineEditorDocumentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/IRoutineEditorDocumentProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/Messages.java index 92aeb64..1270a52 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/ProcEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/ProcEditorInput.java index 18165b1..e9eefcc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/ProcEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/ProcEditorInput.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineAnnotationModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineAnnotationModel.java index a8408d2..7035f9b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineAnnotationModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineAnnotationModel.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditor.java index 0d42850..aa80a5f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorDocumentProviderFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorDocumentProviderFactory.java index 043833e..2cb88e7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorDocumentProviderFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorDocumentProviderFactory.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorImages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorImages.java index 9888347..bec3a6e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorImages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorImages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorUIActivator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorUIActivator.java index 894eb9a..528b50d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorUIActivator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/RoutineEditorUIActivator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/SQLRoutineDocumentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/SQLRoutineDocumentProvider.java index 3f84f4a..53a8d34 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/SQLRoutineDocumentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/SQLRoutineDocumentProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DebugAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DebugAction.java index 4890cda..f995b01 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DebugAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DebugAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DoubleClickActionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DoubleClickActionProvider.java index d7b0b65..66285a1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DoubleClickActionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DoubleClickActionProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DropRoutineAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DropRoutineAction.java index 847c52c..2d300be 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DropRoutineAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/DropRoutineAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/EditRoutineAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/EditRoutineAction.java index 156e2da..a11d283 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/EditRoutineAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/EditRoutineAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/Messages.java index 037ba27..548ffd5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineAction.java index 7a81beb..74d3d4e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineActionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineActionProvider.java index 42846fd..3e1f4ae 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineActionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RoutineActionProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RunAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RunAction.java index 37c1c26..b1ea4a2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RunAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/actions/RunAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/ConnectionLevelOptionsTab.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/ConnectionLevelOptionsTab.java index f8616d0..a9254f9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/ConnectionLevelOptionsTab.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/ConnectionLevelOptionsTab.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchObject.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchObject.java index bfff0af..1c8ee96 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchObject.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchObject.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchUI.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchUI.java index 36982ef..e139df1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchUI.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchUI.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchingJob.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchingJob.java index 003ebcd..439334d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchingJob.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/LaunchingJob.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/Messages.java index c607f6a..fc1b058 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineExecuteTabGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineExecuteTabGroup.java index b143804..45cd869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineExecuteTabGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineExecuteTabGroup.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineMainTab.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineMainTab.java index 8762772..e45f0f6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineMainTab.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/RoutineMainTab.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchConfigurationDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchConfigurationDelegate.java index ead9156..b8cb189 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchConfigurationDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchConfigurationDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchShortcut.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchShortcut.java index 042a343..3b53d93 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchShortcut.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/SPLaunchShortcut.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/internal/SaveRoutineStatusHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/internal/SaveRoutineStatusHandler.java index 45d3d74..87844e5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/internal/SaveRoutineStatusHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/launching/internal/SaveRoutineStatusHandler.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/util/RoutineUIUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/util/RoutineUIUtil.java index acad364..b6aa8fb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/util/RoutineUIUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/src/org/eclipse/datatools/sqltools/routineeditor/ui/util/RoutineUIUtil.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/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/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/sqltools/org.eclipse.datatools.sqltools.routineeditor/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/build.xml index 46493e0..419064f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/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/sqltools/org.eclipse.datatools.sqltools.routineeditor/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/plugin.properties index eee1df5..55f9f84 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema-doc/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema-doc/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html index ed60adb..60f15a6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema-doc/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema-doc/org_eclipse_datatools_sqltools_routineeditor_launchConfigurationTypes.html
@@ -59,9 +59,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema/launchConfigurationTypes.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema/launchConfigurationTypes.exsd index 9e68e40..9d7827f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema/launchConfigurationTypes.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/schema/launchConfigurationTypes.exsd
@@ -132,9 +132,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/Messages.java index ffad3bf..8cf99ef 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java index 6dc0d39..68c7655 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/RoutineEditorActivator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/result/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/result/Messages.java index b94abd5..230c9b1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/result/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/internal/result/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/LaunchHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/LaunchHelper.java index 7ed25ab..65676cb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/LaunchHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/LaunchHelper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/Messages.java index dc002ad..a84ce4a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/RoutineLaunchConfigurationAttribute.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/RoutineLaunchConfigurationAttribute.java index 91156dc..e599eeb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/RoutineLaunchConfigurationAttribute.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/RoutineLaunchConfigurationAttribute.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SPDebugTarget_Run.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SPDebugTarget_Run.java index ed6c60a..b003de0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SPDebugTarget_Run.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SPDebugTarget_Run.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SQLToolsLaunchProfileListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SQLToolsLaunchProfileListener.java index 13a053a..7f54880 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SQLToolsLaunchProfileListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/launching/SQLToolsLaunchProfileListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/EventParameter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/EventParameter.java index fbd3208..9dbc40b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/EventParameter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/EventParameter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/LaunchConfigurationParamsHistoryListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/LaunchConfigurationParamsHistoryListener.java index fae746a..e3cad15 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/LaunchConfigurationParamsHistoryListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/LaunchConfigurationParamsHistoryListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/ParameterInOutWrapper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/ParameterInOutWrapper.java index 7584a0f..d7ea857 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/ParameterInOutWrapper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/parameter/ParameterInOutWrapper.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/result/CallableSQLResultRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/result/CallableSQLResultRunnable.java index 40cfd7b..6e8a0fb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/result/CallableSQLResultRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/result/CallableSQLResultRunnable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/util/RoutineUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/util/RoutineUtil.java index b10a3ba..1345a47 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/util/RoutineUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/src/org/eclipse/datatools/sqltools/routineeditor/util/RoutineUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/plugin.properties index 1295375..5914449 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/plugin.properties
@@ -1,9 +1,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 +# are made available under the terms of the Eclipse Public License 2.0 # which 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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/SOEUIPagePlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/SOEUIPagePlugin.java index 863fa03..4f49e65 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/SOEUIPagePlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/SOEUIPagePlugin.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/DDLPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/DDLPage.java index f7780e8..c320fc5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/DDLPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/DDLPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/Messages.java index b9bdffa..3ed2099 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLCommentScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLCommentScanner.java index 4adf51c..35cf6f6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLCommentScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLCommentScanner.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLSourceViewerConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLSourceViewerConfiguration.java index 3208dc9..cb07e72 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLSourceViewerConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SQLSourceViewerConfiguration.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SaveAsAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SaveAsAction.java index b4abeea..d9078a1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SaveAsAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SaveAsAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SingleTokenSQLScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SingleTokenSQLScanner.java index da0e06c..87ad70b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SingleTokenSQLScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/ddl/SingleTokenSQLScanner.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/DisplayHelpAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/DisplayHelpAction.java index b9ae0fd..c8db49a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/DisplayHelpAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/DisplayHelpAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IIntroHyperAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IIntroHyperAction.java index 388cc70..b5386c2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IIntroHyperAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IIntroHyperAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/ImageContainer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/ImageContainer.java index 302d7ce..07f190f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/ImageContainer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/ImageContainer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroConstants.java index 8695407..847352f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroHyperAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroHyperAction.java index 18c26e2..1b64ed1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroHyperAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroHyperAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionPage.java index 041fb4f..88b30ab 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionSection.java index fc96900..9bc83a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/IntroductionSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/Messages.java index 1cae4b8..57666e8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/PredefinedIntroSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/PredefinedIntroSection.java index 1e40699..38b4dc5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/PredefinedIntroSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/PredefinedIntroSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/StartEditAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/StartEditAction.java index c55e70a..92b2c0c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/StartEditAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/intropage/StartEditAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Images.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Images.java index f2b678e..824c71a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Images.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Images.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Messages.java index 00120ef..688aeed 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/pages/utils/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/plugin.properties index 3575d75..d94611f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/plugin.properties
@@ -1,9 +1,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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IDisablementPart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IDisablementPart.java index b9f1af9..6043a3c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IDisablementPart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IDisablementPart.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IErrorItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IErrorItem.java index 6987c05..9bd2600 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IErrorItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IErrorItem.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeEvent.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeEvent.java index 3c8e9f8..a63f974 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeEvent.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeEvent.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeHandler.java index 3df6a7c..a92cd5d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/IResourceChangeHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditor.java index 804bf7e..d8abbe0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorActionBarContributor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorActionBarContributor.java index 56ab6c9..a79bc19 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorActionBarContributor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorActionBarContributor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorHandler.java index 12f6080..afeef4e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorInput.java index ffc8b99..bd6be13 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorInput.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorPage.java index 09822ba..1a79cdf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/ISchemaObjectEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/SchemaObjectEditorModelListenersNotifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/SchemaObjectEditorModelListenersNotifier.java index 6851e87..8126439 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/SchemaObjectEditorModelListenersNotifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/SchemaObjectEditorModelListenersNotifier.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/EditSchemaObjectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/EditSchemaObjectAction.java index 4fe1dbf..4104470 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/EditSchemaObjectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/EditSchemaObjectAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/IEditSchemaObjectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/IEditSchemaObjectAction.java index a6f91ce..58e36a9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/IEditSchemaObjectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/IEditSchemaObjectAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/Messages.java index a00a773..9ad5252 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RefreshSchemaEditorAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RefreshSchemaEditorAction.java index ad3f91d..80bdc47 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RefreshSchemaEditorAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RefreshSchemaEditorAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RevertSchemaEditorAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RevertSchemaEditorAction.java index a04dcb8..3bd832b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RevertSchemaEditorAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/action/RevertSchemaEditorAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CollapseableSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CollapseableSection.java index 8076e8f..66bcd81 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CollapseableSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CollapseableSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CompositeEditSection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CompositeEditSection.java index 4feb8c4..d86e2fa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CompositeEditSection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/CompositeEditSection.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/TextFormEntry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/TextFormEntry.java index 53ca98b..eec4040 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/TextFormEntry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/common/TextFormEntry.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Constants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Constants.java index 771b111..b6d47b1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Constants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Constants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorActionBarContributor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorActionBarContributor.java index 2511f39..3a51609 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorActionBarContributor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorActionBarContributor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorHandler.java index 3449327..765996f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/DefaultSchemaObjectEditorHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ErrorItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ErrorItem.java index 4412fcb..0820f68 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ErrorItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ErrorItem.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Messages.java index 1cf8bc6..1b1e0fd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/NestedEditorPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/NestedEditorPage.java index a1be744..1a3ef59 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/NestedEditorPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/NestedEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/RefreshEditModelJob.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/RefreshEditModelJob.java index 7b14576..cbb5aad 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/RefreshEditModelJob.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/RefreshEditModelJob.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ResourceChangeEvent.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ResourceChangeEvent.java index 687336a..6f0e7ce 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ResourceChangeEvent.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/ResourceChangeEvent.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SQLExecutionJobListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SQLExecutionJobListener.java index 66c5069..b7376db 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SQLExecutionJobListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SQLExecutionJobListener.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditor.java index 72974c8..b586406 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorInput.java index 5a9e255..5561d41 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorInput.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorPage.java index ebfe4c6..7d32f88 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/core/SchemaObjectEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorDescriptor.java index 654594d..5f5b5fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorDescriptor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorPageDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorPageDescriptor.java index 3f02041..0e6b981 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorPageDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/extensions/IEditorPageDescriptor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Constants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Constants.java index 70216bb..d9c678d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Constants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Constants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ISchemaObjectEditorExtensionsRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ISchemaObjectEditorExtensionsRegistryReader.java index 1939068..28ca6e5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ISchemaObjectEditorExtensionsRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ISchemaObjectEditorExtensionsRegistryReader.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Messages.java index f978e94..a3b3796 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SOEUIPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SOEUIPlugin.java index bb77f5d..6eb89ad 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SOEUIPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SOEUIPlugin.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaEditorsHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaEditorsHandler.java index 19cf63a..8f301e4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaEditorsHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaEditorsHandler.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaObjectEditorExtensionsRegistryReader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaObjectEditorExtensionsRegistryReader.java index 06134f8..cb054bb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaObjectEditorExtensionsRegistryReader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/SchemaObjectEditorExtensionsRegistryReader.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorDescriptor.java index 17582d8..ba5859d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorDescriptor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorPageDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorPageDescriptor.java index 5d313b4..7c7c099 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorPageDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/EditorPageDescriptor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ErrorPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ErrorPage.java index e9c8ea3..be2a092 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ErrorPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ErrorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/Messages.java index ec5be1b..762bcc8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/SchemaObjectEditorActionBarContributor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/SchemaObjectEditorActionBarContributor.java index 9ed7184..1f45a46 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/SchemaObjectEditorActionBarContributor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/SchemaObjectEditorActionBarContributor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ScriptsExecutionRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ScriptsExecutionRunnable.java index fe8e634..2bb01af 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ScriptsExecutionRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/core/ScriptsExecutionRunnable.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/Messages.java index ead1bbe..67f0921 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferenceInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferenceInitializer.java index cfbd8d5..4c6853b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferenceInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferenceInitializer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferencePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferencePage.java index 51598fe..d9c49f6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferencePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/preference/SchemaObjectEditorPreferencePage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerContentProvider.java index 51a53c5..7fdc788 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerContentProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerSelectionGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerSelectionGroup.java index ca6d469..c603daa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerSelectionGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ContainerSelectionGroup.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/Messages.java index dc39d16..996ab97 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ResourceAndContainerGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ResourceAndContainerGroup.java index 06e4b84..65bbc17 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ResourceAndContainerGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/ResourceAndContainerGroup.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLCommentScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLCommentScanner.java index 063f666..923b8d5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLCommentScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLCommentScanner.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerConfiguration.java index 0bea136..15d2dac 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerConfiguration.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerService.java index b78a8a3..1de0b55 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SQLSourceViewerService.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SaveAsDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SaveAsDialog.java index ebd6452..6b46d3b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SaveAsDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SaveAsDialog.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SavePreviewDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SavePreviewDialog.java index 3eb4601..0721c49 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SavePreviewDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SavePreviewDialog.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SingleTokenSQLScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SingleTokenSQLScanner.java index 24dc887..fbc9174 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SingleTokenSQLScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/internal/ui/SingleTokenSQLScanner.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/ILogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/ILogger.java index 0793c16..98e1a59 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/ILogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/ILogger.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/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/Images.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/Images.java index 505d7e9..f47ad9e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/Images.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/Images.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/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/StatusLogger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/StatusLogger.java index 736c948..d508378 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/StatusLogger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ui/util/StatusLogger.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/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/about.html index d0a7cc2..79ad9fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/plugin.properties index ba34a79..f32099a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/plugin.properties
@@ -1,9 +1,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 +## are made available under the terms of the Eclipse Public License 2.0 ## which 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/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/SOEPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/SOEPlugin.java index f25ff99..408d4f5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/SOEPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/SOEPlugin.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/DDLGeneratorWrapper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/DDLGeneratorWrapper.java index 1cc8f93..2ce4caf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/DDLGeneratorWrapper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/DDLGeneratorWrapper.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLGeneratorWrapper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLGeneratorWrapper.java index c0a4891..0bf92b8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLGeneratorWrapper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLGeneratorWrapper.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLProvider.java index 8b78b4f..9136baf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/ddl/IDDLProvider.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectEditModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectEditModel.java index c8d4ecd..fce16cc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectEditModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectEditModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectImmutableModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectImmutableModel.java index aac8f3d..6d1b611 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectImmutableModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/AbstractSchemaObjectImmutableModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditModel.java index 78adac4..d009673 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditorModelListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditorModelListener.java index 21e864d..f366d82 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditorModelListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectEditorModelListener.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectImmutableModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectImmutableModel.java index d3aac42..8991a5c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectImmutableModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/src/org/eclipse/datatools/sqltools/schemaobjecteditor/model/ISchemaObjectImmutableModel.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.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/sqltools/org.eclipse.datatools.sqltools.sql.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/build.xml index d758118..2564e74 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sql.ui/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.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/sqltools/org.eclipse.datatools.sqltools.sql.ui/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/plugin.properties index daff910..85a5f27 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sql.ui/schema/sqlNodesImage.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/schema/sqlNodesImage.exsd index f48b08c..4ca01fc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/schema/sqlNodesImage.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/schema/sqlNodesImage.exsd
@@ -119,9 +119,9 @@ <documentation> 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 + are made available under the terms of the Eclipse Public License 2.0 which 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/ASTSQLStatementUIUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/ASTSQLStatementUIUtil.java index 966c0c2..995a318 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/ASTSQLStatementUIUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/ASTSQLStatementUIUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/INodesImageHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/INodesImageHandler.java index 591e3ca..1cda322 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/INodesImageHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/INodesImageHandler.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/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImageService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImageService.java index 982017b..beb2112 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImageService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImageService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 2008 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/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImages.java index 58e7f20..c3384a3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLImages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLUIActivator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLUIActivator.java index 6718aaf..82718a2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLUIActivator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/src/org/eclipse/datatools/sqltools/sql/ui/SQLUIActivator.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/plugins/sqltools/org.eclipse.datatools.sqltools.sql/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/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/sqltools/org.eclipse.datatools.sqltools.sql/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/build.xml index 7e04441..e9cae8d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/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/sqltools/org.eclipse.datatools.sqltools.sql/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/plugin.properties index a66e5de..8da0fc0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/DefaultSQLSyntax.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/DefaultSQLSyntax.java index 4d36a92..414d435 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/DefaultSQLSyntax.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/DefaultSQLSyntax.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/ISQLSyntax.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/ISQLSyntax.java index 6ff227c..9ae84ce 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/ISQLSyntax.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/ISQLSyntax.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/Messages.java index cb4fed4..129ffd0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/SQLActivator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/SQLActivator.java index c962ced..26debf0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/SQLActivator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/internal/SQLActivator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/DBObjectReference.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/DBObjectReference.java index 2d98a63..beecaeb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/DBObjectReference.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/DBObjectReference.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/JavaCharStream.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/JavaCharStream.java index e99eb50..a65bda2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/JavaCharStream.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/JavaCharStream.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Messages.java index 9c74f55..86912aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParseException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParseException.java index 8c9f140..76a6523 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParseException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParseException.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserParameters.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserParameters.java index 175f720..b141c4e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserParameters.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserParameters.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserProposalAdvisor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserProposalAdvisor.java index f2099a8..b0f608c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserProposalAdvisor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParserProposalAdvisor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParsingResult.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParsingResult.java index 6752b88..5d8cbf7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParsingResult.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ParsingResult.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParser.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParser.java index 9830b00..3b4a9cd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParser.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParser.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParserConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParserConstants.java index 6996369..37ab4fd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParserConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLParserConstants.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLWord.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLWord.java index 1ed07f7..a0432c2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLWord.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SQLWord.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SimpleCharStream.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SimpleCharStream.java index 8aecb2c..8dcd5ca 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SimpleCharStream.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/SimpleCharStream.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Token.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Token.java index 22ed38d..cfd16a6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Token.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/Token.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/TokenMgrError.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/TokenMgrError.java index fbc6813..6e80927 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/TokenMgrError.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/TokenMgrError.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareComma.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareComma.java index 879258f..c8b106f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareComma.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareComma.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareKeyword.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareKeyword.java index a39ab33..acef78b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareKeyword.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeclareKeyword.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeployable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeployable.java index 396f9b7..abaf842 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeployable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTDeployable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTObjname.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTObjname.java index bd2086b..356376b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTObjname.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTObjname.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTProcedurename.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTProcedurename.java index d0c321f..f81429b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTProcedurename.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTProcedurename.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTRoutine.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTRoutine.java index e860147..5100f0c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTRoutine.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTRoutine.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDataType.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDataType.java index 26dce53..3956af4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDataType.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDataType.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDelimiter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDelimiter.java index e4b1567..77cb782 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDelimiter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLDelimiter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParam.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParam.java index 1cb1aa7..a48ed98 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParam.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParam.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParamDefList.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParamDefList.java index 6cf2e95..41aa869 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParamDefList.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLParamDefList.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatement.java index 8bdbac1..1533415 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatement.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatementElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatementElement.java index f9d54e8..9a795b5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatementElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTSQLStatementElement.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTStart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTStart.java index 18b00e3..4538b82 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTStart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTStart.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTablename.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTablename.java index 7612481..f0e276f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTablename.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTablename.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTabname.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTabname.java index 90a10dc..a8a35b8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTabname.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTabname.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTrigger.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTrigger.java index 6dda7c8..5e56b98 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTrigger.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTrigger.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTriggername.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTriggername.java index d2a8f46..3225c44 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTriggername.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTTriggername.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDT.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDT.java index f99e83d..dc5454f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDT.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDT.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDTname.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDTname.java index 298935b..5544c27 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDTname.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTUDTname.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTViewname.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTViewname.java index bf3b8fe..766f765 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTViewname.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/IASTViewname.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/ISQLParserVisitor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/ISQLParserVisitor.java index c52d47f..259e013 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/ISQLParserVisitor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/ISQLParserVisitor.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/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/Node.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/Node.java index 3403670..f95e4d0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/Node.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/Node.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/SimpleNode.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/SimpleNode.java index 2026550..c31338e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/SimpleNode.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/ast/SimpleNode.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ASTSQLStatementUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ASTSQLStatementUtil.java index 0937115..677e231 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ASTSQLStatementUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ASTSQLStatementUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/Messages.java index c71da7d..e12c600 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ParserUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ParserUtil.java index 693fd6a..d9361c4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ParserUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/parser/util/ParserUtil.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/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/DBObject.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/DBObject.java index 2534c7e..1397cc9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/DBObject.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/DBObject.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/IDatatype.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/IDatatype.java index 1f5556d..416c21c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/IDatatype.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/reference/IDatatype.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/ConsistentOrderHashMap.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/ConsistentOrderHashMap.java index 8603cdf..4319bdd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/ConsistentOrderHashMap.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/ConsistentOrderHashMap.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/HexHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/HexHelper.java index a7371d9..a685171 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/HexHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/HexHelper.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/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/SQLUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/SQLUtil.java index cfb5b01..8433dd3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/SQLUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/src/org/eclipse/datatools/sqltools/sql/util/SQLUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/build.xml index 3a4d66c..eeb6b72 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_de_DE.msg index 2d0c4c3..4fed845 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_de_DE.msg
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_es_ES.msg index db29928..a674544 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_es_ES.msg
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_fr_FR.msg index bfc3e18..480d877 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_fr_FR.msg
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ja_JP.msg index 462eb76..81bd266 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ja_JP.msg
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ko_KR.msg index da83291..0ebde18 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_ko_KR.msg
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_zh_CN.msg index b148619..b2022cf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/plugin_zh_CN.msg
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_de_DE.msg index 1532ab2..78fe411 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_de_DE.msg
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_es_ES.msg index 3102015..f452859 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_es_ES.msg
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_fr_FR.msg index 13885c5..be45699 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_fr_FR.msg
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ja_JP.msg index 7173142..75444e7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ja_JP.msg
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ko_KR.msg index 0047457..5175417 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_ko_KR.msg
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_zh_CN.msg index ae6c260..c2e74ae 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/src/org/eclipse/datatools/sqltools/sqlbuilder/messages_zh_CN.msg
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.properties index 28496ea..520451c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/about.properties
@@ -1,9 +1,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 @@ -14,6 +14,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/plugin.properties index a98341b..7ee1ce3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/plugin.properties
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IContentChangeListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IContentChangeListener.java index 87d6d6e..60b7d31 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IContentChangeListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IContentChangeListener.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IExecuteSQLListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IExecuteSQLListener.java index f1bc79f..fbfccb5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IExecuteSQLListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/IExecuteSQLListener.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/Messages.java index 0f87f2d..48c9830 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/Messages.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2009 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/ParseException.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/ParseException.java index 4d4d280..5ad0667 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/ParseException.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/ParseException.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilder.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilder.java index d6209f5..0e1c8a4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilder.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderContextIds.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderContextIds.java index a48b3e9..a097fac 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderContextIds.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderContextIds.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderEditor.java index 74be272..8f489c7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderMatchingStrategy.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderMatchingStrategy.java index 33a1fb9..6adce53 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderMatchingStrategy.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderMatchingStrategy.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2008, 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderPlugin.java index 56dcf43..e1571e9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLBuilderPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLResource.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLResource.java index 1da573a..23cc5b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLResource.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/SQLResource.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/StatementResourceChangeListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/StatementResourceChangeListener.java index 45f4017..ee43431 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/StatementResourceChangeListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/StatementResourceChangeListener.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ActionHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ActionHelper.java index 9c88b85..2f757c7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ActionHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ActionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubFullSelectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubFullSelectAction.java index 42e5a21..f888ab0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubFullSelectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubFullSelectAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubSelectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubSelectAction.java index b7b644c..1b36d24 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubSelectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddSubSelectAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddTableAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddTableAction.java index 3ebc8d2..d3a8827 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddTableAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddTableAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValueRowAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValueRowAction.java index 801f4c6..c8df7a4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValueRowAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValueRowAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValuesAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValuesAction.java index cb053b7..ec5d440 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValuesAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/AddValuesAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeSetOperatorAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeSetOperatorAction.java index 0c26142..24fb857 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeSetOperatorAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeSetOperatorAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 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 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeStatementTypeAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeStatementTypeAction.java index 24e6d2f..6213d37 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeStatementTypeAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ChangeStatementTypeAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ConvertToFullSelectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ConvertToFullSelectAction.java index e65baa9..34f9111 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ConvertToFullSelectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ConvertToFullSelectAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateJoinAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateJoinAction.java index 6345309..bf9acc6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateJoinAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateJoinAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateWithTableAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateWithTableAction.java index f3eb74e..d09ab27 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateWithTableAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/CreateWithTableAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DefineJoinTypeAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DefineJoinTypeAction.java index 23d1c18..4a9da1b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DefineJoinTypeAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DefineJoinTypeAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DeleteStatementAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DeleteStatementAction.java index b5e5848..ab03181 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DeleteStatementAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/DeleteStatementAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ExecuteAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ExecuteAction.java index 4e2f641..19d61b7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ExecuteAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/ExecuteAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementComposite.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementComposite.java index 633780c..ca9a89f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementComposite.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementComposite.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementDialog.java index 0c5cb31..fb1dbe3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/NewSQLStatementDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/OmitCurrentSchemaAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/OmitCurrentSchemaAction.java index 38a3e89..74ebb58 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/OmitCurrentSchemaAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/OmitCurrentSchemaAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToDefaultAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToDefaultAction.java index 3d315ff..2f1b4fa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToDefaultAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToDefaultAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToPreviousAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToPreviousAction.java index b507a14..cf74758 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToPreviousAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/RevertToPreviousAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderAction.java index 88817a5..a95eb2c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderActionBarContributor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderActionBarContributor.java index 66ccee2..3c38ae2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderActionBarContributor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/SQLBuilderActionBarContributor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/TableAliasAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/TableAliasAction.java index 8b000b4..e29fb55 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/TableAliasAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/actions/TableAliasAction.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/AddTableDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/AddTableDialog.java index d845336..1b5f456 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/AddTableDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/AddTableDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeSetOperatorDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeSetOperatorDialog.java index 84b92bc..710deee 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeSetOperatorDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeSetOperatorDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 Sybase, Inc. and others. + * Copyright 2000, 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 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeStatementTypeDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeStatementTypeDialog.java index 88182af..40f8157 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeStatementTypeDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/ChangeStatementTypeDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 Sybase, Inc. and others. + * Copyright 2000, 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 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineJoinTypeDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineJoinTypeDialog.java index 0f1dac3..6ccae71 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineJoinTypeDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineJoinTypeDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineTypeComposite.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineTypeComposite.java index 84a2da6..34312e1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineTypeComposite.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/DefineTypeComposite.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/MultilineInputDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/MultilineInputDialog.java index 275769c..e0ac31c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/MultilineInputDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/MultilineInputDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/OmitCurrentSchemaDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/OmitCurrentSchemaDialog.java index 00729fe..929cca8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/OmitCurrentSchemaDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/OmitCurrentSchemaDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 Sybase, Inc. and others. + * Copyright 2000, 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 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SQLBuilderRevertActionDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SQLBuilderRevertActionDialog.java index ce66f7a..8e72742 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SQLBuilderRevertActionDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SQLBuilderRevertActionDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SourceTargetDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SourceTargetDialog.java index ad5b3ee..258ae88 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SourceTargetDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/dialogs/SourceTargetDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/CloudscapeFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/CloudscapeFunctionNamesAndSignatures.java index 6b6cd4c..ba3a5eb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/CloudscapeFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/CloudscapeFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderDialog.java index 1d49272..0b8b902 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderWizard.java index 1133d06..74fc8aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionBuilderWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionsComboBoxCellEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionsComboBoxCellEditor.java index 7598183..171655f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionsComboBoxCellEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/ExpressionsComboBoxCellEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/FunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/FunctionNamesAndSignatures.java index cac81df..825cbfe 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/FunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/FunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InformixFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InformixFunctionNamesAndSignatures.java index 6636c92..93dd8d8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InformixFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InformixFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InstantDBFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InstantDBFunctionNamesAndSignatures.java index bad6244..164b7bf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InstantDBFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/InstantDBFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MSSQLServerFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MSSQLServerFunctionNamesAndSignatures.java index 11fd045..dce019e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MSSQLServerFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MSSQLServerFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MainExpressionPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MainExpressionPage.java index f36b0a0..34569b3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MainExpressionPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MainExpressionPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MySQLFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MySQLFunctionNamesAndSignatures.java index 8638c74..fdc0d58 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MySQLFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/MySQLFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleFunctionNamesAndSignatures.java index 545f4df..1188dd6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleV9FunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleV9FunctionNamesAndSignatures.java index 744b91e..c11dfb8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleV9FunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/OracleV9FunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/SybaseFunctionNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/SybaseFunctionNamesAndSignatures.java index 4e56901..b4512c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/SybaseFunctionNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/SybaseFunctionNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/UDFNamesAndSignatures.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/UDFNamesAndSignatures.java index 212a471..dbc4e61 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/UDFNamesAndSignatures.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/UDFNamesAndSignatures.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteCaseClauseAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteCaseClauseAction.java index 0746ed0..f82ba80 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteCaseClauseAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteCaseClauseAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteExpressionAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteExpressionAction.java index 144e5a7..410cb99 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteExpressionAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteExpressionAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteFunctionParameterAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteFunctionParameterAction.java index 51cbfdd..456b41a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteFunctionParameterAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/actions/DeleteFunctionParameterAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseClauseElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseClauseElement.java index 87c1657..ede5369 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseClauseElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseClauseElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseElseClauseElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseElseClauseElement.java index 15916eb..54707d1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseElseClauseElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseElseClauseElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionDialog.java index eb9a1f4..4ab48e8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionWizard.java index d5c506c..359b2cf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseExpressionWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseOptionsPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseOptionsPage.java index 27c665e..500705f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseOptionsPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseOptionsPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchPage.java index 5204d55..fcb7ee9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchTable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchTable.java index f3b2157..d5a1a46 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchTable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchWhenContentElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchWhenContentElement.java index 93ab16e..ba6896b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchWhenContentElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSearchWhenContentElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimplePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimplePage.java index 9711e20..5852a37 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimplePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimplePage.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleTable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleTable.java index d38dffd..d7c8f49 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleTable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleWhenContentElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleWhenContentElement.java index 422b6e4..9d8e7aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleWhenContentElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/caseexpr/CaseSimpleWhenContentElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastBuilderPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastBuilderPage.java index b9087a1..89bfbdc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastBuilderPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastBuilderPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionDialog.java index 29946db..711d169 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionWizard.java index db9ad18..c741549 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/CastExpressionWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/DataTypeHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/DataTypeHelper.java index a53e116..79d986d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/DataTypeHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/cast/DataTypeHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionDialog.java index c6d7de0..317c2f0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionWizard.java index 113d047..e776704 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantExpressionWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantOptionsPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantOptionsPage.java index 06aa6eb..9cdf64f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantOptionsPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/ConstantOptionsPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/NumericConstantBuilderPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/NumericConstantBuilderPage.java index 1b267d6..ca34611 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/NumericConstantBuilderPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/NumericConstantBuilderPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/StringConstantBuilderPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/StringConstantBuilderPage.java index 499f904..39e6102 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/StringConstantBuilderPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/constant/StringConstantBuilderPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionBuilderPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionBuilderPage.java index e60c203..16fcb38 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionBuilderPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionBuilderPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionDialog.java index 6946344..76ff055 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionWizard.java index 2034da7..2411090 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/FunctionExpressionWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/ParamTable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/ParamTable.java index 93f5f17..782890f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/ParamTable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/function/ParamTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionElement.java index f4c7316..057b720 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsDialog.java index 6c2722e..a2e5d9e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsPage.java index 22b4d5c..d3312d1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsWizard.java index 162c4c8..73cbc6b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsByOperatorsWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsTable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsTable.java index a9296b7..bde82f1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsTable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/multiexpr/ExpressionsTable.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryDialog.java index 7061f26..dd3a530 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryPage.java index 29411c9..6e0ff23 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryPage.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryWizard.java index ba0c974..953e759 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/expressionbuilder/subquery/SubQueryWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInput.java index 2512adb..330bcb9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInput.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInputUsageOptions.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInputUsageOptions.java index 5d52628..058fdc0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInputUsageOptions.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/ISQLBuilderEditorInputUsageOptions.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInput.java index c7518d7..955ccd6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInput.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInputUsageOptions.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInputUsageOptions.java index 84367b5..0e8ce86 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInputUsageOptions.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderEditorInputUsageOptions.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderFileEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderFileEditorInput.java index a3754f8..ffc0ebc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderFileEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderFileEditorInput.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderInputFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderInputFactory.java index 3d60334..f7ccd02 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderInputFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderInputFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2008 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderStorageEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderStorageEditorInput.java index b4db9b3..30782e5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderStorageEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderStorageEditorInput.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateFactory.java index cc9d8df..bf3de3a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateFactory.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateInput.java index 0304479..be32d91 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/input/SQLBuilderWindowStateInput.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/messages.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/messages.properties index 3a9ce7d..01f3b06 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/messages.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/messages.properties
@@ -2,9 +2,9 @@ # # Copyright (c) 2002, 2009. 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/CaseHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/CaseHelper.java index 96c976a..ed8a5b9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/CaseHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/CaseHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ControlStateInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ControlStateInfo.java index acf19ee..6684523 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ControlStateInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ControlStateInfo.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DBVersionHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DBVersionHelper.java index 8f5ee90..a6c3b5c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DBVersionHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DBVersionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DatabaseHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DatabaseHelper.java index 59b32e9..de49f58 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DatabaseHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DatabaseHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2013 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DeleteHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DeleteHelper.java index 14a010a..7efe231 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DeleteHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/DeleteHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ExpressionHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ExpressionHelper.java index 84354ea..a87e320 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ExpressionHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ExpressionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/FunctionHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/FunctionHelper.java index b1450a2..96803a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/FunctionHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/FunctionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 2007IBM 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IControlStateInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IControlStateInfo.java index 15a565b..bcf15be 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IControlStateInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IControlStateInfo.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IOmitSchemaInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IOmitSchemaInfo.java index abda2f5..aa68fe6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IOmitSchemaInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IOmitSchemaInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLDialectInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLDialectInfo.java index adccfc2..b74bba9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLDialectInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLDialectInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLStatementInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLStatementInfo.java index 791a7df..cb82292 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLStatementInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/ISQLStatementInfo.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IWindowStateInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IWindowStateInfo.java index d314beb..69dfad7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IWindowStateInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/IWindowStateInfo.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/InsertHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/InsertHelper.java index cc5df9f..122ca7e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/InsertHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/InsertHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/OmitSchemaInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/OmitSchemaInfo.java index 0d5268d..dfc4636 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/OmitSchemaInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/OmitSchemaInfo.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/QueryNameValidator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/QueryNameValidator.java index b928561..c4e2250 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/QueryNameValidator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/QueryNameValidator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConnectionInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConnectionInfo.java index 6fbfa24..7644892 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConnectionInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConnectionInfo.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConstants.java index c39578e..290faed 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderValueExpressionHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderValueExpressionHelper.java index a37b2f3..1369d74 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderValueExpressionHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLBuilderValueExpressionHelper.java
@@ -2,9 +2,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDialectInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDialectInfo.java index d68d39a..0731377 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDialectInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDialectInfo.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDomainModel.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDomainModel.java index 3d50b23..7c9e04f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDomainModel.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLDomainModel.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStatementInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStatementInfo.java index da21f28..6c2105d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStatementInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStatementInfo.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStringHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStringHelper.java index 8162116..22b9110 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStringHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SQLStringHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SearchConditionHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SearchConditionHelper.java index a1e1bfb..b5eb6d0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SearchConditionHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SearchConditionHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SelectHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SelectHelper.java index 8126b35..cef1707 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SelectHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SelectHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SqlXmlConstant.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SqlXmlConstant.java index dcdc7ea..6839f7f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SqlXmlConstant.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/SqlXmlConstant.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/UpdateHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/UpdateHelper.java index 7b3d605..9a9164e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/UpdateHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/UpdateHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/VendorHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/VendorHelper.java index 969bfed..6654394 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/VendorHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/VendorHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/WindowStateInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/WindowStateInfo.java index a746d98..aabb9b1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/WindowStateInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/model/WindowStateInfo.java
@@ -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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceConstants.java index 240d49d..6d07b8e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceInitializer.java index 5a0d509..9daaf9c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferenceInitializer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferencePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferencePage.java index e0f1610..8e5d7df 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferencePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/preferences/SQLBuilderPreferencePage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/provider/rdbschema/AvailableTablesTreeProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/provider/rdbschema/AvailableTablesTreeProvider.java index f23e868..22b7274 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/provider/rdbschema/AvailableTablesTreeProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/provider/rdbschema/AvailableTablesTreeProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/ResultsHistoryFilter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/ResultsHistoryFilter.java index e050def..239a7c5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/ResultsHistoryFilter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/ResultsHistoryFilter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/SQLBuilderDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/SQLBuilderDialog.java index c4851ec..7e2dfea 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/SQLBuilderDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/sqlbuilderdialog/SQLBuilderDialog.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2008 Sybase, Inc. and others. + * Copyright 2000, 2008 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/FileUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/FileUtil.java index 8f10532..4ad08f6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/FileUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/FileUtil.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/LabelValuePair.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/LabelValuePair.java index 1011229..2c8225a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/LabelValuePair.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/LabelValuePair.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/OmitSchemaChangedNotifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/OmitSchemaChangedNotifier.java index 949f45d..397cf8c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/OmitSchemaChangedNotifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/OmitSchemaChangedNotifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/RSCCoreUIUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/RSCCoreUIUtil.java index 47cfcca..29d2797 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/RSCCoreUIUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/RSCCoreUIUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLBuilderEditorInputUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLBuilderEditorInputUtil.java index 27c6fbb..85c4d6d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLBuilderEditorInputUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLBuilderEditorInputUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2008 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLDBUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLDBUtil.java index 277b435..d8640be 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLDBUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLDBUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLFileUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLFileUtil.java index 4d114c2..197c5e2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLFileUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLFileUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLIdentifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLIdentifier.java index d4b22b0..a3d41d6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLIdentifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLIdentifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLStatementSupport.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLStatementSupport.java index 5a54ec7..7e6004f4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLStatementSupport.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/SQLStatementSupport.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2005, 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/StringUtility.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/StringUtility.java index 4ea774e..8037b0b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/StringUtility.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/StringUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/TString.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/TString.java index da53e01..23b1aaf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/TString.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/TString.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/ViewUtility.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/ViewUtility.java index dd4bbf3..0fe10b2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/ViewUtility.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/ViewUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WindowUtility.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WindowUtility.java index 27bd729..1681670 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WindowUtility.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WindowUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WorkbenchUtility.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WorkbenchUtility.java index e92a25d..d900f79 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WorkbenchUtility.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/util/WorkbenchUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BaseWindow.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BaseWindow.java index 55dcffc..61f0f49 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BaseWindow.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BaseWindow.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BuilderUtility.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BuilderUtility.java index feff9e7..0f91a07 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BuilderUtility.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/BuilderUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ComboBoxCellEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ComboBoxCellEditor.java index 0e1d1b0..e0863fb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ComboBoxCellEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ComboBoxCellEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/CustomSashForm.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/CustomSashForm.java index c301b8d..146bd7a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/CustomSashForm.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/CustomSashForm.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DesignViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DesignViewer.java index 1148bb6..bacd95c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DesignViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DesignViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DynamicComboBoxCellEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DynamicComboBoxCellEditor.java index 48adf96..d697722 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DynamicComboBoxCellEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/DynamicComboBoxCellEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/EditComboBoxCellEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/EditComboBoxCellEditor.java index 46599fd..5665369 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/EditComboBoxCellEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/EditComboBoxCellEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridContentProvider.java index eca8717..db85bf2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridViewer.java index a645da7..0414ba9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/GridViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ITextProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ITextProvider.java index 15cfc90..c797b40 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ITextProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ITextProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Modifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Modifier.java index 9acef17..5b75bbf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Modifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Modifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/NavigableTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/NavigableTableViewer.java index 110f671..4d9d485 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/NavigableTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/NavigableTableViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectComboHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectComboHelper.java index 0441221..b3fdd9e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectComboHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectComboHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectHelper.java index c1cc7d8..20e03aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectListHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectListHelper.java index ef1efc4..fab55f4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectListHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/ObjectListHelper.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/RDBTableDropListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/RDBTableDropListener.java index e069274..0e1ae41 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/RDBTableDropListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/RDBTableDropListener.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/SQLTreeViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/SQLTreeViewer.java index 7fca8a5..caae055 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/SQLTreeViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/SQLTreeViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2009 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/StatementElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/StatementElement.java index 6d3d951..e38e8f9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/StatementElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/StatementElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/TableNavigator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/TableNavigator.java index 2b7b9af..40abb16 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/TableNavigator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/TableNavigator.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Workbook.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Workbook.java index 74271a9..3eeb7b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Workbook.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/Workbook.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2001, 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaContentProvider.java index b41d972..78a174e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaElement.java index f0fc4be..7d582e0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaGridViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaGridViewer.java index f2c762c..0fa7f66 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaGridViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaGridViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaModifier.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaModifier.java index 50404a1..e2dd527 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaModifier.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaModifier.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaValueExpression.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaValueExpression.java index 3474c7d..d321641 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaValueExpression.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/CriteriaValueExpression.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/RemoveCriteriaAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/RemoveCriteriaAction.java index bff8aed..4853bcb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/RemoveCriteriaAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/criteria/RemoveCriteriaAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/delete/DeleteViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/delete/DeleteViewer.java index 4fcfce3..7a9a797 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/delete/DeleteViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/delete/DeleteViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ExecuteViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ExecuteViewer.java index 49acad9..d5f498b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ExecuteViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ExecuteViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/InputValueCellEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/InputValueCellEditor.java index 729fcf7..924e7eb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/InputValueCellEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/InputValueCellEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterContentProvider.java index b83bec4..464b9ef 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterElement.java index 25e4d98..20542c1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkerPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkerPage.java index 8398204..5d14fc9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkerPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkerPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkers.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkers.java index d39d733..bf39be5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkers.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterMarkers.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterTableViewer.java index 2f2ea67..d556fe9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterTableViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizard.java index 02e16de..154743c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizardDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizardDialog.java index 50da919..c5c52d3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizardDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ParameterWizardDialog.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultContentProvider.java index 10a284f..8f84979 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableElement.java index b2f45bd..2195f57 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableViewer.java index 861d041..ae2ea50 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/execute/ResultTableViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectGridViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectGridViewer.java index 82080bd..b74fa2b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectGridViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectGridViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectOrderViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectOrderViewer.java index b462732..6a1276c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectOrderViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectOrderViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectTableElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectTableElement.java index a7ef4d1..78b719d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectTableElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectTableElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectViewer.java index 8208595..1bfff5d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/FullSelectViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/OrderByTableElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/OrderByTableElement.java index f4dd27f..4cb2c41 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/OrderByTableElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/OrderByTableElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveQueryGroupAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveQueryGroupAction.java index f30a1ee..18d4e56 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveQueryGroupAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveQueryGroupAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveValuesRowAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveValuesRowAction.java index 82b1776..4260d46 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveValuesRowAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/RemoveValuesRowAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValueTableElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValueTableElement.java index b26a03e..7d5cae6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValueTableElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValueTableElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesRowViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesRowViewer.java index fbd67e1..c399786 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesRowViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesRowViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesViewer.java index 8f54b5e..52d02bd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/fullselect/ValuesViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphContextMenuProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphContextMenuProvider.java index fd7e290..d53812d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphContextMenuProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphContextMenuProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphControl.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphControl.java index f1c9e77..edd3325 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphControl.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/GraphControl.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/CreateJoinCommand.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/CreateJoinCommand.java index 2e65077..22bc207 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/CreateJoinCommand.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/CreateJoinCommand.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/MoveJoinCommand.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/MoveJoinCommand.java index 0d09736..44eaa87 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/MoveJoinCommand.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/MoveJoinCommand.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/SetLocationCommand.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/SetLocationCommand.java index 436b89a..f15702d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/SetLocationCommand.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/commands/SetLocationCommand.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPart.java index f045ef2..e3c79c3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPart.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPolicy.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPolicy.java index cbd6c54..544b034 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPolicy.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnEditPolicy.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnSelectionEditPolicy.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnSelectionEditPolicy.java index d198d9b..7c54782 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnSelectionEditPolicy.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ColumnSelectionEditPolicy.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ConnectionCreationDragTracker.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ConnectionCreationDragTracker.java index 1c0752a..82f3025 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ConnectionCreationDragTracker.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ConnectionCreationDragTracker.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ISQLEditPart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ISQLEditPart.java index 80e49a5..cc34932 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ISQLEditPart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/ISQLEditPart.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/JoinEditPart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/JoinEditPart.java index de01764..54b9b8d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/JoinEditPart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/JoinEditPart.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayout.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayout.java index 84ce2b7..1d7233e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayout.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayout.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayoutEditPolicy.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayoutEditPolicy.java index 559c875..47de1dc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayoutEditPolicy.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/RootViewXYLayoutEditPolicy.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/SQLRootEditPart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/SQLRootEditPart.java index ed72b83..7601f01 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/SQLRootEditPart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/SQLRootEditPart.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/TableEditPart.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/TableEditPart.java index 19654a1..34c1d21 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/TableEditPart.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/editparts/TableEditPart.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/EdgeChopBoxConnector.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/EdgeChopBoxConnector.java index 92ec847..a2cac63 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/EdgeChopBoxConnector.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/EdgeChopBoxConnector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/FlatEndConnectionRouter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/FlatEndConnectionRouter.java index 9c37b4f..babaa8f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/FlatEndConnectionRouter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/FlatEndConnectionRouter.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableConnection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableConnection.java index b35ae7d..b19ef86 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableConnection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableConnection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableFrameBorder.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableFrameBorder.java index b434c15..603be6e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableFrameBorder.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/graph/figures/TableFrameBorder.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridContentProvider.java index 17b95bc..d4e3df8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridViewer.java index be15efb..77de49e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertGridViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertSelectViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertSelectViewer.java index 2cbb494..93adec7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertSelectViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertSelectViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTableElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTableElement.java index 22ecbe3..3d1906d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTableElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTableElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTypeViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTypeViewer.java index 0f8c7e9..d3d04b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTypeViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertTypeViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertViewer.java index 89023d1..0b7c8b9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/InsertViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/RemoveInsertColumnAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/RemoveInsertColumnAction.java index 4ef0625..ba40c2b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/RemoveInsertColumnAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/insert/RemoveInsertColumnAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByContentViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByContentViewer.java index 88649b9..fcb45a1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByContentViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByContentViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByViewer.java index 5f534f4..a2800ba 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/GroupByViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveOrderByExpressionAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveOrderByExpressionAction.java index 505c579..c57ad27 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveOrderByExpressionAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveOrderByExpressionAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveSelectColumnAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveSelectColumnAction.java index d155a7b..8dbb35f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveSelectColumnAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/RemoveSelectColumnAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridContentProvider.java index a825245..831cd43 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridViewer.java index 0f73110..7dcf9de 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectGridViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectStatementDistinctViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectStatementDistinctViewer.java index 838e62c..f16279e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectStatementDistinctViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectStatementDistinctViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectTableElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectTableElement.java index 811e551..8e41443 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectTableElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectTableElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectViewer.java index 64f9176..35e140e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/select/SelectViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledMultiLineRule.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledMultiLineRule.java index 06ad9d2..1dbad53 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledMultiLineRule.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledMultiLineRule.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledWordRule.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledWordRule.java index 37fea15..62205a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledWordRule.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/CaseControlledWordRule.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ConnectionContext.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ConnectionContext.java index acffc60..b4187ec 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ConnectionContext.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ConnectionContext.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/IDBContext.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/IDBContext.java index 6c88b8b..0c4c6fe 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/IDBContext.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/IDBContext.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ISQLCompletionEngine.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ISQLCompletionEngine.java index 21a643c..76f5205 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ISQLCompletionEngine.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/ISQLCompletionEngine.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposal.java index 59724c0..34875bf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposal.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2007, 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposalsService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposalsService.java index 03451e4..b2ac034 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposalsService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLBuilderDBProposalsService.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLColourProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLColourProvider.java index 5e1ccb5..bb646ed 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLColourProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLColourProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCommentScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCommentScanner.java index 0556bbb..f508baa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCommentScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCommentScanner.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionEngine.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionEngine.java index d670093..f3bdc94 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionEngine.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionEngine.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProcessor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProcessor.java index cb67356..80ea484 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProcessor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProcessor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposal.java index c92ccd3..fe70cd5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposal.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposalFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposalFactory.java index da91e71..2e661d6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposalFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLCompletionProposalFactory.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEditorDocumentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEditorDocumentProvider.java index 0288727..67f4f1c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEditorDocumentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEditorDocumentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEntityScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEntityScanner.java index eb41e36..93e0d2d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEntityScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLEntityScanner.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLKeywords.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLKeywords.java index cc50d73..6ef155d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLKeywords.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLKeywords.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLPartitionScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLPartitionScanner.java index 3e6a542..dd9e00e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLPartitionScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLPartitionScanner.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceEditingEnvironment.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceEditingEnvironment.java index f71ed8c..092453e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceEditingEnvironment.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceEditingEnvironment.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceScanner.java index 5de3dea..13edb6e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceScanner.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewer.java index 08eb646..6f1c0c2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright © 2000, 2009 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/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewerConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewerConfiguration.java index e204ca6..c28619f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewerConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLSourceViewerConfiguration.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWhitespaceDetector.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWhitespaceDetector.java index 1950d1b..e29da34 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWhitespaceDetector.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWhitespaceDetector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWordDetector.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWordDetector.java index 56dead1..8fcf810 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWordDetector.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SQLWordDetector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SourceViewerAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SourceViewerAction.java index 295132a..b4a5737 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SourceViewerAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/SourceViewerAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/TextViewerOperationAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/TextViewerOperationAction.java index ac94c9d..c8e7e08 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/TextViewerOperationAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/source/TextViewerOperationAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/RemoveUpdateColumnAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/RemoveUpdateColumnAction.java index 798edcc..7af5536 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/RemoveUpdateColumnAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/RemoveUpdateColumnAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateDesignViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateDesignViewer.java index 0d34fd9..e1231dd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateDesignViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateDesignViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeElement.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeElement.java index 6ae00ad..8f3b179 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeElement.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeElement.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeViewer.java index cd1d5d0..a244374 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateTreeViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateViewer.java index 8bd5e44..15f0217 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/update/UpdateViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithStatementViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithStatementViewer.java index 59427d5..39d63d0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithStatementViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithStatementViewer.java
@@ -1,9 +1,11 @@ /******************************************************************************* - * Copyright � 2000, 2018 IBM Corporation and others. + * Copyright 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithTableViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithTableViewer.java index c8cafa2..46e6703 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithTableViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/src/org/eclipse/datatools/sqltools/sqlbuilder/views/with/WithTableViewer.java
@@ -1,9 +1,9 @@ /******************************************************************************* * 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/ * * Contributors: * IBM Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/about.html index 5ff0606..69f74c8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/build.xml index d22b62a..4004ea3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/build.xml
@@ -3,9 +3,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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/de/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/de/templates/default-templates.properties index ef95c51..12842d1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/de/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/de/templates/default-templates.properties
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/es/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/es/templates/default-templates.properties index 8f01eef..b7061f5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/es/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/es/templates/default-templates.properties
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/fr/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/fr/templates/default-templates.properties index b528895..5c921a3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/fr/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/fr/templates/default-templates.properties
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ja/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ja/templates/default-templates.properties index 1098259..8bb73d7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ja/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ja/templates/default-templates.properties
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ko/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ko/templates/default-templates.properties index a210522..8b33dd3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ko/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/ko/templates/default-templates.properties
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/zh/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/zh/templates/default-templates.properties index 6d8dc7c..f37b346 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/zh/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/nl/zh/templates/default-templates.properties
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_de_DE.msg index f36334a..efe16a0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_de_DE.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_es_ES.msg index ff304ca..f6186da 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_es_ES.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_fr_FR.msg index 421a2d7..cd41379 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_fr_FR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ja_JP.msg index 0e2e188..a4b5395 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ja_JP.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ko_KR.msg index 15e0272..5110fff 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_ko_KR.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_zh_CN.msg index 2c59b78..f40ed00 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/plugin_zh_CN.msg
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_de_DE.msg index d51e503..4f2a99b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_de_DE.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_es_ES.msg index 12693e3..5ae4b2e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_es_ES.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_fr_FR.msg index ce0e161..4a52b01 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_fr_FR.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ja_JP.msg index 1991b5d..97f8efb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ja_JP.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ko_KR.msg index fa8f7f9..0e5a735 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_ko_KR.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_zh_CN.msg index 9b20611..b4ae1aa 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources_zh_CN.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_de_DE.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_de_DE.msg index 1f24fc6..6e4bfe2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_de_DE.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_de_DE.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_es_ES.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_es_ES.msg index 0edf507..c283062 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_es_ES.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_es_ES.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_fr_FR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_fr_FR.msg index 3bbd80a..ffd8021 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_fr_FR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_fr_FR.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ja_JP.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ja_JP.msg index 00b3787..3680083 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ja_JP.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ja_JP.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ko_KR.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ko_KR.msg index d7572ac..e0cbb20 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ko_KR.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_ko_KR.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_zh_CN.msg b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_zh_CN.msg index 3529ee9..89d3e11 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_zh_CN.msg +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources_zh_CN.msg
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/about.html index 7318fcd..bdd4988 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/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/sqltools/org.eclipse.datatools.sqltools.sqleditor/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/build.xml index dd53264..0a42a3f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/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/sqltools/org.eclipse.datatools.sqltools.sqleditor/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/plugin.properties index 5ea314e..3bdb22c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema-doc/org_eclipse_datatools_sqltools_sqleditor_texthover.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema-doc/org_eclipse_datatools_sqltools_sqleditor_texthover.html index dd04091..42f5b2b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema-doc/org_eclipse_datatools_sqltools_sqleditor_texthover.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema-doc/org_eclipse_datatools_sqltools_sqleditor_texthover.html
@@ -47,9 +47,9 @@ <p class=note id=copyright> 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 <p></p>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/actionExtensions.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/actionExtensions.exsd index 9ea9bbe..a63886f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/actionExtensions.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/actionExtensions.exsd
@@ -107,9 +107,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/sourceViewerConfiguration.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/sourceViewerConfiguration.exsd index 9e92c55..3ba8c24 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/sourceViewerConfiguration.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/sourceViewerConfiguration.exsd
@@ -100,9 +100,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/texthover.exsd b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/texthover.exsd index 45b89d1..cf29926 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/texthover.exsd +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/schema/texthover.exsd
@@ -112,9 +112,9 @@ <documentation> 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 </documentation>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/EditorConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/EditorConstants.java index 9af3e08..ca9ad04 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/EditorConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/EditorConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IHelpConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IHelpConstants.java index 370a482..8f1a872 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IHelpConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IHelpConstants.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IPageUpdate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IPageUpdate.java index 750102f..5107a74 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IPageUpdate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/IPageUpdate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionConstants.java index 8e14952..1b12fcc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionContributorExtension.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionContributorExtension.java index 8950180..db444e0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionContributorExtension.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorActionContributorExtension.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorInput.java index 66cfd8a..b217412 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/ISQLEditorInput.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditor.java index 17bc7c7..ec32eac 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditor.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * Copyright (c) 2000, 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 which is available at - * http://www.eclipse.org/legal/epl-v10.html + * are made available under the terms of the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: IBM Corporation - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorActionContributorExtension.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorActionContributorExtension.java index 2bd2551..8c401a6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorActionContributorExtension.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorActionContributorExtension.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorConnectionInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorConnectionInfo.java index 60ac39b..974daa8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorConnectionInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorConnectionInfo.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorInputFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorInputFactory.java index 365ac9a..655a25c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorInputFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorInputFactory.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorage.java index 7415ccd..c145b6d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorage.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorageEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorageEditorInput.java index 9f8facd..d8f83ba 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorageEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStorageEditorInput.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStringStorage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStringStorage.java index d64bf8b..9ad6602 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStringStorage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/SQLEditorStringStorage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2012 Teradata 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: * Teradata Corporation - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources.properties index fa02ccd..39248b2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ConstructedSQLEditorResources.properties
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/EditorPreferenceInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/EditorPreferenceInitializer.java index 709e080..d6c8f4b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/EditorPreferenceInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/EditorPreferenceInitializer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ExclusivePositionUpdater.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ExclusivePositionUpdater.java index 5f1a360..cd3fa44 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ExclusivePositionUpdater.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/ExclusivePositionUpdater.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/IHelpContextIds.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/IHelpContextIds.java index e5f9149..2a4742c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/IHelpContextIds.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/IHelpContextIds.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/PreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/PreferenceConstants.java index 3ccbb75..5c58ba6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/PreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/PreferenceConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorActionContributor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorActionContributor.java index 5c2f854..5cd16b7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorActionContributor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorActionContributor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorContributorExtensionRegistry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorContributorExtensionRegistry.java index fa57475..48be79a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorContributorExtensionRegistry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorContributorExtensionRegistry.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorDocumentSetupParticipant.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorDocumentSetupParticipant.java index c0e69c3..bba3737 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorDocumentSetupParticipant.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorDocumentSetupParticipant.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorPlugin.java index 5294eae..e203223 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.java index 84127b8..e15544b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.properties index aff077a..b936a59 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SQLEditorResources.properties
@@ -1,9 +1,9 @@ ## ******************************************************************************* ## Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SymbolInserter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SymbolInserter.java index ec7e857..1b73ce9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SymbolInserter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/SymbolInserter.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CCPActionGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CCPActionGroup.java index d816a5f..6902a80 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CCPActionGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CCPActionGroup.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CopyToClipboardAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CopyToClipboardAction.java index 9d5f222..03de4f7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CopyToClipboardAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CopyToClipboardAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CutAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CutAction.java index e56619e..402ea62 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CutAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/CutAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DMLDialogSelectionSQLAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DMLDialogSelectionSQLAction.java index 4f61487..8a0ab47 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DMLDialogSelectionSQLAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DMLDialogSelectionSQLAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DeleteAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DeleteAction.java index eda60ea..47ae984 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DeleteAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/DeleteAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSQLAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSQLAction.java index b171af3..9913f89 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSQLAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSQLAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSelectionSQLAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSelectionSQLAction.java index 3b3bbc0..d3b52f7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSelectionSQLAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ExecuteSelectionSQLAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/Messages.java index 37f5171..1165c8e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/PasteAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/PasteAction.java index 643b9f0..3b3541e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/PasteAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/PasteAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectAction.java index 3f8bfda..c0997d2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectAction.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectionAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectionAction.java index 236d356..89b8264 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectionAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLConnectionAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLDisconnectAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLDisconnectAction.java index 9979107..e76913d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLDisconnectAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SQLDisconnectAction.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SelectionDispatchAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SelectionDispatchAction.java index c5910da..24ea6a3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SelectionDispatchAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/SelectionDispatchAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ToggleCommentAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ToggleCommentAction.java index 084409d..98e2cf2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ToggleCommentAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/actions/ToggleCommentAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/ISQLEditorMarker.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/ISQLEditorMarker.java index 54c2b00..9ef7b69 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/ISQLEditorMarker.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/ISQLEditorMarker.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorContentOutlinePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorContentOutlinePage.java index 44b843f..32b2c2b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorContentOutlinePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorContentOutlinePage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorOutlineContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorOutlineContentProvider.java index e97005e..c2a036f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorOutlineContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLEditorOutlineContentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLImageDescriptor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLImageDescriptor.java index 0b2fec5..398e489 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLImageDescriptor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLImageDescriptor.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLLabelProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLLabelProvider.java index 957ea48..71fcbfe 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLLabelProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLLabelProvider.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLMarkerLabelDecorator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLMarkerLabelDecorator.java index 15c8f2a..1699e1a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLMarkerLabelDecorator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLMarkerLabelDecorator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLOutlinePage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLOutlinePage.java index 70fd40c..f65cccc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLOutlinePage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLOutlinePage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewer.java index ad622ee..5b0c864 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewer.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewerConfiguration.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewerConfiguration.java index f26463b..74ff5d1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewerConfiguration.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLSourceViewerConfiguration.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLUpdater.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLUpdater.java index ba066aa..3e50ec8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLUpdater.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/editor/SQLUpdater.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/profile/SQLEditorProfileListener.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/profile/SQLEditorProfileListener.java index 544ba59..9991801 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/profile/SQLEditorProfileListener.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/profile/SQLEditorProfileListener.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/result/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/result/Messages.java index 87c74da..4defdb1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/result/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/result/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/AbstractSQLScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/AbstractSQLScanner.java index 8baa082..ce752c0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/AbstractSQLScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/AbstractSQLScanner.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/BestMatchHover.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/BestMatchHover.java index a478a41..df6bee4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/BestMatchHover.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/BestMatchHover.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionEngine.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionEngine.java index fc5f9cb..9e0622b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionEngine.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionEngine.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionProposal.java index 067f773..930e10c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/ISQLCompletionProposal.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLAnnotationHover.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLAnnotationHover.java index 88189ab..99acd88 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLAnnotationHover.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLAnnotationHover.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCodeScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCodeScanner.java index c07ef9a..8f863f2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCodeScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCodeScanner.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionEngine.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionEngine.java index df9880f..7d36dda 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionEngine.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionEngine.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProcessor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProcessor.java index 484b17f..bd96c00 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProcessor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProcessor.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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposal.java index 642b049..69e429e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposal.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposalFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposalFactory.java index 6be54b9..0de90eb 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposalFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLCompletionProposalFactory.java
@@ -1,8 +1,8 @@ /******************************************************************************* * 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 which is available at - * http://www.eclipse.org/legal/epl-v10.html + * the Eclipse Public License 2.0 which is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: IBM Corporation - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposal.java index c5eff82..24ec9c0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposal.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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposalsService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposalsService.java index e3941cd..3b9c92a 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposalsService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDBProposalsService.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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDoubleClickStrategy.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDoubleClickStrategy.java index 9c173cd..3de0a71 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDoubleClickStrategy.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLDoubleClickStrategy.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLParserCompletionEngine.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLParserCompletionEngine.java index 020d218..0dfd5bd 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLParserCompletionEngine.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLParserCompletionEngine.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLPartitionScanner.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLPartitionScanner.java index 457404d..2b78361 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLPartitionScanner.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLPartitionScanner.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLSegment.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLSegment.java index 6b5e5ad..d84819d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLSegment.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLSegment.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLTemplateProposalsService.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLTemplateProposalsService.java index 3047551..7f98a6c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLTemplateProposalsService.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLTemplateProposalsService.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLValidator.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLValidator.java index d414b58..bd2ed72 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLValidator.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLValidator.java
@@ -1,9 +1,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 + * are made available under the terms of the Eclipse Public License 2.0 * which 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLWordStrategy.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLWordStrategy.java index 6c4e1cc..33795c1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLWordStrategy.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/sql/SQLWordStrategy.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: Sybase, Inc. - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/Messages.java index 2faa02e..a64e0a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/Messages.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/PositionBasedCompletionProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/PositionBasedCompletionProposal.java index c54304a..88f3a9b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/PositionBasedCompletionProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/PositionBasedCompletionProposal.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLContributionTemplateStore.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLContributionTemplateStore.java index 0c368af..071e873 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLContributionTemplateStore.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLContributionTemplateStore.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLIntelligentTemplate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLIntelligentTemplate.java index 9013d91..e63b5b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLIntelligentTemplate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLIntelligentTemplate.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateProposal.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateProposal.java index 80725ce..5ad405b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateProposal.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateProposal.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateReaderWriter.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateReaderWriter.java index 0ee1236..6a87505 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateReaderWriter.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/templates/SQLTemplateReaderWriter.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/Messages.java index 241634c..eafaec4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLColorProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLColorProvider.java index c858dcd..3d93b49 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLColorProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLColorProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLDBUtils.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLDBUtils.java index f4ab28f..d822f74 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLDBUtils.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLDBUtils.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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLMultiLineRule.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLMultiLineRule.java index 1957619..40d77ca 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLMultiLineRule.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLMultiLineRule.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordDetector.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordDetector.java index 01d66c2..dc550ec 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordDetector.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordDetector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordFinder.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordFinder.java index 411eb59..9cc44a3 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordFinder.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordFinder.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordPartDetector.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordPartDetector.java index 1477d2d..df99429 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordPartDetector.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/internal/utils/SQLWordPartDetector.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/BaseExplainAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/BaseExplainAction.java index 87cebc1..5ee7c2e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/BaseExplainAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/BaseExplainAction.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/ExplainSQLActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/ExplainSQLActionDelegate.java index 44d13ce..80fa8a7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/ExplainSQLActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/ExplainSQLActionDelegate.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/GroupPlanSupportRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/GroupPlanSupportRunnable.java index b150659..54c6289 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/GroupPlanSupportRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/GroupPlanSupportRunnable.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Images.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Images.java index ec854a6..d4ba61b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Images.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Images.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Messages.java index 4fb31e9..f788cb7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/plan/Messages.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/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SQLEditorPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SQLEditorPage.java index a2c0ce0..b5087ba 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SQLEditorPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SQLEditorPage.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxColoringPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxColoringPage.java index 79cc4a4..22fbe17 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxColoringPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxColoringPage.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: Sybase ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxItem.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxItem.java index 8634d0a..bb3c2f2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxItem.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/SyntaxItem.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: Sybase ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/GroupSQLResultRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/GroupSQLResultRunnable.java index 2b65c8d..d37dc68 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/GroupSQLResultRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/GroupSQLResultRunnable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/SimpleSQLResultRunnable.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/SimpleSQLResultRunnable.java index 9a0caa7..1cf2526 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/SimpleSQLResultRunnable.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/result/SimpleSQLResultRunnable.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/sql/AbstractSQLEditorTextHover.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/sql/AbstractSQLEditorTextHover.java index 36369d7..aa98f17 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/sql/AbstractSQLEditorTextHover.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/sql/AbstractSQLEditorTextHover.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.properties index c18893c..261ce45 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.properties
@@ -1,7 +1,7 @@ #********************************************************************************************************************** # 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 accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# 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/ # # Contributors: Sybase, Inc. - initial API and implementation #**********************************************************************************************************************
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.xml index 5253d5f..153491e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/templates/default-templates.xml
@@ -3,8 +3,8 @@ <!-- /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/build.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/build.xml index 25830c9..0daadb5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/build.xml +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/plugin.properties index e7aa327..f1e8dd4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/plugin.properties
@@ -1,9 +1,9 @@ ############################################################################### # Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/externalfile/ExternalSQLFileEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/externalfile/ExternalSQLFileEditorInput.java index 4354260..ac1c5c6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/externalfile/ExternalSQLFileEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/externalfile/ExternalSQLFileEditorInput.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLEditorFileEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLEditorFileEditorInput.java index 3895da3..715f8cc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLEditorFileEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLEditorFileEditorInput.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 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceConstants.java index ee6577d..6c615ce 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceConstants.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceInitializer.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceInitializer.java index a03562a..35e08ce 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceInitializer.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLFilePreferenceInitializer.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLScrapbookImages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLScrapbookImages.java index b51e0c1..3e9edc5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLScrapbookImages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SQLScrapbookImages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2006, 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 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SqlscrapbookPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SqlscrapbookPlugin.java index af0f914..8497575 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SqlscrapbookPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/SqlscrapbookPlugin.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ExecuteSQLFileActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ExecuteSQLFileActionDelegate.java index 2a55747..61b2d1c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ExecuteSQLFileActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ExecuteSQLFileActionDelegate.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/Messages.java index b4faf3f..0d5fd6f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/MultiGroupExecuteJob.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/MultiGroupExecuteJob.java index d98d7cb..f3602b4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/MultiGroupExecuteJob.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/MultiGroupExecuteJob.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSQLAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSQLAction.java index 956ee54..a8bc3b5 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSQLAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSQLAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSelectionSQLAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSelectionSQLAction.java index 3a4396d..19fc22c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSelectionSQLAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExecuteSelectionSQLAction.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExplainSQLActionDelegate.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExplainSQLActionDelegate.java index 9d9362b..ab9be9c 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExplainSQLActionDelegate.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/ScrapbookExplainSQLActionDelegate.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/SetConnectionInfoAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/SetConnectionInfoAction.java index ca9da48..fa4abb0 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/SetConnectionInfoAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/actions/SetConnectionInfoAction.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/AbstractConnectionInfoComposite.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/AbstractConnectionInfoComposite.java index ce2735c..1313252 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/AbstractConnectionInfoComposite.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/AbstractConnectionInfoComposite.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite.java index bc80514..4254c4b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite.java
@@ -2,8 +2,8 @@ * Copyright (c) 2004, 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 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * Public License 2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite2.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite2.java index 391ea23..8d932d4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite2.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoComposite2.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoDialog.java index 05f85c1..2efee0f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoGroup.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoGroup.java index 954dc84..80abbcc 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoGroup.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/ConnectionInfoGroup.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/DBDefinitionFilterRegistry.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/DBDefinitionFilterRegistry.java index 2751d9a..098001e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/DBDefinitionFilterRegistry.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/DBDefinitionFilterRegistry.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/FilesConnectionInfoDialog.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/FilesConnectionInfoDialog.java index e6cdf7e..9c3debf 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/FilesConnectionInfoDialog.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/FilesConnectionInfoDialog.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/Messages.java index b7c0810..19de5f7 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/connection/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/Messages.java index 76f6932..a2d27e1 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookDocumentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookDocumentProvider.java index f37a2e4..db86585 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookDocumentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookDocumentProvider.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditor.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditor.java index 792ef5a..465d479 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditor.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditor.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 Exadel 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInput.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInput.java index 939e854..acd45e9 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInput.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInput.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInputFactory.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInputFactory.java index 24f7ba7..5d689ac 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInputFactory.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/SQLScrapbookEditorInputFactory.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 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookEditorConnectionInfo.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookEditorConnectionInfo.java index 95aace0..e34cd5b 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookEditorConnectionInfo.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookEditorConnectionInfo.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookOpenedConnection.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookOpenedConnection.java index 0411de2..ee8d5da 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookOpenedConnection.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/editor/ScrapbookOpenedConnection.java
@@ -2,9 +2,9 @@ * Copyright (c) 2011 Zenika * * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: queinnec - initial API and implementation ******************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/PreferenceConstants.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/PreferenceConstants.java index c19e06f..4f2ac89 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/PreferenceConstants.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/PreferenceConstants.java
@@ -1,7 +1,7 @@ /*********************************************************************************************************************** * 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 accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * 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/ * * Contributors: Sybase, Inc. - initial API and implementation **********************************************************************************************************************/
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/SQLScrapbookPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/SQLScrapbookPage.java index d2c313d..b69aaa2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/SQLScrapbookPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/preferences/SQLScrapbookPage.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/ExceptionHandler.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/ExceptionHandler.java index d7c55be..89d2e5e 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/ExceptionHandler.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/ExceptionHandler.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/NodeSQLPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/NodeSQLPage.java index d1b8822..c82948d 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/NodeSQLPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/NodeSQLPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 Exadel 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLFileUtil.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLFileUtil.java index 83fecdc..98c4a56 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLFileUtil.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLFileUtil.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLUtility.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLUtility.java index 2ded5c6..a426059 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLUtility.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/util/SQLUtility.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 Exadel 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/views/execute/SQLScrapbookSelectConnectionAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/views/execute/SQLScrapbookSelectConnectionAction.java index 1850063..abb5128 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/views/execute/SQLScrapbookSelectConnectionAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/views/execute/SQLScrapbookSelectConnectionAction.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2000, 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileCreationWizard.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileCreationWizard.java index ae54e52..869af06 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileCreationWizard.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileCreationWizard.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileWizardPage.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileWizardPage.java index 1df4041..592b110 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileWizardPage.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/internal/sqlscrapbook/wizards/NewSQLScrapbookFileWizardPage.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2002, 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: * Exadel Inc - initial API and implementation
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/sqlscrapbook/actions/Messages.java b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/sqlscrapbook/actions/Messages.java index afa8f00..dc066f2 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/sqlscrapbook/actions/Messages.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/src/org/eclipse/datatools/sqltools/sqlscrapbook/actions/Messages.java
@@ -2,9 +2,9 @@ * Copyright (c) 2008 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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/about.html b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/about.html index 129db9d..92d90f8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/about.html +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/plugin.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/plugin.properties index 82dceb4..0e54c6f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/plugin.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/plugin.properties
@@ -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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/IExternalRunQuery.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/IExternalRunQuery.java index 8ef194d..9d58c5f 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/IExternalRunQuery.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/IExternalRunQuery.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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/TableDataEditorPlugin.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/TableDataEditorPlugin.java index dee1d11..fde50ec 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/TableDataEditorPlugin.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/TableDataEditorPlugin.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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/l10n/tableDataEditor.properties b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/l10n/tableDataEditor.properties index e0b4342..6334dd8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/l10n/tableDataEditor.properties +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/l10n/tableDataEditor.properties
@@ -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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/ISQLExecutionProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/ISQLExecutionProvider.java index f8c58a2..6adb871 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/ISQLExecutionProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/ISQLExecutionProvider.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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/QueryOutputHelper.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/QueryOutputHelper.java index e7eedf1..638bed6 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/QueryOutputHelper.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/query/execute/QueryOutputHelper.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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/util/ResourceLoader.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/util/ResourceLoader.java index a03eef9..915c2e4 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/util/ResourceLoader.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/internal/tabledataeditor/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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/SampleContentAction.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/SampleContentAction.java index 3c5b4aa..9553826 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/SampleContentAction.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/SampleContentAction.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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/DataGroupProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/DataGroupProvider.java index 0058b6c..53e5120 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/DataGroupProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/DataGroupProvider.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/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/SampleContentProvider.java b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/SampleContentProvider.java index 29bf363..addc1d8 100644 --- a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/SampleContentProvider.java +++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/src/org/eclipse/datatools/sqltools/tabledataeditor/actions/providers/SampleContentProvider.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/about.html b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/about.html index 7cc0bf0..8d6d323 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/about.html +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/buildAnt.xml b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/buildAnt.xml index 0942f48..5351cc8 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/buildAnt.xml +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/buildAnt.xml
@@ -3,9 +3,11 @@ ************************************************************************* * Copyright (c) 2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestAdvQueryImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestAdvQueryImpl.java index 3b83f39..718e42e 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestAdvQueryImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestAdvQueryImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestColumnMetaData.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestColumnMetaData.java index 55b4333..bd6140e 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestColumnMetaData.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestColumnMetaData.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestConnectionImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestConnectionImpl.java index d83253b..1b846c0 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestConnectionImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestConnectionImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestData.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestData.java index b09853d..918ab9a 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestData.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestData.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDataSetMetaDataImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDataSetMetaDataImpl.java index cc3caf2..8314b2a 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDataSetMetaDataImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDataSetMetaDataImpl.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDriverImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDriverImpl.java index 1f6262f..4d4ff25 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDriverImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestDriverImpl.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestInputParamRowSetImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestInputParamRowSetImpl.java index fbc7e16..f3071ea 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestInputParamRowSetImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestInputParamRowSetImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestOutputParamRowSetImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestOutputParamRowSetImpl.java index 7596f36..91b24ba 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestOutputParamRowSetImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestOutputParamRowSetImpl.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamMetaDataImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamMetaDataImpl.java index 0ec6001..c6c6620 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamMetaDataImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamMetaDataImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamRowSetImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamRowSetImpl.java index 35272a8..9f928f0 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamRowSetImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestParamRowSetImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetImpl.java index 1561a39..ecb6725 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetMetaDataImpl.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetMetaDataImpl.java index 7430c58..c5746ba 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetMetaDataImpl.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/TestResultSetMetaDataImpl.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/ExpressionTester.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/ExpressionTester.java index 5f61410..2d6f300 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/ExpressionTester.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/ExpressionTester.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCombinedOperator.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCombinedOperator.java index a0bbfaf..29bbf32 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCombinedOperator.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCombinedOperator.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomExpression.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomExpression.java index f204fd0..1b30fb5 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomExpression.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomExpression.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomFunction.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomFunction.java index 2659f51..782503a 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomFunction.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MyCustomFunction.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySortSpecification.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySortSpecification.java index 6e994b5..c07bde2 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySortSpecification.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySortSpecification.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/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySpecFactory.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySpecFactory.java index 2475ca3..b6fccdb 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySpecFactory.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/src/org/eclipse/datatools/connectivity/oda/consumer/testdriver/spec/impl/MySpecFactory.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/about.html b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/about.html +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/plugin.xml b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/plugin.xml index 8917780..a5984a4 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/plugin.xml +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/DummyDriver.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/DummyDriver.java index ef8e4ca..60cbcba 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/DummyDriver.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/DummyDriver.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/ExternalizedPropertyProvider.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/ExternalizedPropertyProvider.java index 3b5e310..afde05f 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/ExternalizedPropertyProvider.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/ExternalizedPropertyProvider.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/LoggerAccessor.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/LoggerAccessor.java index df8095d..e39a20f 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/LoggerAccessor.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/LoggerAccessor.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/OdaConsumerTestPlugin.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/OdaConsumerTestPlugin.java index 09f4552..8536eb1 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/OdaConsumerTestPlugin.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/test/impl/OdaConsumerTestPlugin.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AdvQueryTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AdvQueryTest.java index 46ae0d8..9be9397 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AdvQueryTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AdvQueryTest.java
@@ -1,9 +1,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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AllTestSuites.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AllTestSuites.java index fb5ae9c..a726719 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AllTestSuites.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AllTestSuites.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2018 Red Hat 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 * *******************************************************************************/
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AppContextTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AppContextTest.java index cc77d8c..ce78a41 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AppContextTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/AppContextTest.java
@@ -2,9 +2,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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/BinaryCompatibiltyTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/BinaryCompatibiltyTest.java index 94600cb..be331d0 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/BinaryCompatibiltyTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/BinaryCompatibiltyTest.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConnectionTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConnectionTest.java index 894f6f7..dcb80aa 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConnectionTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConnectionTest.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConsumerMessagesTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConsumerMessagesTest.java index 9de0b48..e480218 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConsumerMessagesTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ConsumerMessagesTest.java
@@ -2,9 +2,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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DataSetMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DataSetMetaDataTest.java index b96ecec..82977ed 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DataSetMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DataSetMetaDataTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverBridgeTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverBridgeTest.java index f797b4e..e895bfd 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverBridgeTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverBridgeTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverTest.java index cd377ac..2f50b3d 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/DriverTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/FlatFileTestCase.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/FlatFileTestCase.java index e3bbbed..51ee473 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/FlatFileTestCase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/FlatFileTestCase.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/LoggerInstanceTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/LoggerInstanceTest.java index 5619eea..e1beb2b 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/LoggerInstanceTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/LoggerInstanceTest.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaBlobTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaBlobTest.java index a26159c..30322b3 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaBlobTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaBlobTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaClobTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaClobTest.java index 9685f26..527f3ab 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaClobTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaClobTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaTestCase.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaTestCase.java index f7cf9ca..312a7c2 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaTestCase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OdaTestCase.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OutputParametersTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OutputParametersTest.java index f1ea5b0..1aef4d8 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OutputParametersTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/OutputParametersTest.java
@@ -2,9 +2,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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParamMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParamMetaDataTest.java index 68afcf0..7937f78 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParamMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParamMetaDataTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParameterRowSetTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParameterRowSetTest.java index 939f2a7..2348df1 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParameterRowSetTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ParameterRowSetTest.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/PropertyProviderTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/PropertyProviderTest.java index 32ddf7e..67d6d22 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/PropertyProviderTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/PropertyProviderTest.java
@@ -2,9 +2,11 @@ ***************************************************************************** * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/QueryTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/QueryTest.java index 768d171..3e15c8b 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/QueryTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/QueryTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetMetaDataTest.java index 711071b..b617cf3 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetMetaDataTest.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetTest.java index 8d1fdc0..e5e2e93 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/ResultSetTest.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/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogConfigTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogConfigTest.java index 13d7d4c..79d273f 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogConfigTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogConfigTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTest.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTest.java index 030b52e..f8cdad8 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTestUtil.java b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTestUtil.java index 7add205..84984b2 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTestUtil.java +++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/src/org/eclipse/datatools/connectivity/oda/consumer/tests/TraceLogTestUtil.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html b/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html +++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/about.html
@@ -10,8 +10,8 @@ <p>The Eclipse Foundation makes available all content in this plug-in ("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/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties b/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties index 1392450..d747586 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties +++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/build.properties
@@ -2,9 +2,9 @@ # ************************************************************************* # * Copyright (c) 2007 Actuate Corporation. # * All rights reserved. This program and the accompanying materials -# * are made available under the terms of the Eclipse Public License v1.0 +# * are made available under the terms of the Eclipse Public License 2.0 # * which accompanies this distribution, and is available at -# * http://www.eclipse.org/legal/epl-v10.html +# * https://www.eclipse.org/legal/epl-2.0/ # * # * Contributors: # * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml b/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml index 823ccb0..c562d66 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml +++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/plugin.xml
@@ -6,9 +6,11 @@ ************************************************************************* * Copyright (c) 2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java index 08cad7d..5a1fddb 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/DesignUtilLoadSaveTest.java
@@ -2,9 +2,9 @@ ************************************************************************* * Copyright (c) 2007, 2011 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java index 7815558..359abe8 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java +++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/src/org/eclipse/datatools/connectivity/oda/design/tests/TestUtil.java
@@ -2,9 +2,11 @@ ************************************************************************* * Copyright (c) 2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/about.html b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/about.html index 7cc0bf0..8d6d323 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/about.html +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/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/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ConnectionTestBase.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ConnectionTestBase.java index 65d357d..5a5e693 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ConnectionTestBase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ConnectionTestBase.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/DriverTestBase.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/DriverTestBase.java index df379e0..8f5d053 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/DriverTestBase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/DriverTestBase.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/QueryTestBase.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/QueryTestBase.java index b552539..18acfd6 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/QueryTestBase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/QueryTestBase.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetMetaDataTestBase.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetMetaDataTestBase.java index 149103a..f16f6ab 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetMetaDataTestBase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetMetaDataTestBase.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetTestBase.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetTestBase.java index ce23346..c477476 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetTestBase.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ResultSetTestBase.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/TestUtil.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/TestUtil.java index aa03fb7..7581989 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/TestUtil.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/TestUtil.java
@@ -2,9 +2,9 @@ ******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ConnectionTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ConnectionTest.java index 72f83f2..050b1b2 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ConnectionTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ConnectionTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/DriverTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/DriverTest.java index cfd3400..b0db2f2 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/DriverTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/DriverTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/QueryTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/QueryTest.java index bd0f834..b87f956 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/QueryTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/QueryTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/RemoteFileTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/RemoteFileTest.java index 5ddf3df..c9344a1 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/RemoteFileTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/RemoteFileTest.java
@@ -1,9 +1,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
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetMetaDataTest.java index ef50e7f..6573767 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetMetaDataTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetTest.java index 8843eec..8d88773 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/csv/ResultSetTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ConnectionTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ConnectionTest.java index 287903f..5487ee5 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ConnectionTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ConnectionTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/DriverTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/DriverTest.java index fabf346..c774393 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/DriverTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/DriverTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/QueryTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/QueryTest.java index dc66ae4..31b6f1b 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/QueryTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/QueryTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetMetaDataTest.java index c7c4844..6749629 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetMetaDataTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetTest.java index 289866a..e53c79f 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/psv/ResultSetTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ConnectionTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ConnectionTest.java index ce1b272..cd4375f 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ConnectionTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ConnectionTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/DriverTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/DriverTest.java index ea5727b..92e1964 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/DriverTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/DriverTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/QueryTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/QueryTest.java index 3a1df96..0999e4a 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/QueryTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/QueryTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetMetaDataTest.java index 342169f..e928823 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetMetaDataTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetTest.java index 3caea76..5730c00 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/ssv/ResultSetTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ConnectionTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ConnectionTest.java index 1b321ea..874a2e1 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ConnectionTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ConnectionTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/DriverTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/DriverTest.java index 3e478f2..00620af 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/DriverTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/DriverTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/QueryTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/QueryTest.java index 0c9ec34..fcecd10 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/QueryTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/QueryTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetMetaDataTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetMetaDataTest.java index 7dbf0cf..d17af06 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetMetaDataTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetMetaDataTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetTest.java index 117cd00..75da41e 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/tsv/ResultSetTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/util/DateUtilTest.java b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/util/DateUtilTest.java index 43f702e..9ad48c5 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/util/DateUtilTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/src/org/eclipse/datatools/connectivity/oda/flatfile/tests/util/DateUtilTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/about.html b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/about.html +++ b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/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/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ConnProfilePropProviderTest.java b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ConnProfilePropProviderTest.java index 485c427..fdfc1d6 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ConnProfilePropProviderTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ConnProfilePropProviderTest.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/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ProfileExplorerPluginTest.java b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ProfileExplorerPluginTest.java index 13e476c..03d5bf2 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ProfileExplorerPluginTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/ProfileExplorerPluginTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/TestUtil.java b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/TestUtil.java index fdc0ce8..45c86bb 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/TestUtil.java +++ b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/src/org/eclipse/datatools/connectivity/oda/profile/tests/TestUtil.java
@@ -2,9 +2,11 @@ ************************************************************************* * Copyright (c) 2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.tests/about.html b/tests/org.eclipse.datatools.connectivity.oda.tests/about.html index a49e344..428af3b 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/about.html +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/BlobTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/BlobTest.java index 88bdb8d..b22c5ff 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/BlobTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/BlobTest.java
@@ -2,9 +2,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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/ClobTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/ClobTest.java index ba9c8e3..195e972 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/ClobTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/impl/tests/ClobTest.java
@@ -2,9 +2,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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/AggregateTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/AggregateTest.java index 87e7cf8..0d751e4 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/AggregateTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/AggregateTest.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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/FilterExtensionsTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/FilterExtensionsTest.java index b98d845..2694d8e 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/FilterExtensionsTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/FilterExtensionsTest.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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/QuerySpecTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/QuerySpecTest.java index 7015605..39bebab 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/QuerySpecTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/QuerySpecTest.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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/ValueExpressionTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/ValueExpressionTest.java index 615054c..02a2d70 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/ValueExpressionTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/spec/tests/ValueExpressionTest.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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/DataTypeMappingTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/DataTypeMappingTest.java index 693f490..95011cd 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/DataTypeMappingTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/DataTypeMappingTest.java
@@ -2,9 +2,11 @@ ************************************************************************* * 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/ManifestExplorerTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/ManifestExplorerTest.java index 057bdb8..2371c93 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/ManifestExplorerTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/manifest/tests/ManifestExplorerTest.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/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/tests/ResourceIdentifiersTest.java b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/tests/ResourceIdentifiersTest.java index c3153a5..6291722 100644 --- a/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/tests/ResourceIdentifiersTest.java +++ b/tests/org.eclipse.datatools.connectivity.oda.tests/src/org/eclipse/datatools/connectivity/oda/util/tests/ResourceIdentifiersTest.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/tests/org.eclipse.datatools.connectivity.test/about.html b/tests/org.eclipse.datatools.connectivity.test/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.connectivity.test/about.html +++ b/tests/org.eclipse.datatools.connectivity.test/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/tests/org.eclipse.datatools.connectivity.test/plugin.properties b/tests/org.eclipse.datatools.connectivity.test/plugin.properties index 1691b33..0c94463 100644 --- a/tests/org.eclipse.datatools.connectivity.test/plugin.properties +++ b/tests/org.eclipse.datatools.connectivity.test/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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/CategoryDescriptorTest.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/CategoryDescriptorTest.java index 67ea95d..9f72d78 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/CategoryDescriptorTest.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/CategoryDescriptorTest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/OverrideTemplateDescriptorTest.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/OverrideTemplateDescriptorTest.java index 1256b31..be380fa 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/OverrideTemplateDescriptorTest.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/OverrideTemplateDescriptorTest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/TemplateDescriptorTest.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/TemplateDescriptorTest.java index 324fb3b..7d2b3ef 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/TemplateDescriptorTest.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/models/test/TemplateDescriptorTest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/test/DriverManagerTest.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/test/DriverManagerTest.java index ef6083b..f03c089 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/test/DriverManagerTest.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/drivers/test/DriverManagerTest.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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ActivationTest.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ActivationTest.java index 38501da..4728219 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ActivationTest.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ActivationTest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ui/test/ConnectionProfileManagerUITests.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ui/test/ConnectionProfileManagerUITests.java index 402aaf7..ed9a77f 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ui/test/ConnectionProfileManagerUITests.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/internal/ui/test/ConnectionProfileManagerUITests.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerAdapterFactory.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerAdapterFactory.java index 1aa6758..9f881e6 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerAdapterFactory.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerAdapterFactory.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerTests.java b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerTests.java index eedcbfc..71bffde 100644 --- a/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerTests.java +++ b/tests/org.eclipse.datatools.connectivity.test/src/org/eclipse/datatools/connectivity/test/ProfileManagerTests.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004-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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/AllTests.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/AllTests.java index 40ec371..6f521a0 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/AllTests.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/AllTests.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/CloudscapeTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/CloudscapeTest.java index 5f6de95..95b2fa1 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/CloudscapeTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/CloudscapeTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2LUWTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2LUWTest.java index e9e4173..52a0b4d 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2LUWTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2LUWTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2iSeriesTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2iSeriesTest.java index 93376c7..e6b8c91 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2iSeriesTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2iSeriesTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2zSeriesTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2zSeriesTest.java index 92ba78a..dc3ff80 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2zSeriesTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DB2zSeriesTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DatabaseDefinitionGenericTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DatabaseDefinitionGenericTest.java index 1382885..e57bd71 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DatabaseDefinitionGenericTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DatabaseDefinitionGenericTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DerbyTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DerbyTest.java index cb10f9d..d7a6d93 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DerbyTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/DerbyTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/IBMCloudscapeTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/IBMCloudscapeTest.java index 0e001cb..40f415b 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/IBMCloudscapeTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/IBMCloudscapeTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/InformixTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/InformixTest.java index 300eb68..9735f63 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/InformixTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/InformixTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/MySQLTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/MySQLTest.java index 7266b56..c40eb17 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/MySQLTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/MySQLTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/OracleTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/OracleTest.java index 32700f5..5f52c90 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/OracleTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/OracleTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PostgreSQLTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PostgreSQLTest.java index b9a8bd5..6881b1e 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PostgreSQLTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PostgreSQLTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PredefinedDataTypeDefinitionGenericTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PredefinedDataTypeDefinitionGenericTest.java index d820da6..8345378 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PredefinedDataTypeDefinitionGenericTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/PredefinedDataTypeDefinitionGenericTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SQLServerTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SQLServerTest.java index 8aad599..b155918 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SQLServerTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SQLServerTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SybaseTest.java b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SybaseTest.java index 9325778..b36683f 100644 --- a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SybaseTest.java +++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/src/org/eclipse/datatools/enablement/dbdefinition/junittest/SybaseTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.enablement.oda.ws.test/about.html b/tests/org.eclipse.datatools.enablement.oda.ws.test/about.html index 6b1939e..ddc29ef 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/about.html +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/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/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/AllTests.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/AllTests.java index b7fac95..65a5b60 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/AllTests.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/AllTests.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/BaseTest.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/BaseTest.java index 868d670..f13774b 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/BaseTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/BaseTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/driver/DriverTest.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/driver/DriverTest.java index 9e8167c..38b351c 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/driver/DriverTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/driver/DriverTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/misc/RawMessageSenderTest.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/misc/RawMessageSenderTest.java index 019fc0d..3a85bef 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/misc/RawMessageSenderTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/misc/RawMessageSenderTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestConstants.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestConstants.java index 58ae4b6..68f737d 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestConstants.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestUtil.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestUtil.java index ddf60f6..0f9308f 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestUtil.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/util/TestUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/wsdl/WSDLAdvisorTest.java b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/wsdl/WSDLAdvisorTest.java index a4869ae..ada7e8c 100644 --- a/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/wsdl/WSDLAdvisorTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/test/org/eclipse/datatools/enablement/oda/ws/wsdl/WSDLAdvisorTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/about.html b/tests/org.eclipse.datatools.enablement.oda.xml.tests/about.html index 7cc0bf0..8d6d323 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/about.html +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/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/tests/org.eclipse.datatools.enablement.oda.xml.tests/buildXML.xml b/tests/org.eclipse.datatools.enablement.oda.xml.tests/buildXML.xml index 4430ed0..3fe5198 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/buildXML.xml +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/buildXML.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/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/BaseTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/BaseTest.java index bbec094..530dfd3 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/BaseTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/BaseTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConcurrentQueriesFromOneConnection.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConcurrentQueriesFromOneConnection.java index 913dcc6..be6da9d 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConcurrentQueriesFromOneConnection.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConcurrentQueriesFromOneConnection.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConnectionTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConnectionTest.java index 75c2117..0db0524 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConnectionTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ConnectionTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/QueryTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/QueryTest.java index ab4e739..35e8367 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/QueryTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/QueryTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/RelationInformationTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/RelationInformationTest.java index 8c8d4ba..cea6231 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/RelationInformationTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/RelationInformationTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ResultSetTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ResultSetTest.java index e95a7e7..f93742f 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ResultSetTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/ResultSetTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/SpecialEncodingTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/SpecialEncodingTest.java index ce0e1c1..b389af5 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/SpecialEncodingTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/SpecialEncodingTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/AllTestSuites.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/AllTestSuites.java index d052489..3ad8131 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/AllTestSuites.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/AllTestSuites.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2018 Red Hat 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 * *******************************************************************************/
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestConstants.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestConstants.java index baeb8f4..f732a4d 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestConstants.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestConstants.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestUtil.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestUtil.java index 2c45a46..96e6ef3 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestUtil.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/test/util/TestUtil.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTablesTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTablesTest.java index 5414e86..c4f7dd7 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTablesTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/MappedTablesTest.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/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserTest.java index ae634c2..fdfbc38 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/XPathParserTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/XPathParserTest.java index 7f23126..4e3caf0 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/XPathParserTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/XPathParserTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtilTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtilTest.java index 4f27a62..53f57e2 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtilTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/date/DateUtilTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtilTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtilTest.java index fa6b13d..36722d2 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtilTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtilTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtilTest.java b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtilTest.java index 66e14b4..4925a77 100644 --- a/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtilTest.java +++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/XPathPopulationUtilTest.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Actuate Corporation - initial API and implementation
diff --git a/tests/org.eclipse.datatools.sqltools.db.generic.test/about.html b/tests/org.eclipse.datatools.sqltools.db.generic.test/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.sqltools.db.generic.test/about.html +++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/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/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/AllTestsGenericSQLParser.java b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/AllTestsGenericSQLParser.java index 0221f14..681f233 100644 --- a/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/AllTestsGenericSQLParser.java +++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/AllTestsGenericSQLParser.java
@@ -2,9 +2,11 @@ * Copyright (c) 2004, 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/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sybase, Inc. - initial API and implementation
diff --git a/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/GenericSQLParserTest.java b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/GenericSQLParserTest.java index 83b0f79..24de4be 100644 --- a/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/GenericSQLParserTest.java +++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/GenericSQLParserTest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/ParserTest.java b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/ParserTest.java index 607dac5..eb2573f 100644 --- a/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/ParserTest.java +++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/parser/test/ParserTest.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/test/Activator.java b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/test/Activator.java index f008a13..4cf7d2d 100644 --- a/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/test/Activator.java +++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/src/org/eclipse/datatools/sqltools/db/generic/test/Activator.java
@@ -2,9 +2,9 @@ * Copyright (c) 2004, 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/about.html b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/about.html +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/plugin.properties b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/plugin.properties index 4db3acb..78e586a 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/plugin.properties +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/plugin.properties
@@ -2,9 +2,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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AbstractTestSQLQueryParser.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AbstractTestSQLQueryParser.java index e9815a4..edf94f0 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AbstractTestSQLQueryParser.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AbstractTestSQLQueryParser.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AllTests.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AllTests.java index ca2e701..a4ce4fe 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AllTests.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/AllTests.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/SQLQueryParserInteractiveTest.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/SQLQueryParserInteractiveTest.java index 09214d5..7534faf 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/SQLQueryParserInteractiveTest.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/SQLQueryParserInteractiveTest.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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/StatementCache.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/StatementCache.java index 4c039a8..de12f5b 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/StatementCache.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/StatementCache.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestPlugin.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestPlugin.java index 52b6df9..be057ad 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestPlugin.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestPlugin.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserCallStmt.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserCallStmt.java index 9f849f6..cafb3b2 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserCallStmt.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserCallStmt.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserColumnTableReferences.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserColumnTableReferences.java index 3e8865a..056b570 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserColumnTableReferences.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserColumnTableReferences.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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDataTypeResolving.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDataTypeResolving.java index e473b70..e4a14b3 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDataTypeResolving.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDataTypeResolving.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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDelete.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDelete.java index 24a9f8c..7f11b0e 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDelete.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserDelete.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserInsert.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserInsert.java index 46b7b52..69939dc 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserInsert.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserInsert.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserMerge.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserMerge.java index 0efd884..8f8a5c0 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserMerge.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserMerge.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2009 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserSelect.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserSelect.java index 00b7d52..f39228d 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserSelect.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserSelect.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserUpdate.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserUpdate.java index 83991ca..d513946 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserUpdate.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/query/test/TestSQLQueryParserUpdate.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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.test/about.html b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/about.html +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/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/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AbstractTestSQLParser.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AbstractTestSQLParser.java index 58252fb..cebbc97 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AbstractTestSQLParser.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AbstractTestSQLParser.java
@@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AllTests.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AllTests.java index 9270de7..1cfdecd 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AllTests.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/AllTests.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestPlugin.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestPlugin.java index 6c77dad..3f76223 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestPlugin.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestPlugin.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestSQLParser.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestSQLParser.java index d0343ae..e55918d 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestSQLParser.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/src/org/eclipse/datatools/sqltools/parsers/sql/test/TestSQLParser.java
@@ -1,9 +1,11 @@ /******************************************************************************* * Copyright (c) 2004, 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/about.html b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/about.html +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/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/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/plugin.properties b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/plugin.properties index a7eab20..c1aa571 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/plugin.properties +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/plugin.properties
@@ -2,9 +2,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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/AllTests.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/AllTests.java index 58fd2a9..be1c280 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/AllTests.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/AllTests.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/InteractiveTest.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/InteractiveTest.java index 5f510db..4d2871b 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/InteractiveTest.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/InteractiveTest.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestPlugin.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestPlugin.java index f57f065..e59c81a 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestPlugin.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestPlugin.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestSQLXMLQueryParser.java b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestSQLXMLQueryParser.java index 17b5a7b..852a6be 100644 --- a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestSQLXMLQueryParser.java +++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/src/org/eclipse/datatools/sqltools/parsers/sql/xml/query/test/TestSQLXMLQueryParser.java
@@ -1,9 +1,11 @@ /******************************************************************************* * 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 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/tests/org.eclipse.datatools.sqltools.plan.junittest/about.html b/tests/org.eclipse.datatools.sqltools.plan.junittest/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.sqltools.plan.junittest/about.html +++ b/tests/org.eclipse.datatools.sqltools.plan.junittest/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/tests/org.eclipse.datatools.sqltools.result.junittest/about.html b/tests/org.eclipse.datatools.sqltools.result.junittest/about.html index 1b7d275..c6700d7 100644 --- a/tests/org.eclipse.datatools.sqltools.result.junittest/about.html +++ b/tests/org.eclipse.datatools.sqltools.result.junittest/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/tests/org.eclipse.datatools.sqltools.result.junittest/src/org/eclipse/datatools/sqltools/result/ResultsViewAPITest.java b/tests/org.eclipse.datatools.sqltools.result.junittest/src/org/eclipse/datatools/sqltools/result/ResultsViewAPITest.java index 1b74050..4df3722 100644 --- a/tests/org.eclipse.datatools.sqltools.result.junittest/src/org/eclipse/datatools/sqltools/result/ResultsViewAPITest.java +++ b/tests/org.eclipse.datatools.sqltools.result.junittest/src/org/eclipse/datatools/sqltools/result/ResultsViewAPITest.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