Skip to content

Commit

Permalink
fixed wrong year in file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
authaldo committed Aug 27, 2023
1 parent 8438d59 commit 5508e0a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion include/parameter_tree.hpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/queue.hpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/requests.hpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/responses.hpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/ros_parameter.hpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/service_wrapper.hpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/parameter_tree.cpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/service_wrapper.cpp
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down

0 comments on commit 5508e0a

Please sign in to comment.