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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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