Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/ForExpCS.java')
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/ForExpCS.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/ForExpCS.java b/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/ForExpCS.java
index 17ca1c1c1..f70d0a604 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/ForExpCS.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/ForExpCS.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2010 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
@@ -32,6 +32,6 @@ public interface ForExpCS extends ImperativeLoopExpCS {
* <!-- end-user-doc -->
* @generated
*/
- String copyright = "Copyright (c) 2007 Borland Software Corporation\r\n\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation\r\n\r\n"; //$NON-NLS-1$
+ String copyright = "Copyright (c) 2007 Borland Software Corporation\r\n\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v2.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v20.html\r\n \r\nContributors:\r\n Borland Software Corporation - initial API and implementation\r\n\r\n"; //$NON-NLS-1$
} // ForExpCS

Back to the top