From 5508e0a87eb1eb94a49c68c7e1da00dca931a33e Mon Sep 17 00:00:00 2001 From: Dominik <45536968+authaldo@users.noreply.github.com> Date: Sun, 27 Aug 2023 13:05:12 +0000 Subject: [PATCH] fixed wrong year in file headers --- include/parameter_tree.hpp | 2 +- include/queue.hpp | 2 +- include/requests.hpp | 2 +- include/responses.hpp | 2 +- include/ros_parameter.hpp | 2 +- include/service_wrapper.hpp | 2 +- src/parameter_tree.cpp | 2 +- src/service_wrapper.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/parameter_tree.hpp b/include/parameter_tree.hpp index 6b7c529..80c9c0a 100644 --- a/include/parameter_tree.hpp +++ b/include/parameter_tree.hpp @@ -1,7 +1,7 @@ /** * @file parameter_tree.hpp * @author Dominik Authaler - * @date 24.01.2022 + * @date 24.01.2023 * * Utility class for organizing parameters as a tree according to their prefix. */ diff --git a/include/queue.hpp b/include/queue.hpp index 8126e52..2f484bc 100644 --- a/include/queue.hpp +++ b/include/queue.hpp @@ -1,7 +1,7 @@ /** * @file queue.hpp * @author Dominik Authaler - * @date 22.01.2022 + * @date 22.01.2023 * * Utility class providing a thread safe queue. */ diff --git a/include/requests.hpp b/include/requests.hpp index 92f343c..fe82780 100644 --- a/include/requests.hpp +++ b/include/requests.hpp @@ -1,7 +1,7 @@ /** * @file requests.hpp * @author Dominik Authaler - * @date 22.01.2022 + * @date 22.01.2023 * * Possible requests which can be send to the service wrapper. */ diff --git a/include/responses.hpp b/include/responses.hpp index 6dbcd02..3ad610d 100644 --- a/include/responses.hpp +++ b/include/responses.hpp @@ -1,7 +1,7 @@ /** * @file responses.hpp * @author Dominik Authaler - * @date 22.01.2022 + * @date 22.01.2023 * * Possible responses which can be received from the service wrapper. */ diff --git a/include/ros_parameter.hpp b/include/ros_parameter.hpp index 58d4b10..0f34269 100644 --- a/include/ros_parameter.hpp +++ b/include/ros_parameter.hpp @@ -1,7 +1,7 @@ /** * @file ros_parameter.hpp * @author Dominik Authaler - * @date 24.01.2022 + * @date 24.01.2023 * * Utility class for representing a ROS parameter. */ diff --git a/include/service_wrapper.hpp b/include/service_wrapper.hpp index 36252d6..94bdfae 100644 --- a/include/service_wrapper.hpp +++ b/include/service_wrapper.hpp @@ -1,7 +1,7 @@ /** * @file service_wrapper.hpp * @author Dominik Authaler - * @date 22.01.2022 + * @date 22.01.2023 * * Utility class wrapping all the service related calls. */ diff --git a/src/parameter_tree.cpp b/src/parameter_tree.cpp index 30b27f3..a2c80eb 100644 --- a/src/parameter_tree.cpp +++ b/src/parameter_tree.cpp @@ -1,7 +1,7 @@ /** * @file parameter_tree.cpp * @author Dominik Authaler - * @date 24.01.2022 + * @date 24.01.2023 * * Utility class for organizing parameters as a tree according to their prefix. */ diff --git a/src/service_wrapper.cpp b/src/service_wrapper.cpp index e8d6e42..4247ac8 100644 --- a/src/service_wrapper.cpp +++ b/src/service_wrapper.cpp @@ -1,7 +1,7 @@ /** * @file service_wrapper.cpp * @author Dominik Authaler - * @date 22.01.2022 + * @date 22.01.2023 * * Utility class wrapping all the service related calls. */