From a8253b03f047b165e06a819becd10810b5de3aa8 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:12:16 +0300 Subject: [PATCH 01/16] Update main.h --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 7ab2342..87bc8f7 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 35385c6ba419490a856551a44e3ee7cacfb895a1 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:13:38 +0300 Subject: [PATCH 02/16] Update create_slcan.sh --- scripts/create_slcan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_slcan.sh b/scripts/create_slcan.sh index ab2e0c4..50079f1 100755 --- a/scripts/create_slcan.sh +++ b/scripts/create_slcan.sh @@ -1,6 +1,6 @@ #!/bin/bash # https://github.com/PonomarevDA/tools/blob/main/can/create_slcan.sh -# This software is distributed under the terms of the MIT License. +# For license information, see the LICENSE file in the root directory of this source tree # Copyright (c) 2023 Dmitry Ponomarev. # Author: Dmitry Ponomarev From d76486b0cedc8b6c2f4cc517c670cd9fe163c60a Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:14:18 +0300 Subject: [PATCH 03/16] Update git_software_version.h --- src/git_software_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git_software_version.h b/src/git_software_version.h index ddb614b..f9b5b99 100644 --- a/src/git_software_version.h +++ b/src/git_software_version.h @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev #pragma once From 27734ed32d704e323d10a18059a3033dc5a3d0a0 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:14:46 +0300 Subject: [PATCH 04/16] Update params.hpp --- src/params.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.hpp b/src/params.hpp index 390664e..e566281 100644 --- a/src/params.hpp +++ b/src/params.hpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From e727fc6d245d3ff27ce36e910d1114cba210d4a2 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:15:12 +0300 Subject: [PATCH 05/16] Update ros_interface.hpp --- src/simulator_interface/ros_interface/ros_interface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator_interface/ros_interface/ros_interface.hpp b/src/simulator_interface/ros_interface/ros_interface.hpp index e7e77ec..5a47268 100644 --- a/src/simulator_interface/ros_interface/ros_interface.hpp +++ b/src/simulator_interface/ros_interface/ros_interface.hpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From a91abb7619bb53c7f38e8de5c6cd3b6221753c74 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:16:00 +0300 Subject: [PATCH 06/16] Update math.cpp --- src/math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math.cpp b/src/math.cpp index aca1678..e30186d 100644 --- a/src/math.cpp +++ b/src/math.cpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 602a5306eee4330f2d7b6b2d43eff87513685d7e Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:16:29 +0300 Subject: [PATCH 07/16] Update ap_json.hpp --- src/simulator_interface/ap_json/ap_json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator_interface/ap_json/ap_json.hpp b/src/simulator_interface/ap_json/ap_json.hpp index 619fabe..a32c96c 100644 --- a/src/simulator_interface/ap_json/ap_json.hpp +++ b/src/simulator_interface/ap_json/ap_json.hpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 63fd2c0e619883f216d305221a1ee86b7de6548e Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:16:51 +0300 Subject: [PATCH 08/16] Update params.cpp --- src/params.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/params.cpp b/src/params.cpp index b8b8966..2edd968 100644 --- a/src/params.cpp +++ b/src/params.cpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 29d00195c8dde152c37d7b13b86dbaeb1eba7804 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:17:14 +0300 Subject: [PATCH 09/16] Update simulator_interface.hpp --- src/simulator_interface/simulator_interface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator_interface/simulator_interface.hpp b/src/simulator_interface/simulator_interface.hpp index ccde82c..ea47991 100644 --- a/src/simulator_interface/simulator_interface.hpp +++ b/src/simulator_interface/simulator_interface.hpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 40f39e153748ea86f34ccc280662f8d2eda71f13 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:17:33 +0300 Subject: [PATCH 10/16] Update cyphal_hitl.cpp --- src/autopilot_interface/cyphal_hitl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autopilot_interface/cyphal_hitl.cpp b/src/autopilot_interface/cyphal_hitl.cpp index d8999bc..7ba2cbd 100644 --- a/src/autopilot_interface/cyphal_hitl.cpp +++ b/src/autopilot_interface/cyphal_hitl.cpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2022-2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 7332f016940d8604cda405d7eddb2756048acc61 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:17:56 +0300 Subject: [PATCH 11/16] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 3b7b66d..8ac2395 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From a1243e5c3fb921e860a14598844a28c8f0af0511 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:18:13 +0300 Subject: [PATCH 12/16] Update math.hpp --- src/math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math.hpp b/src/math.hpp index 36ec641..837a0ba 100644 --- a/src/math.hpp +++ b/src/math.hpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 54284dbb20fba06f3df7ebedb0d31e2512dacb98 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:18:32 +0300 Subject: [PATCH 13/16] Update ap_json.cpp --- src/simulator_interface/ap_json/ap_json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator_interface/ap_json/ap_json.cpp b/src/simulator_interface/ap_json/ap_json.cpp index 83e7804..ada55f3 100644 --- a/src/simulator_interface/ap_json/ap_json.cpp +++ b/src/simulator_interface/ap_json/ap_json.cpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From 7fbc804dbb8bc9c6fa567e87bf6e6f48ad59fdb1 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:18:51 +0300 Subject: [PATCH 14/16] Update git_hash.h --- src/git_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git_hash.h b/src/git_hash.h index 4fea9c8..e350be1 100644 --- a/src/git_hash.h +++ b/src/git_hash.h @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From f0038518d9d695cda53d546e9243bb58a82fb3b8 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:19:10 +0300 Subject: [PATCH 15/16] Update cyphal_hitl.hpp --- src/autopilot_interface/cyphal_hitl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autopilot_interface/cyphal_hitl.hpp b/src/autopilot_interface/cyphal_hitl.hpp index 52b448d..29d0657 100644 --- a/src/autopilot_interface/cyphal_hitl.hpp +++ b/src/autopilot_interface/cyphal_hitl.hpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2022-2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev From b53f90ca80d90384e31179d71955c3f0bd9863d0 Mon Sep 17 00:00:00 2001 From: Roman Fedorenko Date: Mon, 25 Dec 2023 20:19:31 +0300 Subject: [PATCH 16/16] Update ros_interface.cpp --- src/simulator_interface/ros_interface/ros_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator_interface/ros_interface/ros_interface.cpp b/src/simulator_interface/ros_interface/ros_interface.cpp index d8b1fcc..ccb009d 100644 --- a/src/simulator_interface/ros_interface/ros_interface.cpp +++ b/src/simulator_interface/ros_interface/ros_interface.cpp @@ -1,4 +1,4 @@ -/// This software is distributed under the terms of the MIT License. +/// For license information, see the LICENSE file in the root directory of this source tree /// Copyright (c) 2023 Dmitry Ponomarev. /// Author: Dmitry Ponomarev