Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaadia Dhouib2014-01-27 13:21:53 +0000
committerSaadia Dhouib2014-01-27 13:21:53 +0000
commitb58a26434724150a2c7e0ae6e8a0406151d01774 (patch)
tree483ed8b252ec54960470dcf9844730eb592d1e61 /extraplugins/codegen/org.eclipse.papyrus.cpp.profile/src/org/eclipse/papyrus/C_Cpp/Ref.java
parentf31451326e4d9000bd53de8e7545221cbec83f66 (diff)
parent61fe1560ac4f7d2d667c116648cbe5a2eb6a10ef (diff)
downloadorg.eclipse.papyrus-b58a26434724150a2c7e0ae6e8a0406151d01774.tar.gz
org.eclipse.papyrus-b58a26434724150a2c7e0ae6e8a0406151d01774.tar.xz
org.eclipse.papyrus-b58a26434724150a2c7e0ae6e8a0406151d01774.zip
Merge branch 'master' of git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus
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