Copyright headers updated.

Change-Id: I1e43d0e085ff336a9de86deff8c6a282daa1b3f0
Signed-off-by: Martin Fleischer <m.fleischer@peak-solution.de>
diff --git a/build.gradle b/build.gradle
index 7c42de0..2ca712e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,10 +1,17 @@
-/*

- * Copyright (c) 2016 Audi AG

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

- */

+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+

 

 plugins { id "de.undercouch.download" version "3.2.0" }

 

diff --git a/gradle.properties b/gradle.properties
index cce43d6..36573a4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,14 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
diff --git a/settings.gradle b/settings.gradle
index 68e8990..095f226 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,9 +1,15 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/
 
 rootProject.name = 'org.eclipse.mdm.openatfx.mdf'
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImpl.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImpl.java
index 760d221..33c118a 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImpl.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImpl.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryMain.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryMain.java
index 1d50149..5ab7020 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryMain.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/AoFactoryMain.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertException.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertException.java
index 33794aa..f8e1c67 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertException.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertException.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertMain.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertMain.java
index 5e8090c..700477f 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertMain.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/ConvertMain.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/MDFConverter.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/MDFConverter.java
index 7a8d4c1..7d4f8f4 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/MDFConverter.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/MDFConverter.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/TmpFileHandler.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/TmpFileHandler.java
index a264eb6..2542358 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/TmpFileHandler.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/TmpFileHandler.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/AoSessionWriter.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/AoSessionWriter.java
index 428305f..68ea850 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/AoSessionWriter.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/AoSessionWriter.java
@@ -1,10 +1,17 @@
-/*

- * Copyright (c) 2016 Audi AG

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

- */

+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+

 

 package org.eclipse.mdm.openatfx.mdf.mdf3;

 

diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/BLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/BLOCK.java
index cafd140..154b181 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/BLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/BLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CCBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CCBLOCK.java
index e6d0598..b84e861 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CCBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CCBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK.java
index 2a03959..d7265c3 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_DIM.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_DIM.java
index 16b0f3b..4fdfe2f 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_DIM.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_DIM.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_VectorCAN.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_VectorCAN.java
index 41a34aa..2a2140e 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_VectorCAN.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CEBLOCK_VectorCAN.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CGBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CGBLOCK.java
index 9905e5c..9e78a9b 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CGBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CGBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CNBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CNBLOCK.java
index ed1ecbf..3c8c173 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CNBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/CNBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/DGBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/DGBLOCK.java
index 92a9c39..739f012 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/DGBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/DGBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/HDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/HDBLOCK.java
index 35d12c4..f11ac4d 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/HDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/HDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/IDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/IDBLOCK.java
index d27a3bd..48bd58b 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/IDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/IDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/Mdf3Util.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/Mdf3Util.java
index 1964d7c..527bc9b 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/Mdf3Util.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/Mdf3Util.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/PRBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/PRBLOCK.java
index 56d1359..a46ad60 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/PRBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/PRBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/TXBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/TXBLOCK.java
index 27a2488..7319a17 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/TXBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf3/TXBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/ATBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/ATBLOCK.java
index e82e809..350240b 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/ATBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/ATBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/AoSessionWriter.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/AoSessionWriter.java
index 2e73f71..128a663 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/AoSessionWriter.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/AoSessionWriter.java
@@ -1,10 +1,17 @@
-/*

- * Copyright (c) 2016 Audi AG

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

- */

+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+

 

 package org.eclipse.mdm.openatfx.mdf.mdf4;

 

diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/BLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/BLOCK.java
index 9cf5b78..0794c10 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/BLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/BLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CCBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CCBLOCK.java
index 288bc8c..4401cae 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CCBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CCBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CGBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CGBLOCK.java
index 6bd51d9..2d7d7c9 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CGBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CGBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CHBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CHBLOCK.java
index 0fa5014..49b7851 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CHBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CHBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CNBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CNBLOCK.java
index 75b52c4..8ae8940 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CNBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/CNBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DGBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DGBLOCK.java
index 18413cb..39d6df8 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DGBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DGBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DLBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DLBLOCK.java
index 38af00c..661ee05 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DLBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DLBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DTBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DTBLOCK.java
index 4d495f2..88dbf84 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DTBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/DTBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/EVBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/EVBLOCK.java
index 68dca86..053a0b2 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/EVBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/EVBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/FHBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/FHBLOCK.java
index 7d4dd6a..036926a 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/FHBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/FHBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/HDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/HDBLOCK.java
index f75b7f3..c27deab 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/HDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/HDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/IDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/IDBLOCK.java
index 14a1379..7274ae2 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/IDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/IDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDBLOCK.java
index 396fa1e..6b9d720 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4Util.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4Util.java
index 33fd9a1..10f8be1 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4Util.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4Util.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4XMLParser.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4XMLParser.java
index 0404e5e..9ff11fe 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4XMLParser.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4XMLParser.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/PreviewHelper.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/PreviewHelper.java
index 7386972..1348eb8 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/PreviewHelper.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/PreviewHelper.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/RDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/RDBLOCK.java
index 162b592..8031ad3 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/RDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/RDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SDBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SDBLOCK.java
index 37d9aa7..44863e3 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SDBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SDBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SIBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SIBLOCK.java
index 8e1ad3b..252a8b4 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SIBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SIBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SRBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SRBLOCK.java
index 05ec7e4..20be2ce 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SRBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/SRBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/TXBLOCK.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/TXBLOCK.java
index be59e9c..cf285bf 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/TXBLOCK.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/mdf4/TXBLOCK.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/BitInputStream.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/BitInputStream.java
index 6a3e881..1de60cb 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/BitInputStream.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/BitInputStream.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.util;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/FileUtil.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/FileUtil.java
index baebc77..a99d80a 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/FileUtil.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/FileUtil.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.util;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/LookupTableHelper.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/LookupTableHelper.java
index 4cb8d43..22f723e 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/LookupTableHelper.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/LookupTableHelper.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.util;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSHelper.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSHelper.java
index e6e6c35..097b5d6 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSHelper.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSHelper.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.util;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSInsertStatement.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSInsertStatement.java
index c81b3df..1316eb2 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSInsertStatement.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSInsertStatement.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.util;
 
diff --git a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSModelCache.java b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSModelCache.java
index 8af328e..5924fb8 100644
--- a/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSModelCache.java
+++ b/src/main/java/org/eclipse/mdm/openatfx/mdf/util/ODSModelCache.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.util;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImplTest.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImplTest.java
index 0cbe98e..3c04dba 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImplTest.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/AoFactoryImplTest.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf3/Test_NI_RealTypes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf3/Test_NI_RealTypes.java
index ca33218..fbe9e20 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf3/Test_NI_RealTypes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf3/Test_NI_RealTypes.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf3;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4UtilTest.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4UtilTest.java
index c16e61e..fa861cc 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4UtilTest.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/MDF4UtilTest.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/XMLParserTest.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/XMLParserTest.java
index 736b454..d976f84 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/XMLParserTest.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/XMLParserTest.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_ArrayWithFixedAxes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_ArrayWithFixedAxes.java
index 84ed5b6..0ea88d6 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_ArrayWithFixedAxes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_ArrayWithFixedAxes.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.arrays.simple;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_MeasurementArrays.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_MeasurementArrays.java
index d17fa77..95b9f78 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_MeasurementArrays.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_Vector_MeasurementArrays.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.arrays.simple;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_dSPACE_MeasurementArrays.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_dSPACE_MeasurementArrays.java
index 6de15a8..7f1644d 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_dSPACE_MeasurementArrays.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/arrays/simple/Test_dSPACE_MeasurementArrays.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.arrays.simple;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embedded/Test_Vector_Embedded.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embedded/Test_Vector_Embedded.java
index f00474d..5c59bd0 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embedded/Test_Vector_Embedded.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embedded/Test_Vector_Embedded.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.attachments.embedded;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embeddedcompressed/Test_Vector_EmbeddedCompressed.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embeddedcompressed/Test_Vector_EmbeddedCompressed.java
index 513f5b6..50e4f14 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embeddedcompressed/Test_Vector_EmbeddedCompressed.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/embeddedcompressed/Test_Vector_EmbeddedCompressed.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.attachments.embeddedcompressed;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/external/Test_Vector_External.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/external/Test_Vector_External.java
index 836ce62..c5e7f98 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/external/Test_Vector_External.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/attachments/external/Test_Vector_External.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.attachments.external;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/attachmentref/Test_Vector_AttachmentRef.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/attachmentref/Test_Vector_AttachmentRef.java
index f232f1a..fd17ae8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/attachmentref/Test_Vector_AttachmentRef.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/attachmentref/Test_Vector_AttachmentRef.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.channelinfo.attachmentref;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/defaultx/Test_Vector_DefaultX.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/defaultx/Test_Vector_DefaultX.java
index 781d66f..926daf8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/defaultx/Test_Vector_DefaultX.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/channelinfo/defaultx/Test_Vector_DefaultX.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.channelinfo.defaultx;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_Deflate.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_Deflate.java
index 7c2ce24..57103ac 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_Deflate.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_Deflate.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.compressed_data.datalist;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_TransposeDeflate.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_TransposeDeflate.java
index 6f2c137..0af2f24 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_TransposeDeflate.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/compressed_data/datalist/Test_Vector_DataList_TransposeDeflate.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.compressed_data.datalist;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_LinearConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_LinearConversion.java
index d5b76a0..4f99f53 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_LinearConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_LinearConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.linear_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_SingleDZ_Unsorted.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_SingleDZ_Unsorted.java
index efc46ac..7be327f 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_SingleDZ_Unsorted.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_Vector_SingleDZ_Unsorted.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.linear_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_dSPACE_LinearConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_dSPACE_LinearConversion.java
index cb37c47..d55190c 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_dSPACE_LinearConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/linear_conversion/Test_dSPACE_LinearConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.linear_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2TextConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2TextConversion.java
index ad085d5..f2fb72f 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2TextConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2TextConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionInterpolation.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionInterpolation.java
index f554caa..c3d6f31 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionInterpolation.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionInterpolation.java
@@ -1,18 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

 
-/*
- * Copyright (c) 2016 Audi AG
- * 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.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionNoInterpolation.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionNoInterpolation.java
index 2ea1eeb..b39170d 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionNoInterpolation.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_Value2ValueConversionNoInterpolation.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2TextConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2TextConversion.java
index e81834f..8c9d7f8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2TextConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2TextConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2ValueConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2ValueConversion.java
index 4e16030..39070cc 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2ValueConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_Vector_ValueRange2ValueConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2TextConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2TextConversion.java
index 695e5f2..bd224b8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2TextConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2TextConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionInterpolation.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionInterpolation.java
index 8f38f7e..3befbfd 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionInterpolation.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionInterpolation.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionNoInterpolation.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionNoInterpolation.java
index 27e1d73..e7c0830 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionNoInterpolation.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_Value2ValueConversionNoInterpolation.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_ValueRange2TextConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_ValueRange2TextConversion.java
index c5b07de..d4e445b 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_ValueRange2TextConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/lookup_conversion/Test_dSPACE_ValueRange2TextConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.lookup_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionLinearIdentityAlgebraic.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionLinearIdentityAlgebraic.java
index 5258ef4..e720fcd 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionLinearIdentityAlgebraic.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionLinearIdentityAlgebraic.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.partial_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionValueRange2TextRational.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionValueRange2TextRational.java
index 3d29c6f..65360e8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionValueRange2TextRational.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_PartialConversionValueRange2TextRational.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.partial_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_StatusStringTableConversionAlgebraic.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_StatusStringTableConversionAlgebraic.java
index 07ef8a7..d094d60 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_StatusStringTableConversionAlgebraic.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/partial_conversion/Test_Vector_StatusStringTableConversionAlgebraic.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.partial_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionIntParams.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionIntParams.java
index 7b998f2..f29e5d7 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionIntParams.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionIntParams.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.rational_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionRealParams.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionRealParams.java
index 72f4f3e..924ba6c 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionRealParams.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionRealParams.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.rational_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionZeroedParams.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionZeroedParams.java
index 78cd4bf..6d0cd60 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionZeroedParams.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/rational_conversion/Test_Vector_RationalConversionZeroedParams.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.rational_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2TextConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2TextConversion.java
index d2cc3a1..160b243 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2TextConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2TextConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.string_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2ValueConversion.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2ValueConversion.java
index b1d68aa..88b6cf8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2ValueConversion.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/conversion/string_conversion/Test_Vector_Text2ValueConversion.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.conversion.string_conversion;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/bytearray/Test_Vector_ByteArrayFixedLength.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/bytearray/Test_Vector_ByteArrayFixedLength.java
index ecd9b13..de2c19c 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/bytearray/Test_Vector_ByteArrayFixedLength.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/bytearray/Test_Vector_ByteArrayFixedLength.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.bytearray;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_CANOpenTime.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_CANOpenTime.java
index 8b79754..fb038e1 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_CANOpenTime.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_CANOpenTime.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.can_open_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_Vector_CANOpenDate.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_Vector_CANOpenDate.java
index 0f440c2..ac30536 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_Vector_CANOpenDate.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/can_open_types/Test_Vector_Vector_CANOpenDate.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.can_open_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_ETAS_IntegerTypes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_ETAS_IntegerTypes.java
index d122214..bd3cb38 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_ETAS_IntegerTypes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_ETAS_IntegerTypes.java
@@ -1,10 +1,17 @@
-/*

- * Copyright (c) 2016 Audi AG

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

- */

+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+

 

 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.integer_types;

 

diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_Vector_IntegerTypes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_Vector_IntegerTypes.java
index 1f08761..a73bc9e 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_Vector_IntegerTypes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_Vector_IntegerTypes.java
@@ -1,10 +1,17 @@
-/*

- * Copyright (c) 2016 Audi AG

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

- */

+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+

 

 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.integer_types;

 

diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_dSPACE_IntegerTypes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_dSPACE_IntegerTypes.java
index 694fb25..dbe73ef 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_dSPACE_IntegerTypes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/integer_types/Test_dSPACE_IntegerTypes.java
@@ -1,10 +1,17 @@
-/*

- * Copyright (c) 2016 Audi AG

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

- */

+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+

 

 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.integer_types;

 

diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_Vector_RealTypes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_Vector_RealTypes.java
index a4da9e9..42e07a7 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_Vector_RealTypes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_Vector_RealTypes.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.real_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_dSPACE_RealTypes.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_dSPACE_RealTypes.java
index 62373fb..7274cd6 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_dSPACE_RealTypes.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/real_types/Test_dSPACE_RealTypes.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.real_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringSBC.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringSBC.java
index 2196250..8f4b8bc 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringSBC.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringSBC.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.string_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_BE.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_BE.java
index 1a40188..14265c8 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_BE.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_BE.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.string_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_LE.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_LE.java
index 0752f7e..449b716 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_LE.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF16_LE.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.string_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF8.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF8.java
index d1d8298..2a39f32 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF8.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/datatypes/string_types/Test_Vector_FixedLengthStringUTF8.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.datatypes.string_types;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/marker/Test_dSPACE_Bookmarks.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/marker/Test_dSPACE_Bookmarks.java
index 97d44ac..1a2fd79 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/marker/Test_dSPACE_Bookmarks.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/marker/Test_dSPACE_Bookmarks.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.events.marker;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/recording/Test_dSPACE_CaptureBlocks.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/recording/Test_dSPACE_CaptureBlocks.java
index 609bf50..8a62270 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/recording/Test_dSPACE_CaptureBlocks.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/recording/Test_dSPACE_CaptureBlocks.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.events.recording;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITimeout.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITimeout.java
index e001669..8b435aa 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITimeout.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITimeout.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.events.trigger;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITrigger.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITrigger.java
index 5517570..3387fd9 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITrigger.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/events/trigger/Test_dSPACE_HILAPITrigger.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.events.trigger;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/metadata/customextensions/Test_Vector_CustomExtensions_CNcomment.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/metadata/customextensions/Test_Vector_CustomExtensions_CNcomment.java
index 082d761..7d13949 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/metadata/customextensions/Test_Vector_CustomExtensions_CNcomment.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/metadata/customextensions/Test_Vector_CustomExtensions_CNcomment.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.metadata.customextensions;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/properties/PropertiesTest.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/properties/PropertiesTest.java
index 0ad1db9..4057980 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/properties/PropertiesTest.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/properties/PropertiesTest.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.properties;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_ETAS_SimpleSorted.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_ETAS_SimpleSorted.java
index 50674db..24e77f9 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_ETAS_SimpleSorted.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_ETAS_SimpleSorted.java
@@ -1,10 +1,17 @@
-/*
- * Copyright (c) 2016 Audi AG
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 
 package org.eclipse.mdm.openatfx.mdf.mdf4.simple;
 
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_CANape.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_CANape.java
index cc0b9de..2ca2584 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_CANape.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_CANape.java
@@ -1,10 +1,17 @@
-/*
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 package org.eclipse.mdm.openatfx.mdf.mdf4.simple;
 
 import static org.junit.Assert.assertEquals;
diff --git a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_MinimumFile.java b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_MinimumFile.java
index d7b1134..3096720 100644
--- a/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_MinimumFile.java
+++ b/src/test/java/org/eclipse/mdm/openatfx/mdf/mdf4/simple/Test_Vector_MinimumFile.java
@@ -1,10 +1,17 @@
-/*
- * 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
- */
+/********************************************************************************

+ * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation

+ *

+ * See the NOTICE file(s) distributed with this work for additional

+ * information regarding copyright ownership.

+ *

+ * This program and the accompanying materials are made available under the

+ * terms of the Eclipse Public License v. 2.0 which is available at

+ * http://www.eclipse.org/legal/epl-2.0.

+ *

+ * SPDX-License-Identifier: EPL-2.0

+ *

+ ********************************************************************************/

+
 package org.eclipse.mdm.openatfx.mdf.mdf4.simple;
 
 import static org.junit.Assert.assertEquals;