Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbalaskoa2018-07-03 15:56:16 +0000
committerbalaskoa2018-07-03 15:56:16 +0000
commit2cd4304584c389b453fe3f5b2516f50055020dd1 (patch)
treeffac8c76080d3b5deab77f523796bf136f852ac8
parente5c6acdba7f199f2123a22850ed9c8785f74daa6 (diff)
downloadtitan.ProtocolModules.MongoDB-2cd4304584c389b453fe3f5b2516f50055020dd1.tar.gz
titan.ProtocolModules.MongoDB-2cd4304584c389b453fe3f5b2516f50055020dd1.tar.xz
titan.ProtocolModules.MongoDB-2cd4304584c389b453fe3f5b2516f50055020dd1.zip
License upgrade to EPL 2.0
Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
-rw-r--r--demo/MongoDBTest.ttcn4
-rw-r--r--demo/SimpleTCP.ttcn4
-rw-r--r--src/MongoDB_Functions.ttcn4
-rw-r--r--src/MongoDB_Types.ttcn4
4 files changed, 8 insertions, 8 deletions
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

Back to the top