License upgrade to EPL 2.0

Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
diff --git a/demo/MongoDBTest.ttcn b/demo/MongoDBTest.ttcn
index d7d6c00..170fe2c 100644
--- a/demo/MongoDBTest.ttcn
+++ b/demo/MongoDBTest.ttcn
@@ -1,9 +1,9 @@
 // ==================================================================================
 // Copyright (c) 2017  Ericsson AB
 // All rights reserved. This program and the accompanying materials
-// are made available under the terms of the Eclipse Public License v1.0
+// are made available under the terms of the Eclipse Public License v2.0
 // which accompanies this distribution, and is available at
-// http://www.eclipse.org/legal/epl-v10.html
+// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
 // ==================================================================================
 // Contributors:
 //  Krisztian Gulyas - initial implementation and initial documentation
diff --git a/demo/SimpleTCP.ttcn b/demo/SimpleTCP.ttcn
index 12f5315..ca26186 100644
--- a/demo/SimpleTCP.ttcn
+++ b/demo/SimpleTCP.ttcn
@@ -1,9 +1,9 @@
 // ==================================================================================
 // Copyright (c) 2017  Ericsson AB
 // All rights reserved. This program and the accompanying materials
-// are made available under the terms of the Eclipse Public License v1.0
+// are made available under the terms of the Eclipse Public License v2.0
 // which accompanies this distribution, and is available at
-// http://www.eclipse.org/legal/epl-v10.html
+// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
 // ==================================================================================
 // Contributors:
 //  Krisztian Gulyas - initial implementation and initial documentation
diff --git a/src/MongoDB_Functions.ttcn b/src/MongoDB_Functions.ttcn
index 331abc3..9987b14 100644
--- a/src/MongoDB_Functions.ttcn
+++ b/src/MongoDB_Functions.ttcn
@@ -1,9 +1,9 @@
 // ==================================================================================
 // Copyright (c) 2017  Ericsson AB
 // All rights reserved. This program and the accompanying materials
-// are made available under the terms of the Eclipse Public License v1.0
+// are made available under the terms of the Eclipse Public License v2.0
 // which accompanies this distribution, and is available at
-// http://www.eclipse.org/legal/epl-v10.html
+// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
 // ==================================================================================
 // Contributors:
 //  Krisztian Gulyas - initial implementation and initial documentation
diff --git a/src/MongoDB_Types.ttcn b/src/MongoDB_Types.ttcn
index 152d6b2..17c9071 100644
--- a/src/MongoDB_Types.ttcn
+++ b/src/MongoDB_Types.ttcn
@@ -1,9 +1,9 @@
 // ==================================================================================
 // Copyright (c) 2017  Ericsson AB
 // All rights reserved. This program and the accompanying materials
-// are made available under the terms of the Eclipse Public License v1.0
+// are made available under the terms of the Eclipse Public License v2.0
 // which accompanies this distribution, and is available at
-// http://www.eclipse.org/legal/epl-v10.html
+// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
 // ==================================================================================
 // Contributors:
 //  Krisztian Gulyas - initial implementation and initial documentation