Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards')
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Messages.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Uml2RdbSampleProjectWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Data.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/ILaunchData.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Launch.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/LaunchWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/QVTInterpreter.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/messages.properties4
8 files changed, 16 insertions, 16 deletions
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Messages.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Messages.java
index 6e4b282f9..b1bdde285 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Messages.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Messages.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2008 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Uml2RdbSampleProjectWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Uml2RdbSampleProjectWizard.java
index b8c8bac67..deba2d9ad 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Uml2RdbSampleProjectWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/Uml2RdbSampleProjectWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2008 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Data.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Data.java
index ebf7d4c24..97362fe63 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Data.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Data.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2008 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/ILaunchData.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/ILaunchData.java
index d9cc731e9..7dde972ee 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/ILaunchData.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/ILaunchData.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2008 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Launch.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Launch.java
index a36747af0..5b0a6582b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Launch.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/Launch.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2009 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/LaunchWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/LaunchWizard.java
index c43ea571d..a74c5eea7 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/LaunchWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/LaunchWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2009 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/QVTInterpreter.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/QVTInterpreter.java
index 5861902df..fe8399853 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/QVTInterpreter.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/launch/QVTInterpreter.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2008 Borland Software Corporation and others.
*
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Borland Software Corporation - initial API and implementation
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/messages.properties b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/messages.properties
index 761349792..86e8cf50a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/messages.properties
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/wizards/messages.properties
@@ -2,9 +2,9 @@
# Copyright (c) 2007, 2008 Borland Software Corporation and others.
#
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# Borland Software Corporation - initial API and implementation

Back to the top