diff --git a/LibCommon/LibCommon_AbstractData.ttcn b/LibCommon/LibCommon_AbstractData.ttcn index 5b4efbdd04106e048aba5799ae39c55296265ba1..111d87ab4f8921f7b6b539a2803c6b41d5be2824 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 0d98bdb745bd721a76739f0743129f98b98e35ed..b2796484ae8b0e82ce16f1b3c2469d7bf76a9e74 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 1c2d4c4349abbc46d49a396ea654cf37624f6274..39f7a0e2522aa07f5518bd8a9cbcfd007dbe7707 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 69a664ea5c632977a105f8046f5b4d1fd6afa5cb..6ed09dd2ce998b2b6e5e64bd261309220b9b571a 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 2514fce36943e31d8ee32e97b5161a947777618a..db3dc6439a53d5fb9e3b37a2a2d3c01de084e4d1 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 ac4b6cffeaa5929b939ea3702b5e9ce9f88d3137..7664296a496f4401e5d221941a451633d4d4d38a 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 b5dd019bbb1a7aa5b9c579ba8e45bf4c5e0d4a0b..4c693569943bac3b4cc5f4695d4117d504ddbe63 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 {