Fixed copyright headers

Change-Id: I790aa459835b616ca2524429066e6e2f27df0e69
Signed-off-by: Matthias Koller <m.koller@peak-solution.de>
diff --git a/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/ATFXContext.java b/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/ATFXContext.java
index be9a36c..550c5ba 100644
--- a/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/ATFXContext.java
+++ b/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/ATFXContext.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/transaction/WriteRequestHandler.java b/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/transaction/WriteRequestHandler.java
index 11af7d4..b2c8c12 100644
--- a/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/transaction/WriteRequestHandler.java
+++ b/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/transaction/WriteRequestHandler.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtil.java b/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtil.java
index a0af2c2..fc8d115 100644
--- a/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtil.java
+++ b/api/atfxadapter/src/main/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtil.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.api.atfxadapter.util;

 

 public class PatternUtil {

diff --git a/api/atfxadapter/src/test/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtilTest.java b/api/atfxadapter/src/test/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtilTest.java
index 0497864..1e80d1f 100644
--- a/api/atfxadapter/src/test/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtilTest.java
+++ b/api/atfxadapter/src/test/java/org/eclipse/mdm/api/atfxadapter/util/PatternUtilTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.api.atfxadapter.util;

 

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

diff --git a/api/base/gradle.properties b/api/base/gradle.properties
index 2ab5436..3183f26 100644
--- a/api/base/gradle.properties
+++ b/api/base/gradle.properties
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/Attribute.java b/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/Attribute.java
index 6d50c8c..8b3181a 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/Attribute.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/Attribute.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/ModelManager.java b/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/ModelManager.java
index 336b132..6c2bdd9 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/ModelManager.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/adapter/ModelManager.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/AnyTypeValuesBuilder.java b/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/AnyTypeValuesBuilder.java
index 0b0f40d..c3e307c 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/AnyTypeValuesBuilder.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/AnyTypeValuesBuilder.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/ExternalComponentEntity.java b/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/ExternalComponentEntity.java
index 2fda19a..8a27d0b 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/ExternalComponentEntity.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/ExternalComponentEntity.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.api.base.massdata;

 

 import org.eclipse.mdm.api.base.adapter.Core;

diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/WriteRequestBuilder.java b/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/WriteRequestBuilder.java
index 6477ee4..f1f18a1 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/WriteRequestBuilder.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/massdata/WriteRequestBuilder.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/model/ContextType.java b/api/base/src/main/java/org/eclipse/mdm/api/base/model/ContextType.java
index 25dca45..d61cb3f 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/model/ContextType.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/model/ContextType.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/model/MDMLocalization.java b/api/base/src/main/java/org/eclipse/mdm/api/base/model/MDMLocalization.java
index a7d2c32..b0cab84 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/model/MDMLocalization.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/model/MDMLocalization.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/query/ComparisonOperator.java b/api/base/src/main/java/org/eclipse/mdm/api/base/query/ComparisonOperator.java
index d01417f..37eec6e 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/query/ComparisonOperator.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/query/ComparisonOperator.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchQuery.java b/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchQuery.java
index 5238c8b..f0ed036 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchQuery.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchQuery.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchService.java b/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchService.java
index f238b78..50ab91a 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchService.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/base/search/SearchService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/main/java/org/eclipse/mdm/api/dflt/model/EntityFactory.java b/api/base/src/main/java/org/eclipse/mdm/api/dflt/model/EntityFactory.java
index dfe9fde..9e38c72 100644
--- a/api/base/src/main/java/org/eclipse/mdm/api/dflt/model/EntityFactory.java
+++ b/api/base/src/main/java/org/eclipse/mdm/api/dflt/model/EntityFactory.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/base/src/test/java/org/eclipse/mdm/api/base/WriteRequestBuilderTest.java b/api/base/src/test/java/org/eclipse/mdm/api/base/WriteRequestBuilderTest.java
index f80d7c0..896c05a 100644
--- a/api/base/src/test/java/org/eclipse/mdm/api/base/WriteRequestBuilderTest.java
+++ b/api/base/src/test/java/org/eclipse/mdm/api/base/WriteRequestBuilderTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.api.base;

 

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

diff --git a/api/odsadapter/gradle.properties b/api/odsadapter/gradle.properties
index 2ab5436..3183f26 100644
--- a/api/odsadapter/gradle.properties
+++ b/api/odsadapter/gradle.properties
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/ReadRequestHandler.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/ReadRequestHandler.java
index 0ba1064..51f5668 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/ReadRequestHandler.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/ReadRequestHandler.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/lookup/config/DefaultEntityConfigRepositoryLoader.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/lookup/config/DefaultEntityConfigRepositoryLoader.java
index 94e5b1a..b062d94 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/lookup/config/DefaultEntityConfigRepositoryLoader.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/lookup/config/DefaultEntityConfigRepositoryLoader.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/query/ODSModelManager.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/query/ODSModelManager.java
index 000c939..d1c9084 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/query/ODSModelManager.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/query/ODSModelManager.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/BaseEntitySearchQuery.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/BaseEntitySearchQuery.java
index 6240ffa..2c35524 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/BaseEntitySearchQuery.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/BaseEntitySearchQuery.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQuery.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQuery.java
index 7d998be..88d9557 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQuery.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQuery.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/ODSSearchService.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/ODSSearchService.java
index a16d882..f17fd8a 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/ODSSearchService.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/search/ODSSearchService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/AppendMeasuredValuesHandler.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/AppendMeasuredValuesHandler.java
index d939073..36803e7 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/AppendMeasuredValuesHandler.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/AppendMeasuredValuesHandler.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2019 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/WriteRequestHandler.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/WriteRequestHandler.java
index 4f97478..6062afa 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/WriteRequestHandler.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/transaction/WriteRequestHandler.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSConverter.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSConverter.java
index dd023e6..80c023c 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSConverter.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSConverter.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSEnumerations.java b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSEnumerations.java
index a40ad9e..706757a 100644
--- a/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSEnumerations.java
+++ b/api/odsadapter/src/main/java/org/eclipse/mdm/api/odsadapter/utils/ODSEnumerations.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/ODSAdapterExtCompTest.java b/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/ODSAdapterExtCompTest.java
index 4f4d4bd..3ea5db0 100644
--- a/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/ODSAdapterExtCompTest.java
+++ b/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/ODSAdapterExtCompTest.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2019 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQueryTest.java b/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQueryTest.java
index 2fa2f27..360c087 100644
--- a/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQueryTest.java
+++ b/api/odsadapter/src/test/java/org/eclipse/mdm/api/odsadapter/search/MergedSearchQueryTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ *  Copyright (c) 2021 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.api.odsadapter.search;
 
 import static org.junit.Assert.assertEquals;
diff --git a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportResource.java b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportResource.java
index 1634346..cbacf3f 100644
--- a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportResource.java
+++ b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportService.java b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportService.java
index 64e1568..047b90b 100644
--- a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportService.java
+++ b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ExportService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ImportService.java b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ImportService.java
index 4a7a944..3dc2927 100644
--- a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ImportService.java
+++ b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/boundary/ImportService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/ImportTask.java b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/ImportTask.java
index ebaa0ba..88998d3 100644
--- a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/ImportTask.java
+++ b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/ImportTask.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/TransferBase.java b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/TransferBase.java
index 4d933d6..a98597e 100644
--- a/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/TransferBase.java
+++ b/nucleus/apicopy/src/main/java/org/eclipse/mdm/apicopy/control/TransferBase.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/FileUtils.java b/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/FileUtils.java
index 3494439..cd0f21d 100644
--- a/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/FileUtils.java
+++ b/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/FileUtils.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/ImportExtCompTaskTest.java b/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/ImportExtCompTaskTest.java
index 357c92d..743a309 100644
--- a/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/ImportExtCompTaskTest.java
+++ b/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/ImportExtCompTaskTest.java
@@ -1,5 +1,5 @@
 /*******************************************************************************

- * Copyright (c) 2019 Contributors to the Eclipse Foundation

+ * Copyright (c) 2019, 2020 Contributors to the Eclipse Foundation

  *

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

  * information regarding copyright ownership.

@@ -9,7 +9,7 @@
  * http://www.eclipse.org/legal/epl-2.0.

  *

  * SPDX-License-Identifier: EPL-2.0

- *******************************************************************************/

+ *******************************************************************************/
 package org.eclipse.mdm.apicopy.control;

 

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

diff --git a/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/RoundTripTest.java b/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/RoundTripTest.java
index 66199e2..5e6eb3c 100644
--- a/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/RoundTripTest.java
+++ b/nucleus/apicopy/src/test/java/org/eclipse/mdm/apicopy/control/RoundTripTest.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/application/src/main/webconfig/web.xml b/nucleus/application/src/main/webconfig/web.xml
index 8dc4d2a..dcf23ba 100644
--- a/nucleus/application/src/main/webconfig/web.xml
+++ b/nucleus/application/src/main/webconfig/web.xml
@@ -1,5 +1,5 @@
 <!--********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogAttributeResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogAttributeResource.java
index 86d5071..85f8c97 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogAttributeResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogAttributeResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogComponentResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogComponentResource.java
index 1321be2..d61d105 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogComponentResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogComponentResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorAttributeResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorAttributeResource.java
index f58a9ed..507932b 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorAttributeResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorAttributeResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorResource.java
index 7d8045b..abdf069 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/CatalogSensorResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupResource.java
index 43a9d81..94b4791 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupService.java
index 1c51796..a697548 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelGroupService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelResource.java
index 25af914..f2b39d4 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelService.java
index fa737c7..06947be 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ChannelService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentResource.java
index adf665b..58ad740 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentService.java
index 2f2cd8e..0e388ae 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/EnvironmentService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationResource.java
index 6e41b65..3f4444f 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationService.java
index 2d76ac5..f3e1d5e 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/LocalizationService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementResource.java
index 2b78924..e6c3831 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementService.java
index bc25df0..d3e5e18 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/MeasurementService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/NestedTemplateAttributeResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/NestedTemplateAttributeResource.java
index 81c4176..ece6c71 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/NestedTemplateAttributeResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/NestedTemplateAttributeResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PhysicalDimensionResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PhysicalDimensionResource.java
index 7f5ae25..8cea4a2 100755
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PhysicalDimensionResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PhysicalDimensionResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolResource.java
index d7fe903..4de64f4 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolService.java
index 91265d2..f316ba1 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/PoolService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectResource.java
index f32b27b..ba71171 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectService.java
index e04ad6c..41d1727 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ProjectService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/QuantityResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/QuantityResource.java
index bf5075b..e60a84a 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/QuantityResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/QuantityResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ResourceConstants.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ResourceConstants.java
index 3676b31..e8afb57 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ResourceConstants.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ResourceConstants.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateAttributeResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateAttributeResource.java
index cda4848..28d75f5 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateAttributeResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateAttributeResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateComponentResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateComponentResource.java
index 64360a3..5ee28e5 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateComponentResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateComponentResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateRootResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateRootResource.java
index 4eee2ff..3a2b916 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateRootResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateRootResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorAttributeResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorAttributeResource.java
index 487a8e4..b6598ef 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorAttributeResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorAttributeResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorResource.java
index 7fe28b5..1a9974f 100755
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateSensorResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestResource.java
index 8df1d06..34cc081 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepResource.java
index de65c88..e134ca0 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepUsageResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepUsageResource.java
index 6ec1647..3a9a5b9 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepUsageResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TemplateTestStepUsageResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestResource.java
index 7e4e8f5..22977c9 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestService.java
index 3e12db9..539f098 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepResource.java
index 3023ea5..c7ce063 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepService.java
index 8ce3a45..4189ad3 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/TestStepService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/UnitResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/UnitResource.java
index 6515830..168397f 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/UnitResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/UnitResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListResource.java
index 1e2c541..c759f35 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListValueResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListValueResource.java
index 0794b42..4a91ddb 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListValueResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/boundary/ValueListValueResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/control/FilterParser.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/control/FilterParser.java
index 687cc17..14ebb54 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/control/FilterParser.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/control/FilterParser.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/entity/MDMContextEntity.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/entity/MDMContextEntity.java
index b2513bd..c441661 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/entity/MDMContextEntity.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/entity/MDMContextEntity.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/service/ContextService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/service/ContextService.java
index f41fb33..91de510 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/service/ContextService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/service/ContextService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/utils/ServiceUtils.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/utils/ServiceUtils.java
index 50020c9..eaeaf1b 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/utils/ServiceUtils.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/businessobjects/utils/ServiceUtils.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/AttributeContainer.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/AttributeContainer.java
index d85c578..a6d0427 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/AttributeContainer.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/AttributeContainer.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProvider.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProvider.java
index 7c93adb..e2689f3 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProvider.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProvider.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProvider.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProvider.java
index 34a9382..4530a1e 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProvider.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProvider.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.control;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/MDMExpressionLanguageService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/MDMExpressionLanguageService.java
index 991f101..d04790f 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/MDMExpressionLanguageService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/MDMExpressionLanguageService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderException.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderException.java
index 0a258ee..e0e378b 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderException.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderException.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.control;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderRepository.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderRepository.java
index 5920a4a..51af71d 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderRepository.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/control/NodeProviderRepository.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.control;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/AttributeContainerListResovler.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/AttributeContainerListResovler.java
index dceb689..7969592 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/AttributeContainerListResovler.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/AttributeContainerListResovler.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeLevel.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeLevel.java
index 36706c4..5fe4a18 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeLevel.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeLevel.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.entity;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProvider.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProvider.java
index 60c3274..78a94f7 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProvider.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProvider.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.entity;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRoot.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRoot.java
index 7d7ba72..3fd9245 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRoot.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRoot.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.entity;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/Order.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/Order.java
index b3c9cc7..0e57a2b 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/Order.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/Order.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.entity;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/SortAttribute.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/SortAttribute.java
index 0819a37..961e836 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/SortAttribute.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/SortAttribute.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.entity;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/ValuePrecision.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/ValuePrecision.java
index 4b08045..1c68c2f 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/ValuePrecision.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/entity/ValuePrecision.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/ExpressionLanguageMethodProvider.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/ExpressionLanguageMethodProvider.java
index 9756173..27b28f5 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/ExpressionLanguageMethodProvider.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/ExpressionLanguageMethodProvider.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/SerializationUtil.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/SerializationUtil.java
index c76ccaf..5843cef 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/SerializationUtil.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/SerializationUtil.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.utils;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeLevelDTO.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeLevelDTO.java
index 498bdda..90bdc8c 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeLevelDTO.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeLevelDTO.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.utils.dto;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeProviderRootDTO.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeProviderRootDTO.java
index 1d23d2b..ef3cda9 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeProviderRootDTO.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/nodeprovider/utils/dto/NodeProviderRootDTO.java
@@ -1,5 +1,5 @@
 /********************************************************************************

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

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

  *

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

  * information regarding copyright ownership.

@@ -10,7 +10,7 @@
  *

  * SPDX-License-Identifier: EPL-2.0

  *

- ********************************************************************************/

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

 package org.eclipse.mdm.nodeprovider.utils.dto;

 

diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryResource.java
index e9f5640..88987c4 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryService.java
index 873d110..e23eb10 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/boundary/QueryService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryRequest.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryRequest.java
index 4e831fd..7d12c09 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryRequest.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryRequest.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryResult.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryResult.java
index 5c63d20..ef599c3 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryResult.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/query/entity/QueryResult.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionResource.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionResource.java
index e3123a7..a018f5c 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionResource.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionResource.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionService.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionService.java
index 585642c..e37cdd9 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionService.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/boundary/ConditionService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionDTO.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionDTO.java
index 436fa58..a8309e9 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionDTO.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionDTO.java
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ *  Copyright (c) 2021 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.webclient.entity;
 
 import static java.util.stream.Collectors.toList;
diff --git a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionResponse.java b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionResponse.java
index c498f26..b59e8de 100644
--- a/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionResponse.java
+++ b/nucleus/businessobjects/src/main/java/org/eclipse/mdm/webclient/entity/ConditionResponse.java
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ *  Copyright (c) 2021 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.webclient.entity;
 
 import static java.util.stream.Collectors.toList;
diff --git a/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization.properties b/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization.properties
index 8455e99..cf17633 100644
--- a/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization.properties
+++ b/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization.properties
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization_de.properties b/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization_de.properties
index 27150c6..77a9384 100644
--- a/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization_de.properties
+++ b/nucleus/businessobjects/src/main/resources/org/eclipse/mdm/businessobjects/control/i18n/locale/localization_de.properties
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/businessobjects/utils/ServiceUtilsTest.java b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/businessobjects/utils/ServiceUtilsTest.java
index 1485d35..1844111 100644
--- a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/businessobjects/utils/ServiceUtilsTest.java
+++ b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/businessobjects/utils/ServiceUtilsTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.businessobjects.utils;

 

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

diff --git a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProviderTest.java b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProviderTest.java
index 9b6168c..a480ef3 100644
--- a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProviderTest.java
+++ b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/DefaultNodeProviderTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************
+ *  Copyright (c) 2021 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.nodeprovider.control;
 
 import static org.assertj.core.api.Assertions.assertThat;
diff --git a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProviderTest.java b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProviderTest.java
index a737579..d480d19 100644
--- a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProviderTest.java
+++ b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/control/GenericNodeProviderTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.nodeprovider.control;

 

 import static java.util.stream.Collectors.toList;

diff --git a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRootTest.java b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRootTest.java
index 3aca80c..57ddc01 100644
--- a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRootTest.java
+++ b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/entity/NodeProviderRootTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.nodeprovider.entity;

 

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

diff --git a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/utils/NodeSerializationTest.java b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/utils/NodeSerializationTest.java
index fcdce1e..863326b 100644
--- a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/utils/NodeSerializationTest.java
+++ b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/nodeprovider/utils/NodeSerializationTest.java
@@ -1,3 +1,15 @@
+/*******************************************************************************

+ *  Copyright (c) 2021 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.nodeprovider.utils;

 

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

diff --git a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/query/boundary/QueryServiceTest.java b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/query/boundary/QueryServiceTest.java
index 1f8ae6e..43cceb1 100644
--- a/nucleus/businessobjects/src/test/java/org/eclipse/mdm/query/boundary/QueryServiceTest.java
+++ b/nucleus/businessobjects/src/test/java/org/eclipse/mdm/query/boundary/QueryServiceTest.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/connector/src/main/configuration/service.xml b/nucleus/connector/src/main/configuration/service.xml
index feeecfa..a63cb2e 100644
--- a/nucleus/connector/src/main/configuration/service.xml
+++ b/nucleus/connector/src/main/configuration/service.xml
@@ -1,5 +1,5 @@
 <!-- 
- * Copyright (c) 2015-2019 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/preferences/src/main/java/org/eclipse/mdm/preferences/controller/PreferenceService.java b/nucleus/preferences/src/main/java/org/eclipse/mdm/preferences/controller/PreferenceService.java
index 9be6cbe..fa416d3 100644
--- a/nucleus/preferences/src/main/java/org/eclipse/mdm/preferences/controller/PreferenceService.java
+++ b/nucleus/preferences/src/main/java/org/eclipse/mdm/preferences/controller/PreferenceService.java
@@ -1,5 +1,5 @@
 /********************************************************************************
- * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2021 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/preferences/src/main/resources/META-INF/persistence.xml b/nucleus/preferences/src/main/resources/META-INF/persistence.xml
index 3f709eb..b43ef72 100644
--- a/nucleus/preferences/src/main/resources/META-INF/persistence.xml
+++ b/nucleus/preferences/src/main/resources/META-INF/persistence.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!-- 
 /********************************************************************************
- * Copyright (c) 2015-2019 Contributors to the Eclipse Foundation
+ * Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
  *
  * See the NOTICE file(s) distributed with this work for additional
  * information regarding copyright ownership.
diff --git a/nucleus/preferences/src/test/resources/META-INF/persistence-test.xml b/nucleus/preferences/src/test/resources/META-INF/persistence-test.xml
index 78e431d..b2a1ca9 100644
--- a/nucleus/preferences/src/test/resources/META-INF/persistence-test.xml
+++ b/nucleus/preferences/src/test/resources/META-INF/persistence-test.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!-- 
-/********************************************************************************

- * 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) 2015-2020 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
+ *
+ ********************************************************************************/
 
  -->
 <persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"