Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.qvt.oml.samples/src/org')
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/QVTSamplesPlugin.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ResLocator.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/Messages.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProject.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProjectsCreationOperation.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/messages.properties4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizardPage.java4
-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
16 files changed, 32 insertions, 32 deletions
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/QVTSamplesPlugin.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/QVTSamplesPlugin.java
index 5f045a7c4..ea6232873 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/QVTSamplesPlugin.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/QVTSamplesPlugin.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/ResLocator.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ResLocator.java
index a84bd7c10..7a94389dd 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ResLocator.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ResLocator.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/ui/Messages.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/Messages.java
index 848a38191..c1dafea48 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/Messages.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/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/ui/SampleProject.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProject.java
index 9151f95d1..0608ce784 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProject.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProject.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/ui/SampleProjectsCreationOperation.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProjectsCreationOperation.java
index 34a389c8c..ca977760b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProjectsCreationOperation.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/SampleProjectsCreationOperation.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/ui/messages.properties b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/messages.properties
index 6649d3eff..1b1e8ecb8 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/messages.properties
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/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
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizard.java
index 01ca99826..a412485d5 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizard.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/ui/wizard/SamplesWizardPage.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizardPage.java
index 4a6a8cfc7..c2508685d 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizardPage.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src/org/eclipse/m2m/internal/qvt/oml/samples/ui/wizard/SamplesWizardPage.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.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