Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbalaskoa2018-07-03 15:55:53 +0000
committerbalaskoa2018-07-03 15:55:53 +0000
commita6450e8cde5729b2d0f92310003e2cf26ed95e92 (patch)
treee29666923c3736762f69f22728ba4d4758c0ec30
parentdfa7a7ee25d3bf4544943042cfb1b9c2c8a39613 (diff)
downloadtitan.ProtocolEmulations.M3UA-a6450e8cde5729b2d0f92310003e2cf26ed95e92.tar.gz
titan.ProtocolEmulations.M3UA-a6450e8cde5729b2d0f92310003e2cf26ed95e92.tar.xz
titan.ProtocolEmulations.M3UA-a6450e8cde5729b2d0f92310003e2cf26ed95e92.zip
License upgrade to EPL 2.0
Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
-rw-r--r--src/M3UA_Emulation.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/M3UA_Emulation.ttcn b/src/M3UA_Emulation.ttcn
index 314908e..4d7d548 100644
--- a/src/M3UA_Emulation.ttcn
+++ b/src/M3UA_Emulation.ttcn
@@ -3,9 +3,9 @@
// Copyright (c) 2000-2017 Ericsson Telecom 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
///////////////////////////////////////////////////////////////////////////////
//
// File: M3UA_Emulation.ttcn

Back to the top