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/RaiseExpCS.java')
-rw-r--r--plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/RaiseExpCS.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/RaiseExpCS.java b/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/RaiseExpCS.java
index 216b85f2d..d8789d729 100644
--- a/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/RaiseExpCS.java
+++ b/plugins/org.eclipse.m2m.qvt.oml.cst.parser/_generated/org/eclipse/m2m/internal/qvt/oml/cst/RaiseExpCS.java
@@ -2,9 +2,9 @@
* Copyright (c) 2007, 2013 Borland Software Corporation
*
* All rights reserved. This program and the accompanying materials
- * 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
@@ -39,7 +39,7 @@ public interface RaiseExpCS extends StatementCS {
* <!-- 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$
/**
* Returns the value of the '<em><b>Exception</b></em>' reference.

Back to the top