Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2013-11-20 16:13:04 +0000
committerAnsgar Radermacher2013-11-20 16:13:04 +0000
commit3661f54ba29bdb6e38c6a4808932d6251376ec6b (patch)
tree48f51985b8811b178f50a82701f592dd3cd1efdb /extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java
parent0febd80da812a5a9915f5f79fe7a09a06cf628b7 (diff)
downloadorg.eclipse.papyrus-3661f54ba29bdb6e38c6a4808932d6251376ec6b.tar.gz
org.eclipse.papyrus-3661f54ba29bdb6e38c6a4808932d6251376ec6b.tar.xz
org.eclipse.papyrus-3661f54ba29bdb6e38c6a4808932d6251376ec6b.zip
- Moved from JRE 1.5 to JRE 1.6 (trivial)
- Add copyright message to files oep.cpp.profile (trivial) - Fix schema definition of mapping rule in oep.fcm.profile (avoid warnings)
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java b/extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java
index 12b31e66c9c..afe8efe151f 100644
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java
+++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java
@@ -1,4 +1,14 @@
/**
+ * Copyright (c) 2013 CEA LIST
+ *
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * CEA LIST - Initial API and implementation
+ *
*/
package org.eclipse.papyrus.C_Cpp;

Back to the top