Fixed minor issues in Amalthea nature (naming, header)
diff --git a/plugins/org.eclipse.app4mc.amalthea.nature/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.nature/META-INF/MANIFEST.MF
index 2a0230c..20a42e9 100644
--- a/plugins/org.eclipse.app4mc.amalthea.nature/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.nature/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Nature
+Bundle-Name: APP4MC Amalthea Nature
 Bundle-SymbolicName: org.eclipse.app4mc.amalthea.nature;singleton:=true
 Bundle-Version: 0.9.6.qualifier
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.nature
@@ -11,3 +11,4 @@
  org.eclipse.core.expressions,
  org.eclipse.app4mc.amalthea.sphinx,
  org.eclipse.sphinx.emf.workspace
+Bundle-Vendor: Eclipse APP4MC
diff --git a/plugins/org.eclipse.app4mc.amalthea.sphinx/src/org/eclipse/app4mc/amalthea/sphinx/AmaltheaNoLoadEditingDomain.java b/plugins/org.eclipse.app4mc.amalthea.sphinx/src/org/eclipse/app4mc/amalthea/sphinx/AmaltheaNoLoadEditingDomain.java
index d396096..9dd20e9 100644
--- a/plugins/org.eclipse.app4mc.amalthea.sphinx/src/org/eclipse/app4mc/amalthea/sphinx/AmaltheaNoLoadEditingDomain.java
+++ b/plugins/org.eclipse.app4mc.amalthea.sphinx/src/org/eclipse/app4mc/amalthea/sphinx/AmaltheaNoLoadEditingDomain.java
@@ -1,3 +1,18 @@
+/**
+ ********************************************************************************
+ * Copyright (c) 2019 Robert Bosch GmbH and others.
+ * 
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ * 
+ * SPDX-License-Identifier: EPL-2.0
+ * 
+ * Contributors:
+ *     itemis AG, Robert Bosch GmbH - initial API and implementation
+ ********************************************************************************
+ */
+
 package org.eclipse.app4mc.amalthea.sphinx;
 
 import java.util.Collection;