Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb')
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Column.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Element.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Model.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedColumnSet.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedElement.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbPackage.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Schema.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/SchemaElement.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Table.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/TableColumn.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/CheckConstraint.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ColumnRefConstraint.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Constraint.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsPackage.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ForeignKey.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Index.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/IndexedColumn.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/PrimaryKey.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/UniqueConstraint.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/CheckConstraintImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ColumnRefConstraintImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsPackageImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ForeignKeyImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexedColumnImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/PrimaryKeyImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/UniqueConstraintImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsActionBarContributor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsEditor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsModelWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/CheckConstraintItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ColumnRefConstraintItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintsItemProviderAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ForeignKeyItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexedColumnItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/PrimaryKeyItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/UniqueConstraintItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsSwitch.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DataType.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesPackage.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/Domain.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/PrimitiveDataType.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DataTypeImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesPackageImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DomainImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/PrimitiveDataTypeImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesActionBarContributor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesEditor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesModelWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DataTypeItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DatatypesItemProviderAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DomainItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/PrimitiveDataTypeItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesSwitch.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ColumnImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ElementImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ModelImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedColumnSetImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedElementImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbPackageImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaElementImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableColumnImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbActionBarContributor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbEditor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbModelWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ColumnItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ElementItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ModelItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedColumnSetItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedElementItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbEditPlugin.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbItemProviderAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaElementItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableColumnItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbSwitch.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ReferencedViewColumn.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/View.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewAlias.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewColumn.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewExpressionColumn.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewPackage.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ReferencedViewColumnImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewAliasImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewColumnImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewExpressionColumnImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewPackageImpl.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewActionBarContributor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewEditor.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewModelWizard.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ReferencedViewColumnItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewAliasItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewColumnItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewExpressionColumnItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProvider.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProviderAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewSwitch.java4
116 files changed, 232 insertions, 232 deletions
diff --git a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Column.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Column.java
index 28a3ff2b5..dfff1c0b4 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Column.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Column.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/Element.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Element.java
index 964f1c45e..c3b470c9d 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Element.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Element.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/Model.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Model.java
index 0f60840ec..2040d0c22 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Model.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Model.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/NamedColumnSet.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedColumnSet.java
index 5a4a80ee3..aee123ccb 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedColumnSet.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedColumnSet.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/NamedElement.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedElement.java
index 3329986e7..57e8a779b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedElement.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/NamedElement.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/RdbFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbFactory.java
index d0a6575a1..409c9b104 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/RdbPackage.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbPackage.java
index ae1325c7e..564f22a31 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbPackage.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/RdbPackage.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_generated/rdb/Schema.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Schema.java
index 8c9e10850..fd0f6b912 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Schema.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Schema.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/SchemaElement.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/SchemaElement.java
index 343c24819..c20bce4fe 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/SchemaElement.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/SchemaElement.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/Table.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Table.java
index da39d062c..29136e71a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Table.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/Table.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/TableColumn.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/TableColumn.java
index 331dce90f..5c21938c0 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/TableColumn.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/TableColumn.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/CheckConstraint.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/CheckConstraint.java
index 3b31308ae..c1a26d01b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/CheckConstraint.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/CheckConstraint.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/ColumnRefConstraint.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ColumnRefConstraint.java
index d79c87864..e31a5cc5c 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ColumnRefConstraint.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ColumnRefConstraint.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/Constraint.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Constraint.java
index b050634ac..c9ff1046e 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Constraint.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Constraint.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/ConstraintsFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsFactory.java
index 1d1a44237..2da9c8278 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/ConstraintsPackage.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsPackage.java
index 0cbfee0b1..f2abe401d 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsPackage.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ConstraintsPackage.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_generated/rdb/constraints/ForeignKey.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ForeignKey.java
index 4945d4d03..60274f08a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ForeignKey.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/ForeignKey.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/Index.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Index.java
index 5a6f8c918..ed6d107c0 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Index.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/Index.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/IndexedColumn.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/IndexedColumn.java
index c664e4c5b..65011e6d4 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/IndexedColumn.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/IndexedColumn.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/PrimaryKey.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/PrimaryKey.java
index 37701e26a..ffaedfde9 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/PrimaryKey.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/PrimaryKey.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/UniqueConstraint.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/UniqueConstraint.java
index 4b4ef0f02..2bfaef6b9 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/UniqueConstraint.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/UniqueConstraint.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/CheckConstraintImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/CheckConstraintImpl.java
index f45dad056..12db60c68 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/CheckConstraintImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/CheckConstraintImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/ColumnRefConstraintImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ColumnRefConstraintImpl.java
index 1edf2bb60..e2579579b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ColumnRefConstraintImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ColumnRefConstraintImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/ConstraintImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintImpl.java
index a9a02f3b3..88073e6f4 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/ConstraintsFactoryImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsFactoryImpl.java
index 27a71b122..0dafeb260 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsFactoryImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsFactoryImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/ConstraintsPackageImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsPackageImpl.java
index e4590dcb7..3c1b05c64 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsPackageImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ConstraintsPackageImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/ForeignKeyImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ForeignKeyImpl.java
index 420ff877d..7493e0952 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ForeignKeyImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/ForeignKeyImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/IndexImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexImpl.java
index 5af7e1676..bbf50888a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/IndexedColumnImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexedColumnImpl.java
index c6459b593..c9b164a77 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexedColumnImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/IndexedColumnImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/PrimaryKeyImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/PrimaryKeyImpl.java
index 97db71927..df9545358 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/PrimaryKeyImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/PrimaryKeyImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/impl/UniqueConstraintImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/UniqueConstraintImpl.java
index e76a7a2ab..bdbc339d2 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/UniqueConstraintImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/impl/UniqueConstraintImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/presentation/ConstraintsActionBarContributor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsActionBarContributor.java
index 1e249dce3..a3eb55059 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsActionBarContributor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsActionBarContributor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/presentation/ConstraintsEditor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsEditor.java
index 14a93d805..86242ffc1 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsEditor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsEditor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/presentation/ConstraintsModelWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsModelWizard.java
index bbfe6c438..5fb2894ca 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsModelWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/presentation/ConstraintsModelWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/CheckConstraintItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/CheckConstraintItemProvider.java
index 49fa1e9da..80649b978 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/CheckConstraintItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/CheckConstraintItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/ColumnRefConstraintItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ColumnRefConstraintItemProvider.java
index 9e8d0cc89..cf73dab34 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ColumnRefConstraintItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ColumnRefConstraintItemProvider.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_generated/rdb/constraints/provider/ConstraintItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintItemProvider.java
index b087c16d5..b7c85d2c0 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/ConstraintsItemProviderAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintsItemProviderAdapterFactory.java
index e167dbcea..05fbb167d 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintsItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ConstraintsItemProviderAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/ForeignKeyItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ForeignKeyItemProvider.java
index 7721c2061..ced89a25a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ForeignKeyItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/ForeignKeyItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/IndexItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexItemProvider.java
index 4de7263ec..f07ffc3e4 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/IndexedColumnItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexedColumnItemProvider.java
index a680c1a25..ec54bd033 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexedColumnItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/IndexedColumnItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/PrimaryKeyItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/PrimaryKeyItemProvider.java
index 77044e709..e5ccd654a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/PrimaryKeyItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/PrimaryKeyItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/provider/UniqueConstraintItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/UniqueConstraintItemProvider.java
index 15d3d028a..6ab05db88 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/UniqueConstraintItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/provider/UniqueConstraintItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/util/ConstraintsAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsAdapterFactory.java
index 9cb3b02ca..23f950dcd 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/constraints/util/ConstraintsSwitch.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsSwitch.java
index 4c416181b..975da820f 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsSwitch.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/constraints/util/ConstraintsSwitch.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/DataType.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DataType.java
index 86c93a344..1640ffa23 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DataType.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DataType.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/DatatypesFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesFactory.java
index 409e78667..2f57c00dd 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/DatatypesPackage.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesPackage.java
index 90a53e06e..28466474f 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesPackage.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/DatatypesPackage.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_generated/rdb/datatypes/Domain.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/Domain.java
index 5f2289243..433c8740c 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/Domain.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/Domain.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/PrimitiveDataType.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/PrimitiveDataType.java
index 9655b4e08..85d6ad187 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/PrimitiveDataType.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/PrimitiveDataType.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/impl/DataTypeImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DataTypeImpl.java
index d15738e7b..41212d5c3 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DataTypeImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DataTypeImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/impl/DatatypesFactoryImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesFactoryImpl.java
index 4a18a5c9b..807b00d9b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesFactoryImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesFactoryImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/impl/DatatypesPackageImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesPackageImpl.java
index af03d3f65..bf344e1c7 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesPackageImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DatatypesPackageImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/impl/DomainImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DomainImpl.java
index e2e7ed3c8..89b3fb127 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DomainImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/DomainImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/impl/PrimitiveDataTypeImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/PrimitiveDataTypeImpl.java
index 15afeb3a1..36c95b104 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/PrimitiveDataTypeImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/impl/PrimitiveDataTypeImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/presentation/DatatypesActionBarContributor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesActionBarContributor.java
index ba6bfed4b..2a6d2a979 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesActionBarContributor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesActionBarContributor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/presentation/DatatypesEditor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesEditor.java
index f7514da73..6c9e63f2e 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesEditor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesEditor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/presentation/DatatypesModelWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesModelWizard.java
index e6ec5130b..52d5a2292 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesModelWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/presentation/DatatypesModelWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/provider/DataTypeItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DataTypeItemProvider.java
index 17f60426f..2413c2fbf 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DataTypeItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DataTypeItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/provider/DatatypesItemProviderAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DatatypesItemProviderAdapterFactory.java
index e1b0a91c9..9be7c2b9e 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DatatypesItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DatatypesItemProviderAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/provider/DomainItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DomainItemProvider.java
index b3374bc6c..b5f19c292 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DomainItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/DomainItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/provider/PrimitiveDataTypeItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/PrimitiveDataTypeItemProvider.java
index 8ebee70b8..354f557a5 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/PrimitiveDataTypeItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/provider/PrimitiveDataTypeItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/util/DatatypesAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesAdapterFactory.java
index 212824a35..f29a6b668 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/datatypes/util/DatatypesSwitch.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesSwitch.java
index 783c624a1..1c30a7605 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesSwitch.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/datatypes/util/DatatypesSwitch.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/ColumnImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ColumnImpl.java
index 3a11f66b6..f1423fdbf 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ColumnImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ColumnImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/ElementImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ElementImpl.java
index 15b0ad44d..71c6191ba 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ElementImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ElementImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/ModelImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ModelImpl.java
index 4e09bb3d6..5be6ef9a6 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ModelImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/ModelImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/NamedColumnSetImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedColumnSetImpl.java
index ebfd76b21..f06b81894 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedColumnSetImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedColumnSetImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/NamedElementImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedElementImpl.java
index 51a70148d..ed654d01e 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedElementImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/NamedElementImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/RdbFactoryImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbFactoryImpl.java
index 39c2b32bd..10bc425ad 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbFactoryImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbFactoryImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/RdbPackageImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbPackageImpl.java
index 7e9c84240..35d0117ee 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbPackageImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/RdbPackageImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/SchemaElementImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaElementImpl.java
index c8ae3d11a..e08471731 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaElementImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaElementImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/SchemaImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaImpl.java
index 0594ab6fa..836add4f8 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/SchemaImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/TableColumnImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableColumnImpl.java
index 927dae1f8..39f4c005f 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableColumnImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableColumnImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/impl/TableImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableImpl.java
index 0011cfabd..c4a32433a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/impl/TableImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/presentation/RdbActionBarContributor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbActionBarContributor.java
index 49d9a9719..50b926cca 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbActionBarContributor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbActionBarContributor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/presentation/RdbEditor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbEditor.java
index 1a766064d..d54634eff 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbEditor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbEditor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/presentation/RdbModelWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbModelWizard.java
index ad8ab9df4..e7d57a5ed 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbModelWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/presentation/RdbModelWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/ColumnItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ColumnItemProvider.java
index baf222dc8..82f34fd99 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ColumnItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ColumnItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/ElementItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ElementItemProvider.java
index f31c4502e..c44d40d47 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ElementItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ElementItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/ModelItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ModelItemProvider.java
index 35e74a8a7..2f47def22 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ModelItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/ModelItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/NamedColumnSetItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedColumnSetItemProvider.java
index ef746adb3..c4c40ad3a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedColumnSetItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedColumnSetItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/NamedElementItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedElementItemProvider.java
index c552399ca..311c95ff6 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedElementItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/NamedElementItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/RdbEditPlugin.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbEditPlugin.java
index f28069ba3..f13001c55 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbEditPlugin.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbEditPlugin.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/RdbItemProviderAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbItemProviderAdapterFactory.java
index 7eb5989f7..a94d5717b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/RdbItemProviderAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/SchemaElementItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaElementItemProvider.java
index 97bb64090..52e0a20d7 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaElementItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaElementItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/SchemaItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaItemProvider.java
index e17757069..5cc556b8d 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/SchemaItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/TableColumnItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableColumnItemProvider.java
index 4ed5a943e..49e59db18 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableColumnItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableColumnItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/provider/TableItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableItemProvider.java
index b49c0b8f3..70512269a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/provider/TableItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/util/RdbAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbAdapterFactory.java
index 1f1a40ce7..9993d065f 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/util/RdbSwitch.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbSwitch.java
index aafce2a59..aa6eefc2e 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbSwitch.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/util/RdbSwitch.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/ReferencedViewColumn.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ReferencedViewColumn.java
index 0288bbf1d..509da9085 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ReferencedViewColumn.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ReferencedViewColumn.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/View.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/View.java
index 3a36cf078..b7a385665 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/View.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/View.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/ViewAlias.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewAlias.java
index 5ca41b266..86cfced59 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewAlias.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewAlias.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/ViewColumn.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewColumn.java
index 25abc0d8f..21c48f8dc 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewColumn.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewColumn.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/ViewExpressionColumn.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewExpressionColumn.java
index a7419b663..596dcd763 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewExpressionColumn.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewExpressionColumn.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/ViewFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewFactory.java
index 54551e8f0..99d3ca8bd 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/ViewPackage.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewPackage.java
index bb6ce142b..fe072bfdd 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewPackage.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/ViewPackage.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_generated/rdb/view/impl/ReferencedViewColumnImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ReferencedViewColumnImpl.java
index dee7965f7..7b1d70281 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ReferencedViewColumnImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ReferencedViewColumnImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/impl/ViewAliasImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewAliasImpl.java
index 59801423d..480a9821c 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewAliasImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewAliasImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/impl/ViewColumnImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewColumnImpl.java
index d10b1dfa3..db1bee853 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewColumnImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewColumnImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/impl/ViewExpressionColumnImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewExpressionColumnImpl.java
index 9cad50905..9b8dfe97e 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewExpressionColumnImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewExpressionColumnImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/impl/ViewFactoryImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewFactoryImpl.java
index 087114c65..5e829e061 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewFactoryImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewFactoryImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/impl/ViewImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewImpl.java
index abd7091f2..16a515fb4 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/impl/ViewPackageImpl.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewPackageImpl.java
index 4fd34a4c3..c44a09d7a 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewPackageImpl.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/impl/ViewPackageImpl.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/presentation/ViewActionBarContributor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewActionBarContributor.java
index b3a5bbced..1ff82822c 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewActionBarContributor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewActionBarContributor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/presentation/ViewEditor.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewEditor.java
index e71f4d571..758fb2341 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewEditor.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewEditor.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/presentation/ViewModelWizard.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewModelWizard.java
index d65c531f8..e36f03b93 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewModelWizard.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/presentation/ViewModelWizard.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/provider/ReferencedViewColumnItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ReferencedViewColumnItemProvider.java
index 13afe9332..ae02c478c 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ReferencedViewColumnItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ReferencedViewColumnItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/provider/ViewAliasItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewAliasItemProvider.java
index 51ce4e14e..8d38d710d 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewAliasItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewAliasItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/provider/ViewColumnItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewColumnItemProvider.java
index 9c4184698..eab6a8ab5 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewColumnItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewColumnItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/provider/ViewExpressionColumnItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewExpressionColumnItemProvider.java
index ef77165a0..4ff4dfbaa 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewExpressionColumnItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewExpressionColumnItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/provider/ViewItemProvider.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProvider.java
index 0a0666093..8c3dd9a2b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProvider.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProvider.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/provider/ViewItemProviderAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProviderAdapterFactory.java
index 24317a3e3..5fd03db2b 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/provider/ViewItemProviderAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/util/ViewAdapterFactory.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewAdapterFactory.java
index 103aeaa23..015845308 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewAdapterFactory.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewAdapterFactory.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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_generated/rdb/view/util/ViewSwitch.java b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewSwitch.java
index 5ea39fbe0..f49d7ca74 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewSwitch.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.samples/src_generated/rdb/view/util/ViewSwitch.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007 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