Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit e25568b

Browse files
authored
Update copyright to 2024 (#42)
Update copyright to 2024
2 parents 13c5d95 + e881b3b commit e25568b

File tree

128 files changed

+137
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+137
-130
lines changed

.github/setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ apt-get install g++-9
99
BOOST_MAJOR_VERSION="1"
1010
BOOST_MINOR_VERSION="79"
1111

12-
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"
12+
# Jfrog boost link is broken
13+
# 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"
14+
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"
1315
mkdir boost
1416
tar -zxvf boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0.tar.gz -C boost
1517
cd boost/boost_${BOOST_MAJOR_VERSION}_${BOOST_MINOR_VERSION}_0 || exit

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Diagnostic Client library CMake File
2-
# Copyright (C) 2023 Avijit Dey
2+
# Copyright (C) 2024 Avijit Dey
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Diagnostic Client library CMake File
2-
# Copyright (C) 2023 Avijit Dey
2+
# Copyright (C) 2024 Avijit Dey
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Diagnostic Client library CMake File
2-
# Copyright (C) 2023 Avijit Dey
2+
# Copyright (C) 2024 Avijit Dey
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/include/create_diagnostic_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Diagnostic Client library
2-
* Copyright (C) 2023 Avijit Dey
2+
* Copyright (C) 2024 Avijit Dey
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/include/diagnostic_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Diagnostic Client library
2-
* Copyright (C) 2023 Avijit Dey
2+
* Copyright (C) 2024 Avijit Dey
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/include/diagnostic_client_conversation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Diagnostic Client library
2-
* Copyright (C) 2023 Avijit Dey
2+
* Copyright (C) 2024 Avijit Dey
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/include/diagnostic_client_result.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Diagnostic Client library
2-
* Copyright (C) 2023 Avijit Dey
2+
* Copyright (C) 2024 Avijit Dey
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/include/diagnostic_client_uds_message_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Diagnostic Client library
2-
* Copyright (C) 2023 Avijit Dey
2+
* Copyright (C) 2024 Avijit Dey
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this

diag-client-lib/appl/include/diagnostic_client_vehicle_info_message_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Diagnostic Client library
2-
* Copyright (C) 2023 Avijit Dey
2+
* Copyright (C) 2024 Avijit Dey
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)