Added missing copyright notices
diff --git a/build/org.eclipse.upr.bpmn.mover/about.html b/build/org.eclipse.upr.bpmn.mover/about.html
new file mode 100644
index 0000000..6f6b96c
--- /dev/null
+++ b/build/org.eclipse.upr.bpmn.mover/about.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>February 24, 2005</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/build/org.eclipse.upr.bpmn.mover/build.properties b/build/org.eclipse.upr.bpmn.mover/build.properties
index dc97b87..5bd5b83 100644
--- a/build/org.eclipse.upr.bpmn.mover/build.properties
+++ b/build/org.eclipse.upr.bpmn.mover/build.properties
@@ -7,7 +7,6 @@
 # 
 # Contributors:
 #     Max Bureck
-#     Marc-Florian Wendland
 ###############################################################################
 
 bin.includes = META-INF/,\
diff --git a/build/org.eclipse.upr.bpmn.mover/plugin.properties b/build/org.eclipse.upr.bpmn.mover/plugin.properties
index 85b4590..b23e9a0 100644
--- a/build/org.eclipse.upr.bpmn.mover/plugin.properties
+++ b/build/org.eclipse.upr.bpmn.mover/plugin.properties
@@ -7,7 +7,6 @@
 # 
 # Contributors:
 # Max Bureck
-# Marc-Florian Wendland
 # </copyright>
 #
 # $Id$
diff --git a/build/org.eclipse.upr.bpmn.mover/transforms/SimplePackageMerge.qvto b/build/org.eclipse.upr.bpmn.mover/transforms/SimplePackageMerge.qvto
index ee4e0e0..57c0a89 100644
--- a/build/org.eclipse.upr.bpmn.mover/transforms/SimplePackageMerge.qvto
+++ b/build/org.eclipse.upr.bpmn.mover/transforms/SimplePackageMerge.qvto
@@ -1,3 +1,13 @@
+/**
+ * Copyright (c) 2014 Fraunhofer FOKUS
+ * 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:
+ * Max Bureck
+ */
 modeltype UML "strict" uses uml('http://www.eclipse.org/uml2/5.0.0/UML');
 modeltype ECORE "strict" uses ecore('http://www.eclipse.org/emf/2002/Ecore');
 	
diff --git a/bundles/org.eclipse.upr.bpmn/plugin.xml b/bundles/org.eclipse.upr.bpmn/plugin.xml
index 7d7ba21..dbe2bb2 100644
--- a/bundles/org.eclipse.upr.bpmn/plugin.xml
+++ b/bundles/org.eclipse.upr.bpmn/plugin.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
 <!--
  <copyright>
 
@@ -15,7 +16,6 @@
 
  $Id$
 -->
-<?eclipse version="3.4"?>
 <plugin>
    <extension point="org.eclipse.emf.ecore.generated_package">
       <!-- @generated bpmn.profile -->