Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-10-22 14:55:21 +0000
committerHenrik Rentz-Reichert2012-10-22 14:55:21 +0000
commit1546da099ff450be9db0a03b06980485f37b7a97 (patch)
tree760d827a4bca3cc009b750bea49ac908ff5a6ed7
parentc8b87bf78037ceab5d8530b09df38f8b4d7638f4 (diff)
downloadorg.eclipse.etrice-1546da099ff450be9db0a03b06980485f37b7a97.tar.gz
org.eclipse.etrice-1546da099ff450be9db0a03b06980485f37b7a97.tar.xz
org.eclipse.etrice-1546da099ff450be9db0a03b06980485f37b7a97.zip
[generator.java] added copyright/license header
-rw-r--r--plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/Initialization.xtend12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/Initialization.xtend b/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/Initialization.xtend
index 2d0ca0e0f..5ae8109b5 100644
--- a/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/Initialization.xtend
+++ b/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/Initialization.xtend
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2012 protos software gmbh (http://www.protos.de).
+ * 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:
+ * Henrik Rentz-Reichert (initial contribution)
+ *
+ *******************************************************************************/
+
package org.eclipse.etrice.generator.java.gen
import org.eclipse.etrice.core.room.Attribute

Back to the top