From bc5057983ddaa97a05389f8938d9c183eee3828f Mon Sep 17 00:00:00 2001 From: Adam Knapp <adam.knapp@ericsson.com> Date: Thu, 9 Feb 2023 16:58:10 +0100 Subject: [PATCH] Updating copyright Signed-off-by: Adam Knapp <adam.knapp@ericsson.com> --- TCCUsefulFunctions_CNL113472_Common.tpd | 2 +- TCCUsefulFunctions_CNL113472_IPsec.tpd | 2 +- TCCUsefulFunctions_CNL113472_Interface.tpd | 2 +- TCCUsefulFunctions_CNL113472_JSON.tpd | 2 +- TCCUsefulFunctions_CNL113472_Maths.tpd | 2 +- TCCUsefulFunctions_CNL113472_OpenSecurity.tpd | 2 +- TCCUsefulFunctions_CNL113472_PermutatedParameters.tpd | 2 +- TCCUsefulFunctions_CNL113472_Regexp.tpd | 2 +- TCCUsefulFunctions_CNL113472_TitanSim.tpd | 2 +- TCCUsefulFunctions_CNL113472_XPath.tpd | 2 +- demo/TCCAssertion_Example.ttcn | 2 +- demo/TCCConversion_Example.ttcn | 2 +- demo/TCCDateTime_Example.ttcn | 2 +- demo/TCCEncoding_Example.ttcn | 2 +- demo/TCCEnv_Example.ttcn | 2 +- demo/TCCFileIO_Example.ttcn | 2 +- demo/TCCFileSystem_Example.ttcn | 2 +- demo/TCCIPsec_Example.ttcn | 2 +- demo/TCCInterface_Example.ttcn | 2 +- demo/TCCMaths_Example.ttcn | 2 +- demo/TCCMessageHandling_Example.ttcn | 2 +- demo/TCCPermutatedParameters_Example.ttcn | 2 +- demo/TCCRegexp_Example.ttcn | 2 +- demo/TCCSecurity_Example.ttcn | 2 +- demo/TCCTemplate_Example.ttcn | 2 +- demo/TCCTitanMetadata_Example.ttcn | 2 +- demo/TCCXPathSupport_Example.ttcn | 2 +- demo/TCC_JSON_Example.cfg | 2 +- demo/TCC_JSON_Example.ttcn | 2 +- src/TCCAssertion.cc | 2 +- src/TCCAssertion_Functions.ttcn | 2 +- src/TCCConversion.cc | 2 +- src/TCCConversion_Functions.ttcn | 2 +- src/TCCDateTime.cc | 2 +- src/TCCDateTime_Functions.ttcn | 2 +- src/TCCEncoding.cc | 2 +- src/TCCEncoding_Functions.ttcn | 2 +- src/TCCEnv.cc | 2 +- src/TCCEnv_Functions.ttcn | 2 +- src/TCCFileIO.cc | 2 +- src/TCCFileIO_Functions.ttcn | 2 +- src/TCCFileSystem.cc | 2 +- src/TCCFileSystem_Functions.ttcn | 2 +- src/TCCIPsec.cc | 2 +- src/TCCIPsec_Definitions.ttcn | 2 +- src/TCCIPsec_Functions.ttcn | 2 +- src/TCCIPsec_XFRM.cc | 2 +- src/TCCIPsec_XFRM.hh | 2 +- src/TCCIPsec_XFRM_Definitions.ttcn | 2 +- src/TCCIPsec_XFRM_SA.cc | 2 +- src/TCCIPsec_XFRM_SP.cc | 2 +- src/TCCInterface.cc | 2 +- src/TCCInterface_Functions.ttcn | 2 +- src/TCCMaths.cc | 2 +- src/TCCMaths_Functions.ttcn | 2 +- src/TCCMaths_GenericTypes.ttcn | 2 +- src/TCCMessageHandling.cc | 2 +- src/TCCMessageHandling_Functions.ttcn | 2 +- src/TCCOpenSecurity.cc | 2 +- src/TCCOpenSecurity_Functions.ttcn | 2 +- src/TCCPermutatedParameters_Definitions.ttcn | 2 +- src/TCCPermutatedParameters_Functions.ttcn | 2 +- src/TCCRegexp.cc | 2 +- src/TCCRegexp_Functions.ttcn | 2 +- src/TCCSystem.cc | 2 +- src/TCCSystem_Functions.ttcn | 2 +- src/TCCTemplate_Functions.ttcn | 2 +- src/TCCTitanMetadata.cc | 2 +- src/TCCTitanMetadata_Functions.ttcn | 2 +- src/TCCUUID_Functions.ttcn | 2 +- src/TCCUsefulFunctions_Library.grp | 2 +- src/TCCUsefulFunctions_PermutatedParameters.grp | 2 +- src/TCCXPathSupport.cc | 2 +- src/TCCXPathSupport_Functions.ttcn | 2 +- src/TCC_JSON.cc | 2 +- src/TCC_JSON_Functions.ttcn | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/TCCUsefulFunctions_CNL113472_Common.tpd b/TCCUsefulFunctions_CNL113472_Common.tpd index 5d2fc92..eb36865 100644 --- a/TCCUsefulFunctions_CNL113472_Common.tpd +++ b/TCCUsefulFunctions_CNL113472_Common.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_IPsec.tpd b/TCCUsefulFunctions_CNL113472_IPsec.tpd index 0366dbf..a17a02c 100644 --- a/TCCUsefulFunctions_CNL113472_IPsec.tpd +++ b/TCCUsefulFunctions_CNL113472_IPsec.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_Interface.tpd b/TCCUsefulFunctions_CNL113472_Interface.tpd index 411359b..954fa8c 100644 --- a/TCCUsefulFunctions_CNL113472_Interface.tpd +++ b/TCCUsefulFunctions_CNL113472_Interface.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_JSON.tpd b/TCCUsefulFunctions_CNL113472_JSON.tpd index 2a79424..c234c63 100644 --- a/TCCUsefulFunctions_CNL113472_JSON.tpd +++ b/TCCUsefulFunctions_CNL113472_JSON.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_Maths.tpd b/TCCUsefulFunctions_CNL113472_Maths.tpd index e2a5235..593368e 100644 --- a/TCCUsefulFunctions_CNL113472_Maths.tpd +++ b/TCCUsefulFunctions_CNL113472_Maths.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_OpenSecurity.tpd b/TCCUsefulFunctions_CNL113472_OpenSecurity.tpd index 8b5ebd6..b407b78 100644 --- a/TCCUsefulFunctions_CNL113472_OpenSecurity.tpd +++ b/TCCUsefulFunctions_CNL113472_OpenSecurity.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_PermutatedParameters.tpd b/TCCUsefulFunctions_CNL113472_PermutatedParameters.tpd index e133386..f2832ec 100644 --- a/TCCUsefulFunctions_CNL113472_PermutatedParameters.tpd +++ b/TCCUsefulFunctions_CNL113472_PermutatedParameters.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_Regexp.tpd b/TCCUsefulFunctions_CNL113472_Regexp.tpd index 8622610..ba75a4c 100644 --- a/TCCUsefulFunctions_CNL113472_Regexp.tpd +++ b/TCCUsefulFunctions_CNL113472_Regexp.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_TitanSim.tpd b/TCCUsefulFunctions_CNL113472_TitanSim.tpd index 5d3670a..9783690 100644 --- a/TCCUsefulFunctions_CNL113472_TitanSim.tpd +++ b/TCCUsefulFunctions_CNL113472_TitanSim.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/TCCUsefulFunctions_CNL113472_XPath.tpd b/TCCUsefulFunctions_CNL113472_XPath.tpd index e99653b..4a561d0 100644 --- a/TCCUsefulFunctions_CNL113472_XPath.tpd +++ b/TCCUsefulFunctions_CNL113472_XPath.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at diff --git a/demo/TCCAssertion_Example.ttcn b/demo/TCCAssertion_Example.ttcn index aac7e75..bfad3b1 100644 --- a/demo/TCCAssertion_Example.ttcn +++ b/demo/TCCAssertion_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCConversion_Example.ttcn b/demo/TCCConversion_Example.ttcn index 42fe004..310f2a9 100644 --- a/demo/TCCConversion_Example.ttcn +++ b/demo/TCCConversion_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCDateTime_Example.ttcn b/demo/TCCDateTime_Example.ttcn index 4f84df7..50a41d0 100644 --- a/demo/TCCDateTime_Example.ttcn +++ b/demo/TCCDateTime_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCEncoding_Example.ttcn b/demo/TCCEncoding_Example.ttcn index 08185c0..1219351 100644 --- a/demo/TCCEncoding_Example.ttcn +++ b/demo/TCCEncoding_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCEnv_Example.ttcn b/demo/TCCEnv_Example.ttcn index dfc4ae3..a806fec 100644 --- a/demo/TCCEnv_Example.ttcn +++ b/demo/TCCEnv_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCFileIO_Example.ttcn b/demo/TCCFileIO_Example.ttcn index 29d03b6..39e0397 100644 --- a/demo/TCCFileIO_Example.ttcn +++ b/demo/TCCFileIO_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCFileSystem_Example.ttcn b/demo/TCCFileSystem_Example.ttcn index f1f87e4..44e5f90 100644 --- a/demo/TCCFileSystem_Example.ttcn +++ b/demo/TCCFileSystem_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCIPsec_Example.ttcn b/demo/TCCIPsec_Example.ttcn index e91020f..81f7059 100644 --- a/demo/TCCIPsec_Example.ttcn +++ b/demo/TCCIPsec_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCInterface_Example.ttcn b/demo/TCCInterface_Example.ttcn index 92ccf60..15dda21 100644 --- a/demo/TCCInterface_Example.ttcn +++ b/demo/TCCInterface_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCMaths_Example.ttcn b/demo/TCCMaths_Example.ttcn index 41bc25c..24b5437 100644 --- a/demo/TCCMaths_Example.ttcn +++ b/demo/TCCMaths_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCMessageHandling_Example.ttcn b/demo/TCCMessageHandling_Example.ttcn index 630206e..4b6915e 100644 --- a/demo/TCCMessageHandling_Example.ttcn +++ b/demo/TCCMessageHandling_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCPermutatedParameters_Example.ttcn b/demo/TCCPermutatedParameters_Example.ttcn index 692186b..c7ae889 100644 --- a/demo/TCCPermutatedParameters_Example.ttcn +++ b/demo/TCCPermutatedParameters_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCRegexp_Example.ttcn b/demo/TCCRegexp_Example.ttcn index 2a52cd8..946b8ab 100644 --- a/demo/TCCRegexp_Example.ttcn +++ b/demo/TCCRegexp_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCSecurity_Example.ttcn b/demo/TCCSecurity_Example.ttcn index d19b0d1..e729e5d 100644 --- a/demo/TCCSecurity_Example.ttcn +++ b/demo/TCCSecurity_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCTemplate_Example.ttcn b/demo/TCCTemplate_Example.ttcn index 9264aba..238d5b3 100644 --- a/demo/TCCTemplate_Example.ttcn +++ b/demo/TCCTemplate_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCTitanMetadata_Example.ttcn b/demo/TCCTitanMetadata_Example.ttcn index 66d4ca1..dea6f07 100644 --- a/demo/TCCTitanMetadata_Example.ttcn +++ b/demo/TCCTitanMetadata_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCCXPathSupport_Example.ttcn b/demo/TCCXPathSupport_Example.ttcn index 5ae5fb0..2caf747 100755 --- a/demo/TCCXPathSupport_Example.ttcn +++ b/demo/TCCXPathSupport_Example.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/demo/TCC_JSON_Example.cfg b/demo/TCC_JSON_Example.cfg index 9c2002d..423a606 100644 --- a/demo/TCC_JSON_Example.cfg +++ b/demo/TCC_JSON_Example.cfg @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2000-2019 Ericsson Telecom AB +# Copyright (c) 2000-2023 Ericsson Telecom AB # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 diff --git a/demo/TCC_JSON_Example.ttcn b/demo/TCC_JSON_Example.ttcn index aa5bdd5..2b2492e 100644 --- a/demo/TCC_JSON_Example.ttcn +++ b/demo/TCC_JSON_Example.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2019 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCAssertion.cc b/src/TCCAssertion.cc index 3a9c05e..48dcd7e 100644 --- a/src/TCCAssertion.cc +++ b/src/TCCAssertion.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCAssertion_Functions.ttcn b/src/TCCAssertion_Functions.ttcn index e1904ff..d036619 100644 --- a/src/TCCAssertion_Functions.ttcn +++ b/src/TCCAssertion_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCConversion.cc b/src/TCCConversion.cc index f83b790..7a6de47 100644 --- a/src/TCCConversion.cc +++ b/src/TCCConversion.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCConversion_Functions.ttcn b/src/TCCConversion_Functions.ttcn index 4732762..0a04b91 100644 --- a/src/TCCConversion_Functions.ttcn +++ b/src/TCCConversion_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCDateTime.cc b/src/TCCDateTime.cc index 3a378c7..6cd07fb 100644 --- a/src/TCCDateTime.cc +++ b/src/TCCDateTime.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCDateTime_Functions.ttcn b/src/TCCDateTime_Functions.ttcn index 6a1e75b..4ee2649 100644 --- a/src/TCCDateTime_Functions.ttcn +++ b/src/TCCDateTime_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCEncoding.cc b/src/TCCEncoding.cc index 197ac40..ca98a55 100644 --- a/src/TCCEncoding.cc +++ b/src/TCCEncoding.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCEncoding_Functions.ttcn b/src/TCCEncoding_Functions.ttcn index 7172f9a..a98933d 100644 --- a/src/TCCEncoding_Functions.ttcn +++ b/src/TCCEncoding_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCEnv.cc b/src/TCCEnv.cc index a758440..40b28d6 100644 --- a/src/TCCEnv.cc +++ b/src/TCCEnv.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCEnv_Functions.ttcn b/src/TCCEnv_Functions.ttcn index 54e8672..8a138e5 100644 --- a/src/TCCEnv_Functions.ttcn +++ b/src/TCCEnv_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCFileIO.cc b/src/TCCFileIO.cc index 9d524b4..a643390 100644 --- a/src/TCCFileIO.cc +++ b/src/TCCFileIO.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCFileIO_Functions.ttcn b/src/TCCFileIO_Functions.ttcn index ed97398..b102980 100644 --- a/src/TCCFileIO_Functions.ttcn +++ b/src/TCCFileIO_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCFileSystem.cc b/src/TCCFileSystem.cc index 481eef2..181471d 100644 --- a/src/TCCFileSystem.cc +++ b/src/TCCFileSystem.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCFileSystem_Functions.ttcn b/src/TCCFileSystem_Functions.ttcn index 20b10a2..8dc4239 100644 --- a/src/TCCFileSystem_Functions.ttcn +++ b/src/TCCFileSystem_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCIPsec.cc b/src/TCCIPsec.cc index cd2ab25..261ec3b 100644 --- a/src/TCCIPsec.cc +++ b/src/TCCIPsec.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCIPsec_Definitions.ttcn b/src/TCCIPsec_Definitions.ttcn index d9c1719..1733059 100644 --- a/src/TCCIPsec_Definitions.ttcn +++ b/src/TCCIPsec_Definitions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCIPsec_Functions.ttcn b/src/TCCIPsec_Functions.ttcn index c23a9af..a653118 100644 --- a/src/TCCIPsec_Functions.ttcn +++ b/src/TCCIPsec_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCIPsec_XFRM.cc b/src/TCCIPsec_XFRM.cc index 6a8b85d..7882ac7 100644 --- a/src/TCCIPsec_XFRM.cc +++ b/src/TCCIPsec_XFRM.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCIPsec_XFRM.hh b/src/TCCIPsec_XFRM.hh index 97935be..5b566c6 100644 --- a/src/TCCIPsec_XFRM.hh +++ b/src/TCCIPsec_XFRM.hh @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2019 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCIPsec_XFRM_Definitions.ttcn b/src/TCCIPsec_XFRM_Definitions.ttcn index a8fa859..c15dab1 100644 --- a/src/TCCIPsec_XFRM_Definitions.ttcn +++ b/src/TCCIPsec_XFRM_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCIPsec_XFRM_SA.cc b/src/TCCIPsec_XFRM_SA.cc index 1ab00fb..ed15702 100644 --- a/src/TCCIPsec_XFRM_SA.cc +++ b/src/TCCIPsec_XFRM_SA.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2019 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCIPsec_XFRM_SP.cc b/src/TCCIPsec_XFRM_SP.cc index 49e78b5..b4a4b04 100644 --- a/src/TCCIPsec_XFRM_SP.cc +++ b/src/TCCIPsec_XFRM_SP.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2019 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCInterface.cc b/src/TCCInterface.cc index 845a550..1ddd36a 100644 --- a/src/TCCInterface.cc +++ b/src/TCCInterface.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCInterface_Functions.ttcn b/src/TCCInterface_Functions.ttcn index cb66e65..b344c23 100644 --- a/src/TCCInterface_Functions.ttcn +++ b/src/TCCInterface_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCMaths.cc b/src/TCCMaths.cc index f011e78..8ed2e4d 100644 --- a/src/TCCMaths.cc +++ b/src/TCCMaths.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCMaths_Functions.ttcn b/src/TCCMaths_Functions.ttcn index 416b41d..f3ecb9e 100644 --- a/src/TCCMaths_Functions.ttcn +++ b/src/TCCMaths_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCMaths_GenericTypes.ttcn b/src/TCCMaths_GenericTypes.ttcn index 54e4385..d51cafb 100644 --- a/src/TCCMaths_GenericTypes.ttcn +++ b/src/TCCMaths_GenericTypes.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCMessageHandling.cc b/src/TCCMessageHandling.cc index a56bdf2..3a6be34 100644 --- a/src/TCCMessageHandling.cc +++ b/src/TCCMessageHandling.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCMessageHandling_Functions.ttcn b/src/TCCMessageHandling_Functions.ttcn index 19284d1..f2120f5 100644 --- a/src/TCCMessageHandling_Functions.ttcn +++ b/src/TCCMessageHandling_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCOpenSecurity.cc b/src/TCCOpenSecurity.cc index 46e2ce2..927894e 100644 --- a/src/TCCOpenSecurity.cc +++ b/src/TCCOpenSecurity.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCOpenSecurity_Functions.ttcn b/src/TCCOpenSecurity_Functions.ttcn index 47071dd..a95a706 100644 --- a/src/TCCOpenSecurity_Functions.ttcn +++ b/src/TCCOpenSecurity_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCPermutatedParameters_Definitions.ttcn b/src/TCCPermutatedParameters_Definitions.ttcn index bc7a221..7281588 100644 --- a/src/TCCPermutatedParameters_Definitions.ttcn +++ b/src/TCCPermutatedParameters_Definitions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCPermutatedParameters_Functions.ttcn b/src/TCCPermutatedParameters_Functions.ttcn index 419cc96..8c56e7b 100644 --- a/src/TCCPermutatedParameters_Functions.ttcn +++ b/src/TCCPermutatedParameters_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCRegexp.cc b/src/TCCRegexp.cc index a74ce56..5091e96 100644 --- a/src/TCCRegexp.cc +++ b/src/TCCRegexp.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCRegexp_Functions.ttcn b/src/TCCRegexp_Functions.ttcn index b10b8e2..6089296 100644 --- a/src/TCCRegexp_Functions.ttcn +++ b/src/TCCRegexp_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCSystem.cc b/src/TCCSystem.cc index b7a6cd2..c3d6af9 100644 --- a/src/TCCSystem.cc +++ b/src/TCCSystem.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCSystem_Functions.ttcn b/src/TCCSystem_Functions.ttcn index 013cbf8..03510d7 100644 --- a/src/TCCSystem_Functions.ttcn +++ b/src/TCCSystem_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCTemplate_Functions.ttcn b/src/TCCTemplate_Functions.ttcn index 721033c..d2427c2 100644 --- a/src/TCCTemplate_Functions.ttcn +++ b/src/TCCTemplate_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCTitanMetadata.cc b/src/TCCTitanMetadata.cc index 8b02064..418a5b5 100644 --- a/src/TCCTitanMetadata.cc +++ b/src/TCCTitanMetadata.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCTitanMetadata_Functions.ttcn b/src/TCCTitanMetadata_Functions.ttcn index 9d98f11..6454552 100644 --- a/src/TCCTitanMetadata_Functions.ttcn +++ b/src/TCCTitanMetadata_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCUUID_Functions.ttcn b/src/TCCUUID_Functions.ttcn index 3d466e9..c04525e 100644 --- a/src/TCCUUID_Functions.ttcn +++ b/src/TCCUUID_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2020 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCCUsefulFunctions_Library.grp b/src/TCCUsefulFunctions_Library.grp index f4c247a..98d5fed 100644 --- a/src/TCCUsefulFunctions_Library.grp +++ b/src/TCCUsefulFunctions_Library.grp @@ -1,6 +1,6 @@ <!-- /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCUsefulFunctions_PermutatedParameters.grp b/src/TCCUsefulFunctions_PermutatedParameters.grp index 8bbb876..c70b7b3 100644 --- a/src/TCCUsefulFunctions_PermutatedParameters.grp +++ b/src/TCCUsefulFunctions_PermutatedParameters.grp @@ -1,6 +1,6 @@ <!-- /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCXPathSupport.cc b/src/TCCXPathSupport.cc index 64870d2..4734002 100755 --- a/src/TCCXPathSupport.cc +++ b/src/TCCXPathSupport.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCCXPathSupport_Functions.ttcn b/src/TCCXPathSupport_Functions.ttcn index 529b511..13f57b0 100755 --- a/src/TCCXPathSupport_Functions.ttcn +++ b/src/TCCXPathSupport_Functions.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/TCC_JSON.cc b/src/TCC_JSON.cc index 7374cd7..cb1e5e3 100644 --- a/src/TCC_JSON.cc +++ b/src/TCC_JSON.cc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2019 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/TCC_JSON_Functions.ttcn b/src/TCC_JSON_Functions.ttcn index c601530..1f45ae6 100644 --- a/src/TCC_JSON_Functions.ttcn +++ b/src/TCC_JSON_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2019 Ericsson Telecom AB +// Copyright (c) 2000-2023 Ericsson Telecom AB // // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v2.0 -- GitLab