Merge "532154 - Update libraries for IP check " into dev
diff --git a/src/main/java/org/eclipse/mdm/api/dflt/model/Pool.java b/src/main/java/org/eclipse/mdm/api/dflt/model/Pool.java
index 2682598..598c1c1 100644
--- a/src/main/java/org/eclipse/mdm/api/dflt/model/Pool.java
+++ b/src/main/java/org/eclipse/mdm/api/dflt/model/Pool.java
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016-2018 Gigatronik Ingolstadt GmbH and others.
+ * 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
+ */
 package org.eclipse.mdm.api.dflt.model;
 
 import org.eclipse.mdm.api.base.adapter.Core;
diff --git a/src/main/java/org/eclipse/mdm/api/dflt/model/Project.java b/src/main/java/org/eclipse/mdm/api/dflt/model/Project.java
index 479e64f..108f58a 100644
--- a/src/main/java/org/eclipse/mdm/api/dflt/model/Project.java
+++ b/src/main/java/org/eclipse/mdm/api/dflt/model/Project.java
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016-2018 Gigatronik Ingolstadt GmbH and others.
+ * 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
+ */
 package org.eclipse.mdm.api.dflt.model;
 
 import org.eclipse.mdm.api.base.adapter.Core;
diff --git a/src/test/java/org/eclipse/mdm/api/dflt/model/EntityFactoryTest.java b/src/test/java/org/eclipse/mdm/api/dflt/model/EntityFactoryTest.java
index 24bfac2..c5c9785 100644
--- a/src/test/java/org/eclipse/mdm/api/dflt/model/EntityFactoryTest.java
+++ b/src/test/java/org/eclipse/mdm/api/dflt/model/EntityFactoryTest.java
@@ -1,3 +1,10 @@
+/*

+ * Copyright (c) 2017-2018 Peak Solution GmbH and others

+ * 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

+ */

 package org.eclipse.mdm.api.dflt.model;

 

 import static org.assertj.core.api.Assertions.assertThat;