From 3781e8738e21a982d1940541d66226c9980c4465 Mon Sep 17 00:00:00 2001 From: Avijit Dey Date: Mon, 8 Jan 2024 18:42:36 +0000 Subject: [PATCH 1/3] Update copyright to 2024 --- CMakeLists.txt | 2 +- diag-client-lib/CMakeLists.txt | 2 +- diag-client-lib/appl/CMakeLists.txt | 2 +- diag-client-lib/appl/include/create_diagnostic_client.h | 2 +- diag-client-lib/appl/include/diagnostic_client.h | 2 +- diag-client-lib/appl/include/diagnostic_client_conversation.h | 2 +- diag-client-lib/appl/include/diagnostic_client_result.h | 2 +- .../appl/include/diagnostic_client_uds_message_type.h | 2 +- .../appl/include/diagnostic_client_vehicle_info_message_type.h | 2 +- diag-client-lib/appl/src/common/diagnostic_manager.cpp | 2 +- diag-client-lib/appl/src/common/diagnostic_manager.h | 2 +- diag-client-lib/appl/src/common/logger.h | 2 +- .../appl/src/dcm/config_parser/config_parser_type.cpp | 2 +- diag-client-lib/appl/src/dcm/config_parser/config_parser_type.h | 2 +- .../appl/src/dcm/connection/uds_transport_protocol_manager.cpp | 2 +- .../appl/src/dcm/connection/uds_transport_protocol_manager.h | 2 +- diag-client-lib/appl/src/dcm/conversation/conversation.h | 2 +- .../appl/src/dcm/conversation/conversation_manager.cpp | 2 +- .../appl/src/dcm/conversation/conversation_manager.h | 2 +- diag-client-lib/appl/src/dcm/conversation/dm_conversation.cpp | 2 +- diag-client-lib/appl/src/dcm/conversation/dm_conversation.h | 2 +- .../appl/src/dcm/conversation/dm_conversation_state_impl.cpp | 2 +- .../appl/src/dcm/conversation/dm_conversation_state_impl.h | 2 +- .../appl/src/dcm/conversation/dm_conversation_type.h | 2 +- diag-client-lib/appl/src/dcm/conversation/vd_conversation.cpp | 2 +- diag-client-lib/appl/src/dcm/conversation/vd_conversation.h | 2 +- .../appl/src/dcm/conversation/vd_conversation_type.h | 2 +- diag-client-lib/appl/src/dcm/dcm_client.cpp | 2 +- diag-client-lib/appl/src/dcm/dcm_client.h | 2 +- diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.cpp | 2 +- diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.h | 2 +- diag-client-lib/appl/src/dcm/service/dm_uds_message.cpp | 2 +- diag-client-lib/appl/src/dcm/service/dm_uds_message.h | 2 +- diag-client-lib/appl/src/dcm/service/vd_message.cpp | 2 +- diag-client-lib/appl/src/dcm/service/vd_message.h | 2 +- diag-client-lib/appl/src/diagnostic_client.cpp | 2 +- diag-client-lib/appl/src/diagnostic_client_conversation.cpp | 2 +- diag-client-lib/cmake/Config.cmake.in | 2 +- diag-client-lib/lib/CMakeLists.txt | 2 +- diag-client-lib/lib/boost-support/CMakeLists.txt | 2 +- diag-client-lib/lib/boost-support/common/logger.h | 2 +- diag-client-lib/lib/boost-support/parser/json_parser.cpp | 2 +- diag-client-lib/lib/boost-support/parser/json_parser.h | 2 +- diag-client-lib/lib/boost-support/socket/tcp/tcp_client.cpp | 2 +- diag-client-lib/lib/boost-support/socket/tcp/tcp_client.h | 2 +- diag-client-lib/lib/boost-support/socket/tcp/tcp_message.h | 2 +- diag-client-lib/lib/boost-support/socket/tcp/tcp_server.cpp | 2 +- diag-client-lib/lib/boost-support/socket/tcp/tcp_server.h | 2 +- diag-client-lib/lib/boost-support/socket/udp/udp_client.cpp | 2 +- diag-client-lib/lib/boost-support/socket/udp/udp_client.h | 2 +- diag-client-lib/lib/boost-support/socket/udp/udp_message.h | 2 +- diag-client-lib/lib/doip-client/CMakeLists.txt | 2 +- .../channel/tcp_channel/doip_diagnostic_message_handler.cpp | 2 +- .../channel/tcp_channel/doip_diagnostic_message_handler.h | 2 +- .../channel/tcp_channel/doip_routing_activation_handler.cpp | 2 +- .../channel/tcp_channel/doip_routing_activation_handler.h | 2 +- .../lib/doip-client/channel/tcp_channel/doip_tcp_channel.cpp | 2 +- .../lib/doip-client/channel/tcp_channel/doip_tcp_channel.h | 2 +- .../channel/tcp_channel/doip_tcp_channel_handler.cpp | 2 +- .../doip-client/channel/tcp_channel/doip_tcp_channel_handler.h | 2 +- .../lib/doip-client/channel/udp_channel/doip_udp_channel.cpp | 2 +- .../lib/doip-client/channel/udp_channel/doip_udp_channel.h | 2 +- .../channel/udp_channel/doip_udp_channel_handler.cpp | 2 +- .../doip-client/channel/udp_channel/doip_udp_channel_handler.h | 2 +- .../channel/udp_channel/doip_vehicle_discovery_handler.cpp | 2 +- .../channel/udp_channel/doip_vehicle_discovery_handler.h | 2 +- .../channel/udp_channel/doip_vehicle_identification_handler.cpp | 2 +- .../channel/udp_channel/doip_vehicle_identification_handler.h | 2 +- diag-client-lib/lib/doip-client/common/common_doip_header.h | 2 +- diag-client-lib/lib/doip-client/common/common_doip_types.h | 2 +- diag-client-lib/lib/doip-client/common/doip_message.cpp | 2 +- diag-client-lib/lib/doip-client/common/doip_message.h | 2 +- diag-client-lib/lib/doip-client/common/logger.h | 2 +- .../lib/doip-client/connection/connection_manager.cpp | 2 +- diag-client-lib/lib/doip-client/connection/connection_manager.h | 2 +- .../lib/doip-client/doip_transport_protocol_handler.cpp | 2 +- .../lib/doip-client/doip_transport_protocol_handler.h | 2 +- .../lib/doip-client/error_domain/doip_error_domain.cpp | 2 +- .../lib/doip-client/error_domain/doip_error_domain.h | 2 +- diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.cpp | 2 +- diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.h | 2 +- diag-client-lib/lib/doip-client/sockets/udp_socket_handler.cpp | 2 +- diag-client-lib/lib/doip-client/sockets/udp_socket_handler.h | 2 +- diag-client-lib/lib/platform-core/CMakeLists.txt | 2 +- diag-client-lib/lib/platform-core/core/include/common_header.h | 2 +- diag-client-lib/lib/platform-core/core/include/error_code.h | 2 +- diag-client-lib/lib/platform-core/core/include/error_domain.h | 2 +- diag-client-lib/lib/platform-core/core/include/result.h | 2 +- diag-client-lib/lib/platform-core/core/include/span.h | 2 +- diag-client-lib/lib/platform-core/core/include/variant_helper.h | 2 +- diag-client-lib/lib/platform-core/core/src/error_code.cpp | 2 +- diag-client-lib/lib/platform-core/core/src/error_domain.cpp | 2 +- .../lib/uds-transport-layer-api/uds_transport/connection.h | 2 +- .../uds_transport/conversation_handler.h | 2 +- .../uds-transport-layer-api/uds_transport/protocol_handler.h | 2 +- .../lib/uds-transport-layer-api/uds_transport/protocol_mgr.h | 2 +- .../lib/uds-transport-layer-api/uds_transport/protocol_types.h | 2 +- .../lib/uds-transport-layer-api/uds_transport/uds_message.h | 2 +- diag-client-lib/lib/utility-support/CMakeLists.txt | 2 +- diag-client-lib/lib/utility-support/utility/executor.h | 2 +- diag-client-lib/lib/utility-support/utility/logger.cpp | 2 +- diag-client-lib/lib/utility-support/utility/logger.h | 2 +- diag-client-lib/lib/utility-support/utility/state.h | 2 +- diag-client-lib/lib/utility-support/utility/sync_timer.h | 2 +- examples/CMakeLists.txt | 2 +- examples/example_1/CMakeLists.txt | 2 +- examples/example_1/src/main.cpp | 2 +- examples/example_1/src/uds_message.h | 2 +- examples/example_2/CMakeLists.txt | 2 +- examples/example_2/src/main.cpp | 2 +- examples/example_2/src/uds_message.h | 2 +- test/doip_handler/common_doip_types.h | 2 +- test/doip_handler/doip_payload_type.h | 2 +- test/doip_handler/doip_tcp_handler.cpp | 2 +- test/doip_handler/doip_tcp_handler.h | 2 +- test/doip_handler/doip_udp_handler.cpp | 2 +- test/doip_handler/doip_udp_handler.h | 2 +- test/doip_handler/logger.h | 2 +- test/doip_handler/tcp_socket_handler.cpp | 2 +- test/doip_handler/tcp_socket_handler.h | 2 +- test/doip_handler/udp_socket_handler.cpp | 2 +- test/doip_handler/udp_socket_handler.h | 2 +- test/main.cpp | 2 +- test/main.h | 2 +- test/test_case/diag_request_response_test.cpp | 2 +- test/test_case/init_test.cpp | 2 +- test/test_case/vehicle_discovery_test.cpp | 2 +- 127 files changed, 127 insertions(+), 127 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f23cef35..d47a273f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/CMakeLists.txt b/diag-client-lib/CMakeLists.txt index 0a5c0502..ae1346ce 100644 --- a/diag-client-lib/CMakeLists.txt +++ b/diag-client-lib/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/CMakeLists.txt b/diag-client-lib/appl/CMakeLists.txt index 47e7d7d8..f88219dc 100644 --- a/diag-client-lib/appl/CMakeLists.txt +++ b/diag-client-lib/appl/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/include/create_diagnostic_client.h b/diag-client-lib/appl/include/create_diagnostic_client.h index 350c87d1..8552b9a2 100644 --- a/diag-client-lib/appl/include/create_diagnostic_client.h +++ b/diag-client-lib/appl/include/create_diagnostic_client.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/include/diagnostic_client.h b/diag-client-lib/appl/include/diagnostic_client.h index b3572528..f925f399 100644 --- a/diag-client-lib/appl/include/diagnostic_client.h +++ b/diag-client-lib/appl/include/diagnostic_client.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/include/diagnostic_client_conversation.h b/diag-client-lib/appl/include/diagnostic_client_conversation.h index a8862d02..fb69bb6a 100644 --- a/diag-client-lib/appl/include/diagnostic_client_conversation.h +++ b/diag-client-lib/appl/include/diagnostic_client_conversation.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/include/diagnostic_client_result.h b/diag-client-lib/appl/include/diagnostic_client_result.h index e2c7d226..6137ae0b 100644 --- a/diag-client-lib/appl/include/diagnostic_client_result.h +++ b/diag-client-lib/appl/include/diagnostic_client_result.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/include/diagnostic_client_uds_message_type.h b/diag-client-lib/appl/include/diagnostic_client_uds_message_type.h index 1d970893..4b4f4215 100644 --- a/diag-client-lib/appl/include/diagnostic_client_uds_message_type.h +++ b/diag-client-lib/appl/include/diagnostic_client_uds_message_type.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/include/diagnostic_client_vehicle_info_message_type.h b/diag-client-lib/appl/include/diagnostic_client_vehicle_info_message_type.h index 933eff2b..da9ef3da 100644 --- a/diag-client-lib/appl/include/diagnostic_client_vehicle_info_message_type.h +++ b/diag-client-lib/appl/include/diagnostic_client_vehicle_info_message_type.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/common/diagnostic_manager.cpp b/diag-client-lib/appl/src/common/diagnostic_manager.cpp index 9c289d77..de930eb3 100644 --- a/diag-client-lib/appl/src/common/diagnostic_manager.cpp +++ b/diag-client-lib/appl/src/common/diagnostic_manager.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/common/diagnostic_manager.h b/diag-client-lib/appl/src/common/diagnostic_manager.h index dcadebfd..987be6bc 100644 --- a/diag-client-lib/appl/src/common/diagnostic_manager.h +++ b/diag-client-lib/appl/src/common/diagnostic_manager.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/common/logger.h b/diag-client-lib/appl/src/common/logger.h index b48743f1..dce2fd99 100644 --- a/diag-client-lib/appl/src/common/logger.h +++ b/diag-client-lib/appl/src/common/logger.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.cpp b/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.cpp index feaad9bb..9b0d7285 100644 --- a/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.cpp +++ b/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.h b/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.h index 9e93a22d..134931ca 100644 --- a/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.h +++ b/diag-client-lib/appl/src/dcm/config_parser/config_parser_type.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.cpp b/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.cpp index c1b3cca8..0d2db83d 100644 --- a/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.cpp +++ b/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.h b/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.h index 9f3d747c..5b11cc7c 100644 --- a/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.h +++ b/diag-client-lib/appl/src/dcm/connection/uds_transport_protocol_manager.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/conversation.h b/diag-client-lib/appl/src/dcm/conversation/conversation.h index 9daa470a..04406625 100644 --- a/diag-client-lib/appl/src/dcm/conversation/conversation.h +++ b/diag-client-lib/appl/src/dcm/conversation/conversation.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/conversation_manager.cpp b/diag-client-lib/appl/src/dcm/conversation/conversation_manager.cpp index 5e7d3e5e..a7adfab2 100644 --- a/diag-client-lib/appl/src/dcm/conversation/conversation_manager.cpp +++ b/diag-client-lib/appl/src/dcm/conversation/conversation_manager.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/conversation_manager.h b/diag-client-lib/appl/src/dcm/conversation/conversation_manager.h index 03293509..99389df5 100644 --- a/diag-client-lib/appl/src/dcm/conversation/conversation_manager.h +++ b/diag-client-lib/appl/src/dcm/conversation/conversation_manager.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/dm_conversation.cpp b/diag-client-lib/appl/src/dcm/conversation/dm_conversation.cpp index c07c149b..d04dad2e 100644 --- a/diag-client-lib/appl/src/dcm/conversation/dm_conversation.cpp +++ b/diag-client-lib/appl/src/dcm/conversation/dm_conversation.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/dm_conversation.h b/diag-client-lib/appl/src/dcm/conversation/dm_conversation.h index f38f2acf..518c6597 100644 --- a/diag-client-lib/appl/src/dcm/conversation/dm_conversation.h +++ b/diag-client-lib/appl/src/dcm/conversation/dm_conversation.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.cpp b/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.cpp index ba6e06b0..0af122d8 100644 --- a/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.cpp +++ b/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.h b/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.h index d7d0e20b..e931e8d5 100644 --- a/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.h +++ b/diag-client-lib/appl/src/dcm/conversation/dm_conversation_state_impl.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/dm_conversation_type.h b/diag-client-lib/appl/src/dcm/conversation/dm_conversation_type.h index b4941d5f..89604c6d 100644 --- a/diag-client-lib/appl/src/dcm/conversation/dm_conversation_type.h +++ b/diag-client-lib/appl/src/dcm/conversation/dm_conversation_type.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/vd_conversation.cpp b/diag-client-lib/appl/src/dcm/conversation/vd_conversation.cpp index b07f8440..439aa1a4 100644 --- a/diag-client-lib/appl/src/dcm/conversation/vd_conversation.cpp +++ b/diag-client-lib/appl/src/dcm/conversation/vd_conversation.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/vd_conversation.h b/diag-client-lib/appl/src/dcm/conversation/vd_conversation.h index 0e1b324c..9dce9a9c 100644 --- a/diag-client-lib/appl/src/dcm/conversation/vd_conversation.h +++ b/diag-client-lib/appl/src/dcm/conversation/vd_conversation.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/conversation/vd_conversation_type.h b/diag-client-lib/appl/src/dcm/conversation/vd_conversation_type.h index 469a817c..6164f1af 100644 --- a/diag-client-lib/appl/src/dcm/conversation/vd_conversation_type.h +++ b/diag-client-lib/appl/src/dcm/conversation/vd_conversation_type.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/dcm_client.cpp b/diag-client-lib/appl/src/dcm/dcm_client.cpp index a3d16acf..51b83e17 100644 --- a/diag-client-lib/appl/src/dcm/dcm_client.cpp +++ b/diag-client-lib/appl/src/dcm/dcm_client.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/dcm_client.h b/diag-client-lib/appl/src/dcm/dcm_client.h index d1f6319c..f85e39c1 100644 --- a/diag-client-lib/appl/src/dcm/dcm_client.h +++ b/diag-client-lib/appl/src/dcm/dcm_client.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.cpp b/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.cpp index 3f452020..51ddd971 100644 --- a/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.cpp +++ b/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.h b/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.h index b55c3ae4..c8f43e46 100644 --- a/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.h +++ b/diag-client-lib/appl/src/dcm/error_domain/dm_error_domain.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/service/dm_uds_message.cpp b/diag-client-lib/appl/src/dcm/service/dm_uds_message.cpp index 2f5c3d68..14917103 100644 --- a/diag-client-lib/appl/src/dcm/service/dm_uds_message.cpp +++ b/diag-client-lib/appl/src/dcm/service/dm_uds_message.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/service/dm_uds_message.h b/diag-client-lib/appl/src/dcm/service/dm_uds_message.h index f92f3392..8e51f9a2 100644 --- a/diag-client-lib/appl/src/dcm/service/dm_uds_message.h +++ b/diag-client-lib/appl/src/dcm/service/dm_uds_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/service/vd_message.cpp b/diag-client-lib/appl/src/dcm/service/vd_message.cpp index 6b13c8bf..6844e2df 100644 --- a/diag-client-lib/appl/src/dcm/service/vd_message.cpp +++ b/diag-client-lib/appl/src/dcm/service/vd_message.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/dcm/service/vd_message.h b/diag-client-lib/appl/src/dcm/service/vd_message.h index 35bfbc92..24728a61 100644 --- a/diag-client-lib/appl/src/dcm/service/vd_message.h +++ b/diag-client-lib/appl/src/dcm/service/vd_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/diagnostic_client.cpp b/diag-client-lib/appl/src/diagnostic_client.cpp index 8ddeb227..0546ec2d 100644 --- a/diag-client-lib/appl/src/diagnostic_client.cpp +++ b/diag-client-lib/appl/src/diagnostic_client.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/appl/src/diagnostic_client_conversation.cpp b/diag-client-lib/appl/src/diagnostic_client_conversation.cpp index 525c4fbe..2677c21b 100644 --- a/diag-client-lib/appl/src/diagnostic_client_conversation.cpp +++ b/diag-client-lib/appl/src/diagnostic_client_conversation.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/cmake/Config.cmake.in b/diag-client-lib/cmake/Config.cmake.in index 5ad9baf7..584a65d6 100644 --- a/diag-client-lib/cmake/Config.cmake.in +++ b/diag-client-lib/cmake/Config.cmake.in @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/CMakeLists.txt b/diag-client-lib/lib/CMakeLists.txt index 7fb1fec6..6998fa3a 100644 --- a/diag-client-lib/lib/CMakeLists.txt +++ b/diag-client-lib/lib/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/CMakeLists.txt b/diag-client-lib/lib/boost-support/CMakeLists.txt index 6ade8983..0fb1fe5e 100644 --- a/diag-client-lib/lib/boost-support/CMakeLists.txt +++ b/diag-client-lib/lib/boost-support/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/common/logger.h b/diag-client-lib/lib/boost-support/common/logger.h index f88d9702..8305ea27 100644 --- a/diag-client-lib/lib/boost-support/common/logger.h +++ b/diag-client-lib/lib/boost-support/common/logger.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/parser/json_parser.cpp b/diag-client-lib/lib/boost-support/parser/json_parser.cpp index 1f5a3e1c..2a087d80 100644 --- a/diag-client-lib/lib/boost-support/parser/json_parser.cpp +++ b/diag-client-lib/lib/boost-support/parser/json_parser.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/parser/json_parser.h b/diag-client-lib/lib/boost-support/parser/json_parser.h index 96fb578c..0b82d049 100644 --- a/diag-client-lib/lib/boost-support/parser/json_parser.h +++ b/diag-client-lib/lib/boost-support/parser/json_parser.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.cpp b/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.cpp index cf337c21..af70c026 100644 --- a/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.cpp +++ b/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.h b/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.h index e240962b..10dbc784 100644 --- a/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.h +++ b/diag-client-lib/lib/boost-support/socket/tcp/tcp_client.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/tcp/tcp_message.h b/diag-client-lib/lib/boost-support/socket/tcp/tcp_message.h index f2de3c05..08aa7593 100644 --- a/diag-client-lib/lib/boost-support/socket/tcp/tcp_message.h +++ b/diag-client-lib/lib/boost-support/socket/tcp/tcp_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.cpp b/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.cpp index 04320fcd..df5df403 100644 --- a/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.cpp +++ b/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.h b/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.h index 191d14e0..49f4c945 100644 --- a/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.h +++ b/diag-client-lib/lib/boost-support/socket/tcp/tcp_server.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/udp/udp_client.cpp b/diag-client-lib/lib/boost-support/socket/udp/udp_client.cpp index e3457d07..e419d853 100644 --- a/diag-client-lib/lib/boost-support/socket/udp/udp_client.cpp +++ b/diag-client-lib/lib/boost-support/socket/udp/udp_client.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/udp/udp_client.h b/diag-client-lib/lib/boost-support/socket/udp/udp_client.h index b4513283..e0847733 100644 --- a/diag-client-lib/lib/boost-support/socket/udp/udp_client.h +++ b/diag-client-lib/lib/boost-support/socket/udp/udp_client.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/boost-support/socket/udp/udp_message.h b/diag-client-lib/lib/boost-support/socket/udp/udp_message.h index 3863d682..03c0296f 100644 --- a/diag-client-lib/lib/boost-support/socket/udp/udp_message.h +++ b/diag-client-lib/lib/boost-support/socket/udp/udp_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/CMakeLists.txt b/diag-client-lib/lib/doip-client/CMakeLists.txt index af77aa5c..17dd7a16 100644 --- a/diag-client-lib/lib/doip-client/CMakeLists.txt +++ b/diag-client-lib/lib/doip-client/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.cpp b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.cpp index 338c9d00..1a34dfc3 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.cpp +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.h b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.h index 0445256f..826d7981 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.h +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_diagnostic_message_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.cpp b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.cpp index c89b3f8a..b9f5ae12 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.cpp +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.h b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.h index 3a08f434..dceaebd2 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.h +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_routing_activation_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.cpp b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.cpp index 43a9252e..eff6f155 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.cpp +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.h b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.h index 94f455d3..378f0768 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.h +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.cpp b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.cpp index ad4b66ef..55db0158 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.cpp +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.h b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.h index 5eed4855..6471cdb0 100644 --- a/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.h +++ b/diag-client-lib/lib/doip-client/channel/tcp_channel/doip_tcp_channel_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.cpp b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.cpp index 58d8a896..25a9ee1e 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.cpp +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.h b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.h index b7826233..29c775ab 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.h +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.cpp b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.cpp index 0e0a767a..ddcc519a 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.cpp +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.h b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.h index c7e30c5d..a2d376da 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.h +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_udp_channel_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.cpp b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.cpp index 13da4ece..74deec2c 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.cpp +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.h b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.h index 1bd42d51..5e519b6b 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.h +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_discovery_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.cpp b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.cpp index a09c8d93..280dbcd9 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.cpp +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.h b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.h index f9c275ac..01dbe6f7 100644 --- a/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.h +++ b/diag-client-lib/lib/doip-client/channel/udp_channel/doip_vehicle_identification_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/common/common_doip_header.h b/diag-client-lib/lib/doip-client/common/common_doip_header.h index 523e05e4..c584d39c 100644 --- a/diag-client-lib/lib/doip-client/common/common_doip_header.h +++ b/diag-client-lib/lib/doip-client/common/common_doip_header.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/common/common_doip_types.h b/diag-client-lib/lib/doip-client/common/common_doip_types.h index e9c994af..4506cf2f 100644 --- a/diag-client-lib/lib/doip-client/common/common_doip_types.h +++ b/diag-client-lib/lib/doip-client/common/common_doip_types.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/common/doip_message.cpp b/diag-client-lib/lib/doip-client/common/doip_message.cpp index 8e37734e..4521db72 100644 --- a/diag-client-lib/lib/doip-client/common/doip_message.cpp +++ b/diag-client-lib/lib/doip-client/common/doip_message.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/common/doip_message.h b/diag-client-lib/lib/doip-client/common/doip_message.h index d2f4890e..03e6bf2f 100644 --- a/diag-client-lib/lib/doip-client/common/doip_message.h +++ b/diag-client-lib/lib/doip-client/common/doip_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/common/logger.h b/diag-client-lib/lib/doip-client/common/logger.h index 6034e4ee..e63f56fa 100644 --- a/diag-client-lib/lib/doip-client/common/logger.h +++ b/diag-client-lib/lib/doip-client/common/logger.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/connection/connection_manager.cpp b/diag-client-lib/lib/doip-client/connection/connection_manager.cpp index 08f3af1c..e2021eea 100644 --- a/diag-client-lib/lib/doip-client/connection/connection_manager.cpp +++ b/diag-client-lib/lib/doip-client/connection/connection_manager.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/connection/connection_manager.h b/diag-client-lib/lib/doip-client/connection/connection_manager.h index b74733e6..87f2b096 100644 --- a/diag-client-lib/lib/doip-client/connection/connection_manager.h +++ b/diag-client-lib/lib/doip-client/connection/connection_manager.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.cpp b/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.cpp index 67ad1864..86adc0f7 100644 --- a/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.cpp +++ b/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.h b/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.h index 987ad97f..70df6a89 100644 --- a/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.h +++ b/diag-client-lib/lib/doip-client/doip_transport_protocol_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.cpp b/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.cpp index bbbe7872..32f5394c 100644 --- a/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.cpp +++ b/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.h b/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.h index 4c91e535..321d70a4 100644 --- a/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.h +++ b/diag-client-lib/lib/doip-client/error_domain/doip_error_domain.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.cpp b/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.cpp index 4525f159..d2c09b3a 100644 --- a/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.cpp +++ b/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.h b/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.h index 4969cfb7..f3bbbf11 100644 --- a/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.h +++ b/diag-client-lib/lib/doip-client/sockets/tcp_socket_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.cpp b/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.cpp index 46f8537c..ded77cb2 100644 --- a/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.cpp +++ b/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.h b/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.h index 966b5310..3c4f67f2 100644 --- a/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.h +++ b/diag-client-lib/lib/doip-client/sockets/udp_socket_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/CMakeLists.txt b/diag-client-lib/lib/platform-core/CMakeLists.txt index 42c84d1f..6055584a 100644 --- a/diag-client-lib/lib/platform-core/CMakeLists.txt +++ b/diag-client-lib/lib/platform-core/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/include/common_header.h b/diag-client-lib/lib/platform-core/core/include/common_header.h index 9dc8fc62..dfaf2122 100644 --- a/diag-client-lib/lib/platform-core/core/include/common_header.h +++ b/diag-client-lib/lib/platform-core/core/include/common_header.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/include/error_code.h b/diag-client-lib/lib/platform-core/core/include/error_code.h index ec41de28..0610c0d3 100644 --- a/diag-client-lib/lib/platform-core/core/include/error_code.h +++ b/diag-client-lib/lib/platform-core/core/include/error_code.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/include/error_domain.h b/diag-client-lib/lib/platform-core/core/include/error_domain.h index 4ab0261f..b3c6c5ca 100644 --- a/diag-client-lib/lib/platform-core/core/include/error_domain.h +++ b/diag-client-lib/lib/platform-core/core/include/error_domain.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/include/result.h b/diag-client-lib/lib/platform-core/core/include/result.h index 1481fc58..43e65ad2 100644 --- a/diag-client-lib/lib/platform-core/core/include/result.h +++ b/diag-client-lib/lib/platform-core/core/include/result.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/include/span.h b/diag-client-lib/lib/platform-core/core/include/span.h index 4b24d7b1..da934be8 100644 --- a/diag-client-lib/lib/platform-core/core/include/span.h +++ b/diag-client-lib/lib/platform-core/core/include/span.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/include/variant_helper.h b/diag-client-lib/lib/platform-core/core/include/variant_helper.h index 70d2703b..c064ee79 100644 --- a/diag-client-lib/lib/platform-core/core/include/variant_helper.h +++ b/diag-client-lib/lib/platform-core/core/include/variant_helper.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/src/error_code.cpp b/diag-client-lib/lib/platform-core/core/src/error_code.cpp index 2af33bfc..0c77b715 100644 --- a/diag-client-lib/lib/platform-core/core/src/error_code.cpp +++ b/diag-client-lib/lib/platform-core/core/src/error_code.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/platform-core/core/src/error_domain.cpp b/diag-client-lib/lib/platform-core/core/src/error_domain.cpp index 1a61098a..45c85803 100644 --- a/diag-client-lib/lib/platform-core/core/src/error_domain.cpp +++ b/diag-client-lib/lib/platform-core/core/src/error_domain.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/connection.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/connection.h index 43df2c25..20a9d1e2 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/connection.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/connection.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/conversation_handler.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/conversation_handler.h index e719c9e7..079b9d01 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/conversation_handler.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/conversation_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h index 4582ac5c..68163dd7 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h index c0b90754..a58146d6 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h index 073bf450..910f7b5b 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h index 8247399f..30fb18d9 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/utility-support/CMakeLists.txt b/diag-client-lib/lib/utility-support/CMakeLists.txt index 7e911fd9..d8d2c8ba 100644 --- a/diag-client-lib/lib/utility-support/CMakeLists.txt +++ b/diag-client-lib/lib/utility-support/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/utility-support/utility/executor.h b/diag-client-lib/lib/utility-support/utility/executor.h index f3d18e0f..59d8726f 100644 --- a/diag-client-lib/lib/utility-support/utility/executor.h +++ b/diag-client-lib/lib/utility-support/utility/executor.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/utility-support/utility/logger.cpp b/diag-client-lib/lib/utility-support/utility/logger.cpp index 2526490e..b5468001 100644 --- a/diag-client-lib/lib/utility-support/utility/logger.cpp +++ b/diag-client-lib/lib/utility-support/utility/logger.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/utility-support/utility/logger.h b/diag-client-lib/lib/utility-support/utility/logger.h index bf47ca8b..7f579a89 100644 --- a/diag-client-lib/lib/utility-support/utility/logger.h +++ b/diag-client-lib/lib/utility-support/utility/logger.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/utility-support/utility/state.h b/diag-client-lib/lib/utility-support/utility/state.h index f142ace2..8092143d 100644 --- a/diag-client-lib/lib/utility-support/utility/state.h +++ b/diag-client-lib/lib/utility-support/utility/state.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/diag-client-lib/lib/utility-support/utility/sync_timer.h b/diag-client-lib/lib/utility-support/utility/sync_timer.h index de15c822..09ed00ed 100644 --- a/diag-client-lib/lib/utility-support/utility/sync_timer.h +++ b/diag-client-lib/lib/utility-support/utility/sync_timer.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 97997d37..a7c0bb9b 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/example_1/CMakeLists.txt b/examples/example_1/CMakeLists.txt index 4f2a1652..8d6c09b5 100644 --- a/examples/example_1/CMakeLists.txt +++ b/examples/example_1/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/example_1/src/main.cpp b/examples/example_1/src/main.cpp index 4fd69c7d..37b162bf 100644 --- a/examples/example_1/src/main.cpp +++ b/examples/example_1/src/main.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/example_1/src/uds_message.h b/examples/example_1/src/uds_message.h index 803632ae..b2c32f69 100644 --- a/examples/example_1/src/uds_message.h +++ b/examples/example_1/src/uds_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/example_2/CMakeLists.txt b/examples/example_2/CMakeLists.txt index 20db38ba..e1fcff0d 100644 --- a/examples/example_2/CMakeLists.txt +++ b/examples/example_2/CMakeLists.txt @@ -1,5 +1,5 @@ # Diagnostic Client library CMake File -# Copyright (C) 2023 Avijit Dey +# Copyright (C) 2024 Avijit Dey # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/example_2/src/main.cpp b/examples/example_2/src/main.cpp index 0b13587a..a9834f95 100644 --- a/examples/example_2/src/main.cpp +++ b/examples/example_2/src/main.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/examples/example_2/src/uds_message.h b/examples/example_2/src/uds_message.h index ac56a58d..742b39e9 100644 --- a/examples/example_2/src/uds_message.h +++ b/examples/example_2/src/uds_message.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/common_doip_types.h b/test/doip_handler/common_doip_types.h index 43525584..b8d47c97 100644 --- a/test/doip_handler/common_doip_types.h +++ b/test/doip_handler/common_doip_types.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/doip_payload_type.h b/test/doip_handler/doip_payload_type.h index c703f232..6498823e 100644 --- a/test/doip_handler/doip_payload_type.h +++ b/test/doip_handler/doip_payload_type.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/doip_tcp_handler.cpp b/test/doip_handler/doip_tcp_handler.cpp index c65f95fa..0504fd4d 100644 --- a/test/doip_handler/doip_tcp_handler.cpp +++ b/test/doip_handler/doip_tcp_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/doip_tcp_handler.h b/test/doip_handler/doip_tcp_handler.h index 788f9997..812c83f1 100644 --- a/test/doip_handler/doip_tcp_handler.h +++ b/test/doip_handler/doip_tcp_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/doip_udp_handler.cpp b/test/doip_handler/doip_udp_handler.cpp index 7c62e87d..f0218247 100644 --- a/test/doip_handler/doip_udp_handler.cpp +++ b/test/doip_handler/doip_udp_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/doip_udp_handler.h b/test/doip_handler/doip_udp_handler.h index 17a4364f..b1de6919 100644 --- a/test/doip_handler/doip_udp_handler.h +++ b/test/doip_handler/doip_udp_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/logger.h b/test/doip_handler/logger.h index 3c12e71e..9d938aa7 100644 --- a/test/doip_handler/logger.h +++ b/test/doip_handler/logger.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/tcp_socket_handler.cpp b/test/doip_handler/tcp_socket_handler.cpp index c18eec19..912cac24 100644 --- a/test/doip_handler/tcp_socket_handler.cpp +++ b/test/doip_handler/tcp_socket_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/tcp_socket_handler.h b/test/doip_handler/tcp_socket_handler.h index b047de32..67b14d8b 100644 --- a/test/doip_handler/tcp_socket_handler.h +++ b/test/doip_handler/tcp_socket_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/udp_socket_handler.cpp b/test/doip_handler/udp_socket_handler.cpp index 0ffc5797..2309b684 100644 --- a/test/doip_handler/udp_socket_handler.cpp +++ b/test/doip_handler/udp_socket_handler.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/doip_handler/udp_socket_handler.h b/test/doip_handler/udp_socket_handler.h index 355bf956..11cfbf24 100644 --- a/test/doip_handler/udp_socket_handler.h +++ b/test/doip_handler/udp_socket_handler.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/main.cpp b/test/main.cpp index 23957403..def273c9 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/main.h b/test/main.h index 3a46a072..899076a1 100644 --- a/test/main.h +++ b/test/main.h @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/test_case/diag_request_response_test.cpp b/test/test_case/diag_request_response_test.cpp index 81611206..446c760b 100644 --- a/test/test_case/diag_request_response_test.cpp +++ b/test/test_case/diag_request_response_test.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/test_case/init_test.cpp b/test/test_case/init_test.cpp index a803622f..dec4052a 100644 --- a/test/test_case/init_test.cpp +++ b/test/test_case/init_test.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library - * Copyright (C) 2023 Avijit Dey + * Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/test/test_case/vehicle_discovery_test.cpp b/test/test_case/vehicle_discovery_test.cpp index 2eab29a5..5801d43b 100644 --- a/test/test_case/vehicle_discovery_test.cpp +++ b/test/test_case/vehicle_discovery_test.cpp @@ -1,5 +1,5 @@ /* Diagnostic Client library -* Copyright (C) 2023 Avijit Dey +* Copyright (C) 2024 Avijit Dey * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this From ceb0d41c5f68c4e7bea874c1ab6b0517a13e7fa0 Mon Sep 17 00:00:00 2001 From: Avijit Dey Date: Mon, 8 Jan 2024 19:01:42 +0000 Subject: [PATCH 2/3] Fix broken boost url --- .github/setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/setup.sh b/.github/setup.sh index a18ebebf..581d14e6 100644 --- a/.github/setup.sh +++ b/.github/setup.sh @@ -9,7 +9,9 @@ apt-get install g++-9 BOOST_MAJOR_VERSION="1" BOOST_MINOR_VERSION="79" -wget "https://boostorg.jfrog.io/artifactory/main/release/${BOOST_MAJOR_VERSION}.${BOOST_MINOR_VERSION}.0/source/boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0.tar.gz" +# Jfrog boost link is broken +# wget "https://boostorg.jfrog.io/artifactory/main/release/${BOOST_MAJOR_VERSION}.${BOOST_MINOR_VERSION}.0/source/boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0.tar.gz" +wget "https://sourceforge.net/projects/boost/files/boost/${BOOST_MAJOR_VERSION}.${BOOST_MINOR_VERSION}.0/boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0.tar.gz" mkdir boost tar -zxvf boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0.tar.gz -C boost cd boost/boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0 || exit From e881b3bb0281122a6fe6d367c461b8aab1eb92a5 Mon Sep 17 00:00:00 2001 From: Avijit Dey Date: Mon, 8 Jan 2024 19:51:04 +0000 Subject: [PATCH 3/3] Fix build error --- .../uds-transport-layer-api/uds_transport/protocol_handler.h | 1 + .../lib/uds-transport-layer-api/uds_transport/protocol_mgr.h | 4 +++- .../uds-transport-layer-api/uds_transport/protocol_types.h | 1 + .../lib/uds-transport-layer-api/uds_transport/uds_message.h | 3 ++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h index 68163dd7..2cd45a0b 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_handler.h @@ -8,6 +8,7 @@ #ifndef DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_PROTOCOL_HANDLER_H #define DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_PROTOCOL_HANDLER_H +#include #include #include diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h index a58146d6..9844f30f 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_mgr.h @@ -8,7 +8,9 @@ #ifndef DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_PROTOCOL_MANAGER_H #define DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_PROTOCOL_MANAGER_H -#include "uds_message.h" +#include + +#include "uds_transport/uds_message.h" namespace uds_transport { diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h index 910f7b5b..acc8c99a 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/protocol_types.h @@ -8,6 +8,7 @@ #ifndef DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_PROTOCOL_TYPES_H #define DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_PROTOCOL_TYPES_H +#include #include #include #include diff --git a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h index 30fb18d9..a67b3ddf 100644 --- a/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h +++ b/diag-client-lib/lib/uds-transport-layer-api/uds_transport/uds_message.h @@ -8,10 +8,11 @@ #ifndef DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_UDS_MESSAGE_H #define DIAGNOSTIC_CLIENT_LIB_LIB_UDS_TRANSPORT_LAYER_API_UDS_TRANSPORT_UDS_MESSAGE_H +#include #include #include -#include "protocol_types.h" +#include "uds_transport/protocol_types.h" namespace uds_transport {