From dc306ea20d50b2da71ab228ab817f32ed30a60f7 Mon Sep 17 00:00:00 2001 From: Adam Knapp <adam.knapp@ericsson.com> Date: Thu, 9 Feb 2023 16:57:44 +0100 Subject: [PATCH] Updating copyright Signed-off-by: Adam Knapp <adam.knapp@ericsson.com> --- IoT_Functiontest_Framework.tpd | 2 +- src/IFW_CoAP_Peer_Definitions.ttcn | 2 +- src/IFW_CoAP_Peer_Functions.ttcn | 2 +- src/IFW_CoAP_Peer_TestSteps.ttcn | 2 +- src/IFW_Common.ttcn | 2 +- src/IFW_HTTP_Client_Definitions.ttcn | 2 +- src/IFW_HTTP_Client_Functions.ttcn | 2 +- src/IFW_HTTP_Client_TestSteps.ttcn | 2 +- src/IFW_HTTP_Server_Definitions.ttcn | 2 +- src/IFW_HTTP_Server_Functions.ttcn | 2 +- src/IFW_HTTP_Server_TestSteps.ttcn | 2 +- src/IFW_MQTT_Client_Definitions.ttcn | 2 +- src/IFW_MQTT_Client_Functions.ttcn | 2 +- src/IFW_MQTT_Client_TestSteps.ttcn | 2 +- src/IFW_MQTT_Server_Definitions.ttcn | 2 +- src/IFW_MQTT_Server_Functions.ttcn | 2 +- src/IFW_MQTT_Server_TestSteps.ttcn | 2 +- src/IoT_FT_Framework_Definitions.ttcn | 2 +- src/IoT_FT_Framework_Functions.ttcn | 2 +- tests/CoapTestSuite_Etsi.ttcn | 2 +- tests/CoapTestSuite_Fw.ttcn | 2 +- tests/LeshanTestSuite.ttcn | 2 +- tests/Lwm2mTestSuite.ttcn | 2 +- tests/MqttTestSuite_Interop.ttcn | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/IoT_Functiontest_Framework.tpd b/IoT_Functiontest_Framework.tpd index 10c8596..5014e22 100644 --- a/IoT_Functiontest_Framework.tpd +++ b/IoT_Functiontest_Framework.tpd @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <TITAN_Project_File_Information version="1.0"> <!-- - Copyright (c) 2000-2021 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/IFW_CoAP_Peer_Definitions.ttcn b/src/IFW_CoAP_Peer_Definitions.ttcn index a15c7dc..e588185 100644 --- a/src/IFW_CoAP_Peer_Definitions.ttcn +++ b/src/IFW_CoAP_Peer_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_CoAP_Peer_Functions.ttcn b/src/IFW_CoAP_Peer_Functions.ttcn index 8591bc7..5298836 100644 --- a/src/IFW_CoAP_Peer_Functions.ttcn +++ b/src/IFW_CoAP_Peer_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_CoAP_Peer_TestSteps.ttcn b/src/IFW_CoAP_Peer_TestSteps.ttcn index 10c001e..87a2e91 100644 --- a/src/IFW_CoAP_Peer_TestSteps.ttcn +++ b/src/IFW_CoAP_Peer_TestSteps.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_Common.ttcn b/src/IFW_Common.ttcn index 0491dd3..1ae207b 100644 --- a/src/IFW_Common.ttcn +++ b/src/IFW_Common.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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 v1.0 diff --git a/src/IFW_HTTP_Client_Definitions.ttcn b/src/IFW_HTTP_Client_Definitions.ttcn index f6e458f..525450b 100644 --- a/src/IFW_HTTP_Client_Definitions.ttcn +++ b/src/IFW_HTTP_Client_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_HTTP_Client_Functions.ttcn b/src/IFW_HTTP_Client_Functions.ttcn index 86244a5..4ddda85 100644 --- a/src/IFW_HTTP_Client_Functions.ttcn +++ b/src/IFW_HTTP_Client_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_HTTP_Client_TestSteps.ttcn b/src/IFW_HTTP_Client_TestSteps.ttcn index 4c0a16a..9f01fc2 100644 --- a/src/IFW_HTTP_Client_TestSteps.ttcn +++ b/src/IFW_HTTP_Client_TestSteps.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_HTTP_Server_Definitions.ttcn b/src/IFW_HTTP_Server_Definitions.ttcn index c35a28b..46868b3 100644 --- a/src/IFW_HTTP_Server_Definitions.ttcn +++ b/src/IFW_HTTP_Server_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_HTTP_Server_Functions.ttcn b/src/IFW_HTTP_Server_Functions.ttcn index 84bf726..9249011 100644 --- a/src/IFW_HTTP_Server_Functions.ttcn +++ b/src/IFW_HTTP_Server_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_HTTP_Server_TestSteps.ttcn b/src/IFW_HTTP_Server_TestSteps.ttcn index f794553..7081998 100644 --- a/src/IFW_HTTP_Server_TestSteps.ttcn +++ b/src/IFW_HTTP_Server_TestSteps.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_MQTT_Client_Definitions.ttcn b/src/IFW_MQTT_Client_Definitions.ttcn index de4b7ba..9eefc49 100644 --- a/src/IFW_MQTT_Client_Definitions.ttcn +++ b/src/IFW_MQTT_Client_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_MQTT_Client_Functions.ttcn b/src/IFW_MQTT_Client_Functions.ttcn index 5607d34..617e7f1 100644 --- a/src/IFW_MQTT_Client_Functions.ttcn +++ b/src/IFW_MQTT_Client_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_MQTT_Client_TestSteps.ttcn b/src/IFW_MQTT_Client_TestSteps.ttcn index 0d06af4..e21c16a 100644 --- a/src/IFW_MQTT_Client_TestSteps.ttcn +++ b/src/IFW_MQTT_Client_TestSteps.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_MQTT_Server_Definitions.ttcn b/src/IFW_MQTT_Server_Definitions.ttcn index 8d3eb72..16dd7ed 100644 --- a/src/IFW_MQTT_Server_Definitions.ttcn +++ b/src/IFW_MQTT_Server_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_MQTT_Server_Functions.ttcn b/src/IFW_MQTT_Server_Functions.ttcn index daf3e67..dc92184 100644 --- a/src/IFW_MQTT_Server_Functions.ttcn +++ b/src/IFW_MQTT_Server_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IFW_MQTT_Server_TestSteps.ttcn b/src/IFW_MQTT_Server_TestSteps.ttcn index 6e4eafd..8468b92 100644 --- a/src/IFW_MQTT_Server_TestSteps.ttcn +++ b/src/IFW_MQTT_Server_TestSteps.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IoT_FT_Framework_Definitions.ttcn b/src/IoT_FT_Framework_Definitions.ttcn index 5c2ded0..b2f7004 100644 --- a/src/IoT_FT_Framework_Definitions.ttcn +++ b/src/IoT_FT_Framework_Definitions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/IoT_FT_Framework_Functions.ttcn b/src/IoT_FT_Framework_Functions.ttcn index 518fdf5..15c6860 100644 --- a/src/IoT_FT_Framework_Functions.ttcn +++ b/src/IoT_FT_Framework_Functions.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/tests/CoapTestSuite_Etsi.ttcn b/tests/CoapTestSuite_Etsi.ttcn index 3a6e91f..0a04b1d 100644 --- a/tests/CoapTestSuite_Etsi.ttcn +++ b/tests/CoapTestSuite_Etsi.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/tests/CoapTestSuite_Fw.ttcn b/tests/CoapTestSuite_Fw.ttcn index 85e835c..58c6f72 100644 --- a/tests/CoapTestSuite_Fw.ttcn +++ b/tests/CoapTestSuite_Fw.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/tests/LeshanTestSuite.ttcn b/tests/LeshanTestSuite.ttcn index 9b273ec..2d26bb1 100644 --- a/tests/LeshanTestSuite.ttcn +++ b/tests/LeshanTestSuite.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/tests/Lwm2mTestSuite.ttcn b/tests/Lwm2mTestSuite.ttcn index c8b0583..76b7593 100644 --- a/tests/Lwm2mTestSuite.ttcn +++ b/tests/Lwm2mTestSuite.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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/tests/MqttTestSuite_Interop.ttcn b/tests/MqttTestSuite_Interop.ttcn index 7cdd4bb..f8bc8b4 100644 --- a/tests/MqttTestSuite_Interop.ttcn +++ b/tests/MqttTestSuite_Interop.ttcn @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2000-2021 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