From aacdea403f1189c8cf4f895b6c659b88f399b0d1 Mon Sep 17 00:00:00 2001 From: Philip Makedonski <makedonski@informatik.uni-goettingen.de> Date: Tue, 30 Jun 2020 12:11:16 +0200 Subject: [PATCH] + license headers for examples --- part1-examples/Example-1-3GPP-7.1.3.tdlan2 | 16 ++++++++++++++++ part1-examples/Example-2-IMS-4.5.1.tdlan2 | 15 +++++++++++++++ part1-examples/Example-3-Data.tdlan2 | 15 +++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/part1-examples/Example-1-3GPP-7.1.3.tdlan2 b/part1-examples/Example-1-3GPP-7.1.3.tdlan2 index f10efd5..442f6c8 100644 --- a/part1-examples/Example-1-3GPP-7.1.3.tdlan2 +++ b/part1-examples/Example-1-3GPP-7.1.3.tdlan2 @@ -1,3 +1,19 @@ +/* +Copyright (c) ETSI 2020. + +This software is subject to copyrights owned by ETSI. Non-exclusive permission +is hereby granted, free of charge, to copy, reproduce and amend this file +under the following conditions: It is provided "as is", without warranty of any +kind, expressed or implied. + +ETSI shall never be liable for any claim, damages, or other liability arising +from its use or inability of use.This permission does not apply to any documentation +associated with this file for which ETSI keeps all rights reserved. The present +copyright notice shall be included in all copies of whole or part of this +file and shall not imply any sub-license right. +*/ + +//Translated from [i.5], Section 7.1.3. Package Layer_2_DL_SCH_Data_Transfer { //Procedures carried out by a component of a test configuration //or an actor during test execution diff --git a/part1-examples/Example-2-IMS-4.5.1.tdlan2 b/part1-examples/Example-2-IMS-4.5.1.tdlan2 index a793179..c123c31 100644 --- a/part1-examples/Example-2-IMS-4.5.1.tdlan2 +++ b/part1-examples/Example-2-IMS-4.5.1.tdlan2 @@ -1,3 +1,18 @@ +/* +Copyright (c) ETSI 2020. + +This software is subject to copyrights owned by ETSI. Non-exclusive permission +is hereby granted, free of charge, to copy, reproduce and amend this file +under the following conditions: It is provided "as is", without warranty of any +kind, expressed or implied. + +ETSI shall never be liable for any claim, damages, or other liability arising +from its use or inability of use.This permission does not apply to any documentation +associated with this file for which ETSI keeps all rights reserved. The present +copyright notice shall be included in all copies of whole or part of this +file and shall not imply any sub-license right. +*/ + //Translated from [i.6], Section 4.5.1. Package IMS_NNI_General_Capabilities { //Procedures carried out by a component of a test configuration diff --git a/part1-examples/Example-3-Data.tdlan2 b/part1-examples/Example-3-Data.tdlan2 index 01a9e15..0092c55 100644 --- a/part1-examples/Example-3-Data.tdlan2 +++ b/part1-examples/Example-3-Data.tdlan2 @@ -1,3 +1,18 @@ +/* +Copyright (c) ETSI 2020. + +This software is subject to copyrights owned by ETSI. Non-exclusive permission +is hereby granted, free of charge, to copy, reproduce and amend this file +under the following conditions: It is provided "as is", without warranty of any +kind, expressed or implied. + +ETSI shall never be liable for any claim, damages, or other liability arising +from its use or inability of use.This permission does not apply to any documentation +associated with this file for which ETSI keeps all rights reserved. The present +copyright notice shall be included in all copies of whole or part of this +file and shall not imply any sub-license right. +*/ + //A manually constructed example illustrating the data mapping concepts Package DataExample { //User-defined verdicts -- GitLab