Copyright update to 2000-2018

Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
diff --git a/demo/Deploy/deployAndRunBattleship.py b/demo/Deploy/deployAndRunBattleship.py
index 5424633..3cb7b4e 100644
--- a/demo/Deploy/deployAndRunBattleship.py
+++ b/demo/Deploy/deployAndRunBattleship.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/demo/Deploy/deployBattleship.py b/demo/Deploy/deployBattleship.py
index f3e9a8d..b33543a 100644
--- a/demo/Deploy/deployBattleship.py
+++ b/demo/Deploy/deployBattleship.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/demo/Microservices/BattleShip/BattleShip.py b/demo/Microservices/BattleShip/BattleShip.py
index 37a8e66..611ed37 100644
--- a/demo/Microservices/BattleShip/BattleShip.py
+++ b/demo/Microservices/BattleShip/BattleShip.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/demo/Microservices/BattleShip/__init__.py b/demo/Microservices/BattleShip/__init__.py
index de0ac08..23d9a40 100644
--- a/demo/Microservices/BattleShip/__init__.py
+++ b/demo/Microservices/BattleShip/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/demo/Microservices/GuiConfigHandlerForBattleship/GuiConfigHandler.py b/demo/Microservices/GuiConfigHandlerForBattleship/GuiConfigHandler.py
index 6f6d4eb..6836b6e 100644
--- a/demo/Microservices/GuiConfigHandlerForBattleship/GuiConfigHandler.py
+++ b/demo/Microservices/GuiConfigHandlerForBattleship/GuiConfigHandler.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/demo/Microservices/GuiConfigHandlerForBattleship/__init__.py b/demo/Microservices/GuiConfigHandlerForBattleship/__init__.py
index c34ed92..ff6b914 100644
--- a/demo/Microservices/GuiConfigHandlerForBattleship/__init__.py
+++ b/demo/Microservices/GuiConfigHandlerForBattleship/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/demo/Microservices/__init__.py b/demo/Microservices/__init__.py
index 1c3aaba..3e32020 100644
--- a/demo/Microservices/__init__.py
+++ b/demo/Microservices/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/AppAgent.py b/src/AppAgent.py
index cdeaf51..fc37ea9 100644
--- a/src/AppAgent.py
+++ b/src/AppAgent.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Common/BaseGuiConfigHandler.py b/src/Common/BaseGuiConfigHandler.py
index adeaef2..4d6387b 100644
--- a/src/Common/BaseGuiConfigHandler.py
+++ b/src/Common/BaseGuiConfigHandler.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Common/DsRestAPI.py b/src/Common/DsRestAPI.py
index 2b98bc2..dfbe9bb 100644
--- a/src/Common/DsRestAPI.py
+++ b/src/Common/DsRestAPI.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Common/EditableGroupRights.py b/src/Common/EditableGroupRights.py
index 1f02a5d..8bc2873 100644
--- a/src/Common/EditableGroupRights.py
+++ b/src/Common/EditableGroupRights.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Common/__init__.py b/src/Common/__init__.py
index a2d1c3e..1cf0261 100644
--- a/src/Common/__init__.py
+++ b/src/Common/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Authentication/AuthenticationHandler.py b/src/Microservices/Authentication/AuthenticationHandler.py
index 919122e..85d06a3 100644
--- a/src/Microservices/Authentication/AuthenticationHandler.py
+++ b/src/Microservices/Authentication/AuthenticationHandler.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Authentication/FileUserHandler.py b/src/Microservices/Authentication/FileUserHandler.py
index 9c0f14f..c34c836 100644
--- a/src/Microservices/Authentication/FileUserHandler.py
+++ b/src/Microservices/Authentication/FileUserHandler.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Authentication/Help.py b/src/Microservices/Authentication/Help.py
index 1996316..bbe4ecf 100644
--- a/src/Microservices/Authentication/Help.py
+++ b/src/Microservices/Authentication/Help.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Authentication/LdapAuthenticator.py b/src/Microservices/Authentication/LdapAuthenticator.py
index 4fe23b6..78600e4 100644
--- a/src/Microservices/Authentication/LdapAuthenticator.py
+++ b/src/Microservices/Authentication/LdapAuthenticator.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Authentication/__init__.py b/src/Microservices/Authentication/__init__.py
index fbe27ab..28abbb4 100644
--- a/src/Microservices/Authentication/__init__.py
+++ b/src/Microservices/Authentication/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/DataSource/DataSource.py b/src/Microservices/DataSource/DataSource.py
index dd1704f..43bdb39 100644
--- a/src/Microservices/DataSource/DataSource.py
+++ b/src/Microservices/DataSource/DataSource.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/DataSource/Help.py b/src/Microservices/DataSource/Help.py
index 04c8a7d..40c0208 100644
--- a/src/Microservices/DataSource/Help.py
+++ b/src/Microservices/DataSource/Help.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/DataSource/__init__.py b/src/Microservices/DataSource/__init__.py
index a9b998c..033692d 100644
--- a/src/Microservices/DataSource/__init__.py
+++ b/src/Microservices/DataSource/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/PerformanceMonitor/PerformanceMonitor.py b/src/Microservices/PerformanceMonitor/PerformanceMonitor.py
index b3db70c..6646851 100644
--- a/src/Microservices/PerformanceMonitor/PerformanceMonitor.py
+++ b/src/Microservices/PerformanceMonitor/PerformanceMonitor.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/PerformanceMonitor/__init__.py b/src/Microservices/PerformanceMonitor/__init__.py
index 07a9827..8a1666c 100644
--- a/src/Microservices/PerformanceMonitor/__init__.py
+++ b/src/Microservices/PerformanceMonitor/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Playlist/Help.py b/src/Microservices/Playlist/Help.py
index 6d4a642..3d12ad5 100644
--- a/src/Microservices/Playlist/Help.py
+++ b/src/Microservices/Playlist/Help.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Playlist/Playlist.py b/src/Microservices/Playlist/Playlist.py
index b44cd7f..edc21c0 100644
--- a/src/Microservices/Playlist/Playlist.py
+++ b/src/Microservices/Playlist/Playlist.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Playlist/ScheduledPlaylist.py b/src/Microservices/Playlist/ScheduledPlaylist.py
index 46903df..3d060c6 100644
--- a/src/Microservices/Playlist/ScheduledPlaylist.py
+++ b/src/Microservices/Playlist/ScheduledPlaylist.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/Playlist/__init__.py b/src/Microservices/Playlist/__init__.py
index e937710..de495c1 100644
--- a/src/Microservices/Playlist/__init__.py
+++ b/src/Microservices/Playlist/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/src/Microservices/__init__.py b/src/Microservices/__init__.py
index b0d5bd2..7a76300 100644
--- a/src/Microservices/__init__.py
+++ b/src/Microservices/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/__init__.py b/test/__init__.py
index 1c3aaba..3e32020 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/runTests.py b/test/runTests.py
index 852fd83..4347b89 100644
--- a/test/runTests.py
+++ b/test/runTests.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/__init__.py b/test/testcases/__init__.py
index 1c3aaba..3e32020 100644
--- a/test/testcases/__init__.py
+++ b/test/testcases/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_AppAgent.py b/test/testcases/test_AppAgent.py
index 99a736e..8e41bd7 100644
--- a/test/testcases/test_AppAgent.py
+++ b/test/testcases/test_AppAgent.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_Authentication.py b/test/testcases/test_Authentication.py
index 4754c3d..5af010c 100644
--- a/test/testcases/test_Authentication.py
+++ b/test/testcases/test_Authentication.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_BaseGuiConfigHandler.py b/test/testcases/test_BaseGuiConfigHandler.py
index d127c40..22d21d8 100644
--- a/test/testcases/test_BaseGuiConfigHandler.py
+++ b/test/testcases/test_BaseGuiConfigHandler.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_DataSource.py b/test/testcases/test_DataSource.py
index db89d7b..83599d2 100644
--- a/test/testcases/test_DataSource.py
+++ b/test/testcases/test_DataSource.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_DsRestAPI.py b/test/testcases/test_DsRestAPI.py
index 6a4a58a..2841049 100644
--- a/test/testcases/test_DsRestAPI.py
+++ b/test/testcases/test_DsRestAPI.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_EditableGroupRights.py b/test/testcases/test_EditableGroupRights.py
index 2832ace..c3128a9 100644
--- a/test/testcases/test_EditableGroupRights.py
+++ b/test/testcases/test_EditableGroupRights.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_Playlist.py b/test/testcases/test_Playlist.py
index f5812ed..532872b 100644
--- a/test/testcases/test_Playlist.py
+++ b/test/testcases/test_Playlist.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/testcases/test_integration.py b/test/testcases/test_integration.py
index 7cfbb55..1763037 100644
--- a/test/testcases/test_integration.py
+++ b/test/testcases/test_integration.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/utils/MockedHandler.py b/test/utils/MockedHandler.py
index 2c0a2a7..a3d9ecd 100644
--- a/test/utils/MockedHandler.py
+++ b/test/utils/MockedHandler.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/utils/Utils.py b/test/utils/Utils.py
index a1966e0..441cbd5 100644
--- a/test/utils/Utils.py
+++ b/test/utils/Utils.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //
diff --git a/test/utils/__init__.py b/test/utils/__init__.py
index 1c3aaba..3e32020 100644
--- a/test/utils/__init__.py
+++ b/test/utils/__init__.py
@@ -1,4 +1,4 @@
-#// Copyright (c) 2000-2017 Ericsson Telecom AB                                                         //
+#// Copyright (c) 2000-2018 Ericsson Telecom AB                                                         //
 #// All rights reserved. This program and the accompanying materials are made available under the terms //
 #// of the Eclipse Public License v2.0 which accompanies this distribution, and is available at         //
 #// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html                                                           //