Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbalaskoa2018-07-03 15:56:16 +0000
committerbalaskoa2018-07-03 15:56:16 +0000
commit2536b06b4d8fa5fcb5f33bd0c530d5ac508b299e (patch)
tree6d8c104ba76a7434482a653b60b8b70eb2f3a6a6
parentc22560bb461c21cb1835f19721e990eb57691bad (diff)
downloadtitan.ProtocolModules.MQTT-2536b06b4d8fa5fcb5f33bd0c530d5ac508b299e.tar.gz
titan.ProtocolModules.MQTT-2536b06b4d8fa5fcb5f33bd0c530d5ac508b299e.tar.xz
titan.ProtocolModules.MQTT-2536b06b4d8fa5fcb5f33bd0c530d5ac508b299e.zip
License upgrade to EPL 2.0
Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
-rw-r--r--MQTT_v3.1.1_CNL113831.tpd4
-rw-r--r--src/MQTT_v3_1_1_EncDec.cc4
-rw-r--r--src/MQTT_v3_1_1_IPL4SizeFunction.ttcn4
-rw-r--r--src/MQTT_v3_1_1_Size.cc4
-rw-r--r--src/MQTT_v3_1_1_Types.ttcn4
-rw-r--r--src/negative_testing/MQTT_v3_1_1_EncDec.cc4
-rw-r--r--src/negative_testing/MQTT_v3_1_1_IPL4SizeFunction.ttcn4
-rw-r--r--src/negative_testing/MQTT_v3_1_1_Size.cc4
-rw-r--r--src/negative_testing/MQTT_v3_1_1_Types.ttcn4
9 files changed, 18 insertions, 18 deletions
diff --git a/MQTT_v3.1.1_CNL113831.tpd b/MQTT_v3.1.1_CNL113831.tpd
index 01d91a3..025d42f 100644
--- a/MQTT_v3.1.1_CNL113831.tpd
+++ b/MQTT_v3.1.1_CNL113831.tpd
@@ -4,9 +4,9 @@
Copyright (c) 2016-2017 Ericsson
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
File: MQTT_v3.1.1_CNL113831.tpd
Description: tpd project file for negative testing
diff --git a/src/MQTT_v3_1_1_EncDec.cc b/src/MQTT_v3_1_1_EncDec.cc
index 866a212..7a6ddb6 100644
--- a/src/MQTT_v3_1_1_EncDec.cc
+++ b/src/MQTT_v3_1_1_EncDec.cc
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2016 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:
* Mate Kovacs - initial implementation and initial documentation
diff --git a/src/MQTT_v3_1_1_IPL4SizeFunction.ttcn b/src/MQTT_v3_1_1_IPL4SizeFunction.ttcn
index 0984353..38d770f 100644
--- a/src/MQTT_v3_1_1_IPL4SizeFunction.ttcn
+++ b/src/MQTT_v3_1_1_IPL4SizeFunction.ttcn
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2017 Easy Global Market
* 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:
* Spaseski Naum - initial implementation
diff --git a/src/MQTT_v3_1_1_Size.cc b/src/MQTT_v3_1_1_Size.cc
index ffff3b9..bcbad11 100644
--- a/src/MQTT_v3_1_1_Size.cc
+++ b/src/MQTT_v3_1_1_Size.cc
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2017 Easy Global Market
* 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:
* Spaseski Naum - initial implementation
diff --git a/src/MQTT_v3_1_1_Types.ttcn b/src/MQTT_v3_1_1_Types.ttcn
index fa8672d..8f035ec 100644
--- a/src/MQTT_v3_1_1_Types.ttcn
+++ b/src/MQTT_v3_1_1_Types.ttcn
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2016 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:
* Mate Kovacs - initial implementation and initial documentation
diff --git a/src/negative_testing/MQTT_v3_1_1_EncDec.cc b/src/negative_testing/MQTT_v3_1_1_EncDec.cc
index d32d997..3609e37 100644
--- a/src/negative_testing/MQTT_v3_1_1_EncDec.cc
+++ b/src/negative_testing/MQTT_v3_1_1_EncDec.cc
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2016 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:
* Mate Kovacs - initial implementation and initial documentation
diff --git a/src/negative_testing/MQTT_v3_1_1_IPL4SizeFunction.ttcn b/src/negative_testing/MQTT_v3_1_1_IPL4SizeFunction.ttcn
index 7236a3b..314dfec 100644
--- a/src/negative_testing/MQTT_v3_1_1_IPL4SizeFunction.ttcn
+++ b/src/negative_testing/MQTT_v3_1_1_IPL4SizeFunction.ttcn
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2017 Easy Global Market
* 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:
* Spaseski Naum - initial implementation
diff --git a/src/negative_testing/MQTT_v3_1_1_Size.cc b/src/negative_testing/MQTT_v3_1_1_Size.cc
index 6ccc6f8..19c8831 100644
--- a/src/negative_testing/MQTT_v3_1_1_Size.cc
+++ b/src/negative_testing/MQTT_v3_1_1_Size.cc
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2017 Easy Global Market
* 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:
* Spaseski Naum - initial implementation
diff --git a/src/negative_testing/MQTT_v3_1_1_Types.ttcn b/src/negative_testing/MQTT_v3_1_1_Types.ttcn
index 28cdcea..a9f2038 100644
--- a/src/negative_testing/MQTT_v3_1_1_Types.ttcn
+++ b/src/negative_testing/MQTT_v3_1_1_Types.ttcn
@@ -1,9 +1,9 @@
/******************************************************************************
* Copyright (c) 2016 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:
* Mate Kovacs - initial implementation and initial documentation

Back to the top