From 7e20e7aa7748e7c1c9e9370df73c42b213b049a6 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Wed, 8 Feb 2017 15:43:22 +0100 Subject: [PATCH] Copyright Notification added to only LibCommon files to be compliant with ETSI IPR policy Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> --- LibCommon/LibCommon_AbstractData.ttcn | 7 ++++++- LibCommon/LibCommon_BasicTypesAndValues.ttcn | 7 ++++++- LibCommon/LibCommon_DataStrings.ttcn | 7 ++++++- LibCommon/LibCommon_Sync.ttcn | 7 ++++++- LibCommon/LibCommon_TextStrings.ttcn | 7 ++++++- LibCommon/LibCommon_Time.ttcn | 7 ++++++- LibCommon/LibCommon_VerdictControl.ttcn | 7 ++++++- 7 files changed, 42 insertions(+), 7 deletions(-) diff --git a/LibCommon/LibCommon_AbstractData.ttcn b/LibCommon/LibCommon_AbstractData.ttcn index 5b4efbd..111d87a 100644 --- a/LibCommon/LibCommon_AbstractData.ttcn +++ b/LibCommon/LibCommon_AbstractData.ttcn @@ -1,7 +1,7 @@ /** * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_AbstractData.ttcn $ - * $Id: LibCommon_AbstractData.ttcn 46 2014-01-16 10:23:16Z filatov $ + * $Id: LibCommon_AbstractData.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc A collection of functions for abstract data types which may be * useful in the implementation of any TTCN-3 test suite. * @remark End users should be aware that any changes made to the in @@ -9,6 +9,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_AbstractData { diff --git a/LibCommon/LibCommon_BasicTypesAndValues.ttcn b/LibCommon/LibCommon_BasicTypesAndValues.ttcn index 0d98bdb..b279648 100644 --- a/LibCommon/LibCommon_BasicTypesAndValues.ttcn +++ b/LibCommon/LibCommon_BasicTypesAndValues.ttcn @@ -1,7 +1,7 @@ /** * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_BasicTypesAndValues.ttcn $ - * $Id: LibCommon_BasicTypesAndValues.ttcn 53 2014-07-01 13:29:07Z garciay $ + * $Id: LibCommon_BasicTypesAndValues.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc A collection of basic type and value definitions which may be * useful in the implementation of any TTCN-3 test suite. <br><br> * @remark End users should be aware that any changes made to the in @@ -9,6 +9,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_BasicTypesAndValues { diff --git a/LibCommon/LibCommon_DataStrings.ttcn b/LibCommon/LibCommon_DataStrings.ttcn index 1c2d4c4..39f7a0e 100644 --- a/LibCommon/LibCommon_DataStrings.ttcn +++ b/LibCommon/LibCommon_DataStrings.ttcn @@ -2,7 +2,7 @@ * * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_DataStrings.ttcn $ - * $Id: LibCommon_DataStrings.ttcn 61 2016-08-24 13:29:29Z garciay $ + * $Id: LibCommon_DataStrings.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc A collection of data string type and value definitions which * may be useful in the implementation of any TTCN-3 test * suite. "Data string" refers to TTCN-3 hexstring, octetstring @@ -12,6 +12,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_DataStrings { diff --git a/LibCommon/LibCommon_Sync.ttcn b/LibCommon/LibCommon_Sync.ttcn index 69a664e..6ed09dd 100644 --- a/LibCommon/LibCommon_Sync.ttcn +++ b/LibCommon/LibCommon_Sync.ttcn @@ -1,7 +1,7 @@ /** * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_Sync.ttcn $ - * $Id: LibCommon_Sync.ttcn 46 2014-01-16 10:23:16Z filatov $ + * $Id: LibCommon_Sync.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc This module implements _one_ generic synchronization mechanism * for TTCN-3 test cases with one or more test components. * Key concept is here that one test component acts as a @@ -53,6 +53,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_Sync { diff --git a/LibCommon/LibCommon_TextStrings.ttcn b/LibCommon/LibCommon_TextStrings.ttcn index 2514fce..db3dc64 100644 --- a/LibCommon/LibCommon_TextStrings.ttcn +++ b/LibCommon/LibCommon_TextStrings.ttcn @@ -1,7 +1,7 @@ /** * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_TextStrings.ttcn $ - * $Id: LibCommon_TextStrings.ttcn 46 2014-01-16 10:23:16Z filatov $ + * $Id: LibCommon_TextStrings.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc A collection of text string type and value definitions which * may be useful in the implementation of any TTCN-3 test * suite. "Text string" refers to TTCN-3 charstring and universal @@ -11,6 +11,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_TextStrings { diff --git a/LibCommon/LibCommon_Time.ttcn b/LibCommon/LibCommon_Time.ttcn index ac4b6cf..7664296 100644 --- a/LibCommon/LibCommon_Time.ttcn +++ b/LibCommon/LibCommon_Time.ttcn @@ -1,7 +1,7 @@ /** * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_Time.ttcn $ - * $Id: LibCommon_Time.ttcn 46 2014-01-16 10:23:16Z filatov $ + * $Id: LibCommon_Time.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc A collection of time handling functions which may be useful in * the implementation of any TTCN-3 test suite. * @remark End users should be aware that any changes made to the in @@ -9,6 +9,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_Time { diff --git a/LibCommon/LibCommon_VerdictControl.ttcn b/LibCommon/LibCommon_VerdictControl.ttcn index b5dd019..4c69356 100644 --- a/LibCommon/LibCommon_VerdictControl.ttcn +++ b/LibCommon/LibCommon_VerdictControl.ttcn @@ -1,7 +1,7 @@ /** * @author ETSI * @version $URL: https://forge.etsi.org/svn/LibCommon/tags/v1.4.0/ttcn/LibCommon_VerdictControl.ttcn $ - * $Id: LibCommon_VerdictControl.ttcn 46 2014-01-16 10:23:16Z filatov $ + * $Id: LibCommon_VerdictControl.ttcn 64 2016-12-14 15:09:43Z berge $ * @desc Contains generic functions which set test component verdicts * based on generic function return codes according to established * test implementation practice. These functions should only be called @@ -11,6 +11,11 @@ * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. + * @copyright ETSI Copyright Notification + * No part may be reproduced except as authorized by written permission. + * The copyright and the foregoing restriction extend to reproduction in all media. + * All rights reserved. + * */ module LibCommon_VerdictControl { -- GitLab