License upgrade to EPL 2.0
Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
diff --git a/demo/SerialPortTests.ttcn b/demo/SerialPortTests.ttcn
index dc4ac53..47d4c3e 100644
--- a/demo/SerialPortTests.ttcn
+++ b/demo/SerialPortTests.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:
* Lenard Nagy
diff --git a/src/SerialPort.cc b/src/SerialPort.cc
index 5db3f59..1d9681a 100644
--- a/src/SerialPort.cc
+++ b/src/SerialPort.cc
@@ -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:
* Lenard Nagy
diff --git a/src/SerialPort.cfg b/src/SerialPort.cfg
index 292b62e..cef8f42 100644
--- a/src/SerialPort.cfg
+++ b/src/SerialPort.cfg
@@ -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:
# Lenard Nagy
diff --git a/src/SerialPort.hh b/src/SerialPort.hh
index 3faf90d..4f4fee8 100644
--- a/src/SerialPort.hh
+++ b/src/SerialPort.hh
@@ -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:
* Lenard Nagy
diff --git a/src/SerialPortTypes.ttcn b/src/SerialPortTypes.ttcn
index 6139e81..4ca71c3 100644
--- a/src/SerialPortTypes.ttcn
+++ b/src/SerialPortTypes.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:
* Lenard Nagy