Skip to content

Commit

Permalink
Update copyright to 2024 (#42)
Browse files Browse the repository at this point in the history
Update copyright to 2024
  • Loading branch information
Iandiehard authored Jan 8, 2024
2 parents 13c5d95 + e881b3b commit e25568b
Show file tree
Hide file tree
Showing 128 changed files with 137 additions and 130 deletions.
4 changes: 3 additions & 1 deletion .github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/include/create_diagnostic_client.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/include/diagnostic_client.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/include/diagnostic_client_result.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/common/diagnostic_manager.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/common/diagnostic_manager.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/common/logger.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/conversation/conversation.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/dcm_client.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/dcm_client.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/service/dm_uds_message.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/service/dm_uds_message.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/service/vd_message.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/dcm/service/vd_message.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/appl/src/diagnostic_client.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/cmake/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/common/logger.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/parser/json_parser.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/parser/json_parser.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/socket/tcp/tcp_client.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/socket/tcp/tcp_message.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/socket/tcp/tcp_server.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/socket/udp/udp_client.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/boost-support/socket/udp/udp_message.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion diag-client-lib/lib/doip-client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit e25568b

Please sign in to comment.