Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2014-05-20 10:40:07 +0000
committerEd Willink2014-05-20 10:47:36 +0000
commit5e48e0a6e0d08e13e4fa9bed2e4f2cb7fbf1ca18 (patch)
tree23368abe28370d134e31a32ae290b852bb56d1cb /plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java
parent0db4dcbea259bc67ef758b0f8eeb3eb45e0d792a (diff)
downloadorg.eclipse.qvtd-5e48e0a6e0d08e13e4fa9bed2e4f2cb7fbf1ca18.tar.gz
org.eclipse.qvtd-5e48e0a6e0d08e13e4fa9bed2e4f2cb7fbf1ca18.tar.xz
org.eclipse.qvtd-5e48e0a6e0d08e13e4fa9bed2e4f2cb7fbf1ca18.zip
[releng] Cleanup copyright framing
Diffstat (limited to 'plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java')
-rw-r--r--plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java b/plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java
index 436a663f0..2b3738247 100644
--- a/plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java
+++ b/plugins/org.eclipse.qvtd.codegen/emf-gen/org/eclipse/qvtd/codegen/qvticgmodel/CGFunction.java
@@ -1,6 +1,4 @@
-/**
- * <copyright>
- *
+/*******************************************************************************
* Copyright (c) 2013 E.D.Willink and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
@@ -9,9 +7,7 @@
*
* Contributors:
* E.D.Willink - Initial API and implementation
- *
- * </copyright>
- */
+ *******************************************************************************/
package org.eclipse.qvtd.codegen.qvticgmodel;
import org.eclipse.ocl.examples.codegen.cgmodel.CGOperation;

Back to the top